PandaRoot
BSEmcFwEndcapFeatureExtractionContFact.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 
13 // -------------------------------------------------------------------------
14 // ----- BSEmcFwEndcapFeatureExtractionContFact header file -----
15 // ----- Created 2019/05/24 by B. Salisbury -----
16 // -------------------------------------------------------------------------
17 
18 #ifndef BSEMCFWENDCAPFEATUREEXTRACTIONCONTFACT_HH
19 #define BSEMCFWENDCAPFEATUREEXTRACTIONCONTFACT_HH
20 #include "Rtypes.h"
21 
22 #include "FairContFact.h"
23 
24 class FairContainer;
25 class FairParSet;
26 class TBuffer;
27 class TClass;
28 class TMemberInspector;
29 
38 class BSEmcFwEndcapFeatureExtractionContFact : public FairContFact {
39  private:
40  void setAllContainers();
41 
42  public:
45  virtual FairParSet *createContainer(FairContainer * /*unused*/) /*override*/;
46 
47  ClassDef(BSEmcFwEndcapFeatureExtractionContFact, 0) // Factory for all EMC parameter containers
48 };
49 
50 #endif /*BSEMCFWENDCAPFEATUREEXTRACTIONCONTFACT_HH*/
Forward Endcap specific container factory to load BSEmcFWEndcapDigiPar.
virtual FairParSet * createContainer(FairContainer *)