ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
AtApolloContFact.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 APOLLOCONTFACT_H
9 #define APOLLOCONTFACT_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 AtApolloContFact : public FairContFact {
21 private:
22  void setAllContainers();
23 
24 public:
27  FairParSet *createContainer(FairContainer *);
28  ClassDef(AtApolloContFact, 0) // Factory for all AtApollo parameter containers
29 };
30 
31 #endif
AtApolloContFact::AtApolloContFact
AtApolloContFact()
Definition: AtApolloContFact.cxx:21
AtApolloContFact::~AtApolloContFact
~AtApolloContFact()
Definition: AtApolloContFact.h:26
AtApolloContFact::createContainer
FairParSet * createContainer(FairContainer *)
Definition: AtApolloContFact.cxx:45
AtApolloContFact
Definition: AtApolloContFact.h:20