PandaRoot
PndOtContFact.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
14 // PndOtContFact header file
15 //
16 // Factory for the parameter containers in libOt
17 //
18 // authors: Radoslaw Karabowicz, GSI, 2024
19 //
20 // modified from PndOtContFact by Nafija Ibrišimović in 2023
22 
23 #ifndef PNDOTCONTFACT_H
24 #define PNDOTCONTFACT_H
25 
26 // from FairRoot
27 #include <FairContFact.h>
28 
29 class FairContainer;
30 
31 class PndOtContFact : public FairContFact {
32  private:
33  void setAllContainers();
34 
35  public:
36  PndOtContFact();
38  FairParSet *createContainer(FairContainer *);
39  // void activateParIo(FairParIo* io);
40  ClassDef(PndOtContFact, 0) // Factory for all OT parameter containers
41 };
42 
43 #endif /* !PNDOTCONTFACT_H */
FairParSet * createContainer(FairContainer *)