BmnRoot
Loading...
Searching...
No Matches
BmnMwpcContFact.h
Go to the documentation of this file.
1#ifndef BMNMWPCCONTFACT_H
2#define BMNMWPCCONTFACT_H
3
4#include "FairContFact.h"
5
6class FairContainer;
7
8class BmnMwpcContFact : public FairContFact {
9private:
10 void setAllContainers();
11public:
14 FairParSet* createContainer(FairContainer*);
15 ClassDef( BmnMwpcContFact,0) // Factory for all MWPC1 parameter containers
16};
17
18#endif /* !BMNMWPC1CONTFACT_H */
FairParSet * createContainer(FairContainer *)