BmnRoot
Loading...
Searching...
No Matches
FairPassiveContFact.h
Go to the documentation of this file.
1/********************************************************************************
2 * Copyright (C) 2014-2023 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3 * *
4 * This software is distributed under the terms of the *
5 * GNU Lesser General Public Licence (LGPL) version 3, *
6 * copied verbatim in the file "LICENSE" *
7 ********************************************************************************/
8#ifndef FAIRPASSIVECONTFACT_H
9#define FAIRPASSIVECONTFACT_H
10
11#include "FairContFact.h" // for FairContFact, etc
12
13#include <Rtypes.h> // for FairPassiveContFact::Class, etc
14
15class FairParSet;
16
17class FairPassiveContFact : public FairContFact
18{
19 public:
22 FairParSet* createContainer(FairContainer*);
23
24 ClassDef(FairPassiveContFact, 0); // Factory for all Passive parameter containers
25};
26
27#endif /* !FAIRPASSIVECONTFACT_H */
ClassDef(FairPassiveContFact, 0)
FairParSet * createContainer(FairContainer *)