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