EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairBaseContFact.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairBaseContFact.h
1 #ifndef FAIRBASECONTFACT_H
2 #define FAIRBASECONTFACT_H
3 
4 
5 
6 #include "FairContFact.h"
7 
8 class FairContainer;
9 
11 {
13  private:
14  void setAllContainers();
15  public:
24  ClassDef( FairBaseContFact,0)
25 };
26 
27 #endif /* !FAIRBASECONTFACT_H */