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