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