8#ifndef TRCGDLSummaryModule_h
9#define TRCGDLSummaryModule_h
11#include <trg/gdl/dataobjects/TRGGDLUnpackerStore.h>
12#include <trg/gdl/modules/trggdlUnpacker/trggdlUnpackerModule.h>
13#include <framework/core/Module.h>
14#include <framework/datastore/StoreObjPtr.h>
15#include <mdst/dataobjects/TRGSummary.h>
16#include <framework/database/DBObjPtr.h>
17#include <mdst/dbobjects/TRGGDLDBPrescales.h>
18#include <trg/gdl/dbobjects/TRGGDLDBUnpacker.h>
40 virtual void event()
override;
54 int LeafBitMap[320] = {0};
55 char LeafNames[320][100] = {{
""}};
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()
Costructor.
virtual void beginRun() override
begin Run
virtual ~TRGGDLSummaryModule()
Destrunctor.
StoreObjPtr< TRGSummary > GDLResult
output for TRGSummary
Abstract base class for different kinds of events.