PandaRoot
BSEmcFwEndcapLightpulserContFact.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- BSEmcFwEndcapLightpulserContFact header file -----
3 // ----- Created 2019/05/24 by B. Salisbury -----
4 // -------------------------------------------------------------------------
5 
6 #ifndef BSEMCFWENDCAPLIGHTPULSERCONTFACT_HH
7 #define BSEMCFWENDCAPLIGHTPULSERCONTFACT_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 BSEmcFwEndcapLightpulserContFact : public FairContFact {
28  private:
29  void setAllContainers();
30 
31  public:
34  virtual FairParSet *createContainer(FairContainer * /*unused*/) /*override*/;
35 
36  ClassDef(BSEmcFwEndcapLightpulserContFact, 0) // Factory for all EMC parameter containers
37 };
38 
39 #endif /*BSEMCFWENDCAPLIGHTPULSERCONTFACT_HH*/
virtual FairParSet * createContainer(FairContainer *)
Forward Endcap specific container factory to load BSEmcFWEndcapDigiPar.