Belle II Software  release-05-02-19
trggdlSummaryModule.h
1 #ifndef TRCGDLSummaryModule_h
2 #define TRCGDLSummaryModule_h
3 
4 #include <trg/gdl/dataobjects/TRGGDLUnpackerStore.h>
5 #include <trg/gdl/modules/trggdlUnpacker/trggdlUnpackerModule.h>
6 #include <framework/core/Module.h>
7 #include <framework/datastore/StoreObjPtr.h>
8 #include <mdst/dataobjects/TRGSummary.h>
9 #include <framework/database/DBObjPtr.h>
10 #include <mdst/dbobjects/TRGGDLDBPrescales.h>
11 #include <trg/gdl/dbobjects/TRGGDLDBUnpacker.h>
12 
13 namespace Belle2 {
19  class TRGGDLSummaryModule : public Module {
20 
21  public:
25  virtual ~TRGGDLSummaryModule() {}
26 
27  public:
29  virtual void initialize() override;
31  virtual void beginRun() override {}
33  virtual void event() override;
35  virtual void endRun() override {}
37  virtual void terminate() override {}
38 
39  private:
40 
43  //condition database for unpacer
44  DBObjPtr<TRGGDLDBUnpacker> m_unpacker;
45  //condition database for prescales
46  DBObjPtr<TRGGDLDBPrescales> m_prescales;
47  int LeafBitMap[320] = {0};
48  char LeafNames[320][100] = {{""}};
49  int _e_timtype = 0;
50  int _e_rvcout = 0;
51  int ee_psn[10] = {0};
52  int ee_ftd[10] = {0};
53  int ee_itd[10] = {0};
54 
57 
58  };
59 
61 }
62 
63 #endif
Belle2::TRGGDLSummaryModule::endRun
virtual void endRun() override
End Run.
Definition: trggdlSummaryModule.h:35
Belle2::TRGGDLSummaryModule::initialize
virtual void initialize() override
initialize
Definition: trggdlSummaryModule.cc:41
Belle2::TRGGDLSummaryModule::GDLResult
StoreObjPtr< TRGSummary > GDLResult
output for TRGSummary
Definition: trggdlSummaryModule.h:41
Belle2::TRGGDLSummaryModule::TRGGDLSummaryModule
TRGGDLSummaryModule()
Costructor.
Definition: trggdlSummaryModule.cc:31
Belle2::TRGGDLSummaryModule::terminate
virtual void terminate() override
terminate
Definition: trggdlSummaryModule.h:37
Belle2::TRGGDLSummaryModule::beginRun
virtual void beginRun() override
begin Run
Definition: trggdlSummaryModule.h:31
Belle2::TRGGDLSummaryModule::event
virtual void event() override
Event.
Definition: trggdlSummaryModule.cc:100
Belle2::DBObjPtr
Class for accessing objects in the database.
Definition: DBObjPtr.h:31
Belle2::TRGGDLSummaryModule
Definition: trggdlSummaryModule.h:19
Belle2::Module
Base class for Modules.
Definition: Module.h:74
Belle2::TRGGDLSummaryModule::_debugLevel
int _debugLevel
Debug Level.
Definition: trggdlSummaryModule.h:56
Belle2::TRGGDLSummaryModule::~TRGGDLSummaryModule
virtual ~TRGGDLSummaryModule()
Destrunctor.
Definition: trggdlSummaryModule.h:25
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::StoreObjPtr
Type-safe access to single objects in the data store.
Definition: ParticleList.h:33