ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtTpcContFact.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 version 3 (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 #include <Rtypes.h>
14 
15 class FairParSet;
16 class TBuffer;
17 class TClass;
18 class TMemberInspector;
19 
20 class AtTpcContFact : public FairContFact {
21 private:
22  void setAllContainers();
23 
24 public:
25  AtTpcContFact();
27  FairParSet *createContainer(FairContainer *);
28  ClassDef(AtTpcContFact, 0) // Factory for all AtTpc parameter containers
29 };
30 
31 #endif
AtTpcContFact::AtTpcContFact
AtTpcContFact()
Definition: AtTpcContFact.cxx:26
AtTpcContFact
Definition: AtTpcContFact.h:20
AtTpcContFact::createContainer
FairParSet * createContainer(FairContainer *)
Definition: AtTpcContFact.cxx:48
AtTpcContFact::~AtTpcContFact
~AtTpcContFact()
Definition: AtTpcContFact.h:26