FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
MyPassiveContFact.h
Go to the documentation of this file.
1 /********************************************************************************
2  * Copyright (C) 2014 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 
9 // -------------------------------------------------------------------------
10 // ----- MyPassiveContFact file -----
11 // ----- Created 26/03/14 by M. Al-Turany -----
12 // -------------------------------------------------------------------------
13 
14 #ifndef My_PASSIVECONTFACT_H
15 #define My_PASSIVECONTFACT_H
16 
17 #include "FairContFact.h" // for FairContFact, etc
18 
19 #include <Rtypes.h> // for MyPassiveContFact::Class, etc
20 
21 class FairParSet;
22 
23 class MyPassiveContFact : public FairContFact
24 {
25  private:
26  void setAllContainers();
27 
28  public:
32  ClassDef(MyPassiveContFact, 0); // Factory for all Passive parameter containers
33 };
34 
35 #endif /* !My_PASSIVECONTFACT_H */
ClassDef(MyPassiveContFact, 0)
FairParSet * createContainer(FairContainer *)