BmnRoot
Loading...
Searching...
No Matches
BmnFieldContFact.h
Go to the documentation of this file.
1// -------------------------------------------------------------------------
2// ----- BmnFieldContFact header file -----
3// ----- Created 20/02/06 by V. Friese -----
4// -------------------------------------------------------------------------
5
6
16#ifndef CBMFIELDCONTFACT_H
17#define CBMFIELDCONTFACT_H 1
18
19
20#include "FairContFact.h"
21
22
23class FairContainer;
24class FairParSet;
25
26
27class BmnFieldContFact : public FairContFact
28{
29
30 public:
31
34
35
38
39
43 FairParSet* createContainer(FairContainer* container);
44
45
46 private:
47
52 void SetAllContainers();
53
54
55 ClassDef(BmnFieldContFact,1);
56
57};
58
59#endif
FairParSet * createContainer(FairContainer *container)