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