8#ifndef TRCGDLSummaryModule_h
9#define TRCGDLSummaryModule_h
14#include <trg/gdl/dataobjects/TRGGDLUnpackerStore.h>
15#include <trg/gdl/modules/trggdlUnpacker/trggdlUnpackerModule.h>
16#include <framework/core/Module.h>
17#include <framework/datastore/StoreObjPtr.h>
18#include <mdst/dataobjects/TRGSummary.h>
19#include <framework/database/DBObjPtr.h>
20#include <mdst/dbobjects/TRGGDLDBPrescales.h>
21#include <trg/gdl/dbobjects/TRGGDLDBUnpacker.h>
43 virtual void event()
override;
57 int LeafBitMap[320] = {0};
58 char LeafNames[320][100] = {{
""}};
65 std::vector<std::string> e_inBitsWithPSNMTiming;
66 std::vector<std::string> e_outBitsWithPSNMTiming;
Class for accessing objects in the database.
Type-safe access to single objects in the data store.
virtual void endRun() override
End Run.
int _debugLevel
Debug Level.
virtual void terminate() override
terminate
virtual void initialize() override
initialize
virtual void event() override
Event.
TRGGDLSummaryModule()
Constructor.
virtual void beginRun() override
begin Run
virtual ~TRGGDLSummaryModule()
Destrunctor.
StoreObjPtr< TRGSummary > GDLResult
output for TRGSummary
static const unsigned int c_ntrgWords
number of l1 trigger words
Abstract base class for different kinds of events.