CbmRoot
Loading...
Searching...
No Matches
CbmPsdContFact.h
Go to the documentation of this file.
1/* Copyright (C) 2021 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Florian Uhlig [committer] */
4
15#ifndef CBMPSDCONTFACT_H
16#define CBMPSDCONTFACT_H
17
18#include <FairContFact.h> // for FairContFact
19
20#include <Rtypes.h> // for THashConsistencyHolder, ClassDef
21
22class FairParIo;
23class FairParSet;
24class FairContainer;
25
26class CbmPsdContFact : public FairContFact {
27public:
30 FairParSet* createContainer(FairContainer*);
31
32private:
33 void setAllContainers();
34
35 ClassDef(CbmPsdContFact, 0) // Factory for all Psd parameter containers
36};
37
38#endif /* !CBMPSDCONTFACT_H */
FairParSet * createContainer(FairContainer *)