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