FairShip
Loading...
Searching...
No Matches
strawtubesContFact.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 STRAWTUBES_STRAWTUBESCONTFACT_H_
6#define STRAWTUBES_STRAWTUBESCONTFACT_H_
7
8#include "FairContFact.h"
9
10class FairContainer;
11
12class strawtubesContFact : public FairContFact {
13 private:
14 void setAllContainers();
15
16 public:
19 FairParSet* createContainer(FairContainer*);
20 ClassDef(strawtubesContFact,
21 0) // Factory for all strawtubes parameter containers
22};
23
24#endif // STRAWTUBES_STRAWTUBESCONTFACT_H_
FairParSet * createContainer(FairContainer *)