FairRoot/PandaRoot
PndPidContFact.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndPidContFact header file -----
3 // ----- Created 03/07/09 by S.Spataro -----
4 // -------------------------------------------------------------------------
5 
6 
7 #ifndef PNDPIDCONTFACT_H
8 #define PNDPIDCONTFACT_H
9 
10 #include "FairContFact.h"
11 
12 class FairContainer;
13 
14 class PndPidContFact : public FairContFact {
15 private:
16  void setAllContainers();
17 public:
20  FairParSet* createContainer(FairContainer*);
21  //void activateParIo(FairParIo* io);
22 
23  ClassDef( PndPidContFact,0) // Factory for PID Correlation parameter containers
24 };
25 
26 #endif /* !PNDPIDCONTFACT_H */
FairParSet * createContainer(FairContainer *)