SND@LHC Software
Loading...
Searching...
No Matches
NutaudetContFact.h
Go to the documentation of this file.
1#ifndef NUTAUDETCONTFACT_H
2#define NUTAUDETCONTFACT_H
3
4#include "FairContFact.h" // for FairContFact, etc
5
6#include "Rtypes.h" // for ShipPassiveContFact::Class, etc
7
8class FairParSet;
9
10class NutaudetContFact : public FairContFact
11{
12 private:
13 void setAllContainers();
14 public:
17 FairParSet* createContainer(FairContainer*);
18 ClassDef(NutaudetContFact,0) // Factory for all Passive parameter containers
19};
20
21#endif /* !PNDPASSIVECONTFACT_H */
FairParSet * createContainer(FairContainer *)