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