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