FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FairTutorialDet1ContFact.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 #ifndef FAIRTUTORIALDET1CONTFACT_H
9 #define FAIRTUTORIALDET1CONTFACT_H
10 
11 #include "FairContFact.h" // for FairContFact, etc
12 
13 #include <Rtypes.h>
14 
15 class FairParSet;
16 
18 {
19  private:
20  void setAllContainers();
21 
22  public:
26  ClassDef(FairTutorialDet1ContFact, 0); // Factory for all MyDet parameter containers
27 };
28 
29 #endif /* !FAIRTUTORIALDETCONTFACT_H */
ClassDef(FairTutorialDet1ContFact, 0)
FairParSet * createContainer(FairContainer *)