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