PandaRoot
BSEmcFwEndcapBlindDeconvContFact.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- BSEmcFwEndcapBlindDeconvContFact header file -----
3 // ----- Created 2022/09/21 by B. Salisbury -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef BSEMCFWENDCAPBLINDDECONVCONTFACT_HH
7 #define BSEMCFWENDCAPBLINDDECONVCONTFACT_HH
8 
9 #include "Rtypes.h"
10 
11 #include "FairContFact.h"
12 
13 class FairContainer;
14 class FairParSet;
15 class TBuffer;
16 class TClass;
17 class TMemberInspector;
18 
27 class BSEmcFwEndcapBlindDeconvContFact : public FairContFact {
28  private:
29  void setAllContainers();
30 
31  public:
34  virtual FairParSet *createContainer(FairContainer * /*unused*/) /*override*/;
35 
36  ClassDef(BSEmcFwEndcapBlindDeconvContFact, 0) // Factory for all EMC parameter containers
37 };
38 
39 #endif /*BSEMCFWENDCAPBLINDDECONVCONTFACT_HH*/
virtual FairParSet * createContainer(FairContainer *)
Forward Endcap specific container factory to load BSEmcFwEndcapBlindDeconvPar.