FairShip
Loading...
Searching...
No Matches
vetoContFact.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// SPDX-FileCopyrightText: Copyright CERN for the benefit of the SHiP
3// Collaboration
4
5#ifndef VETO_VETOCONTFACT_H_
6#define VETO_VETOCONTFACT_H_
7
8#include "FairContFact.h"
9
10class FairContainer;
11
12class vetoContFact : public FairContFact {
13 private:
14 void setAllContainers();
15
16 public:
19 FairParSet* createContainer(FairContainer*);
20 ClassDef(vetoContFact, 0) // Factory for all veto parameter containers
21};
22
23#endif // VETO_VETOCONTFACT_H_
void setAllContainers()
FairParSet * createContainer(FairContainer *)