SND@LHC Software
Loading...
Searching...
No Matches
strawtubesContFact.h
Go to the documentation of this file.
1#ifndef STRAWTUBESCONTFACT_H
2#define STRAWTUBESCONTFACT_H
3
4#include "FairContFact.h"
5
6class FairContainer;
7
8class strawtubesContFact : public FairContFact
9{
10 private:
11 void setAllContainers();
12 public:
15 FairParSet* createContainer(FairContainer*);
16 ClassDef( strawtubesContFact,0) // Factory for all strawtubes parameter containers
17};
18
19#endif
FairParSet * createContainer(FairContainer *)