#ifndef PNDTORINODETECTOR2CONTFACT_H #define PNDTORINODETECTOR2CONTFACT_H #include "FairContFact.h" class FairContainer; class PndTorinoDetector2ContFact : public FairContFact { private: void setAllContainers(); public: PndTorinoDetector2ContFact(); ~PndTorinoDetector2ContFact() {} FairParSet* createContainer(FairContainer*); ClassDef( PndTorinoDetector2ContFact,0) // Factory for all PndTorinoDetector2 parameter containers }; #endif