FairRoot
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NewDetectorContFact.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 NEWDETECTORCONTFACT_H
9 #define NEWDETECTORCONTFACT_H
10 
11 #include "FairContFact.h"
12 
13 class FairContainer;
14 
15 class NewDetectorContFact : public FairContFact
16 {
17  private:
18  void setAllContainers();
19 
20  public:
24  ClassDef(NewDetectorContFact, 0); // Factory for all NewDetector parameter containers
25 };
26 
27 #endif
ClassDef(NewDetectorContFact, 0)
FairParSet * createContainer(FairContainer *)