 |
Belle II Software
release-05-01-25
|
1 #ifndef TRGGDLCOSMICRUNMODULE_H
2 #define TRGGDLCOSMICRUNMODULE_H
4 #include "framework/core/Module.h"
6 #include <framework/datastore/StoreArray.h>
7 #include <trg/cdc/dataobjects/CDCTriggerSegmentHit.h>
8 #include <trg/ecl/dataobjects/TRGECLTrg.h>
35 virtual void event()
override;
54 #endif // TRGGDLCOSMICRUNMODULE_H
virtual void event() override
Check the trigger condition and set return value.
bool m_skipECL
switch for turning off the ECL part
virtual void initialize() override
Initialize the module.
std::string m_tsHitCollectionName
name of track segment hit list
virtual ~TRGGDLCosmicRunModule()
Destructor.
Module that returns true if the trigger condition for the 2017 cosmic runs is fulfilled.
StoreArray< TRGECLTrg > m_tchit
list of ECL trigger hits
Abstract base class for different kinds of events.
bool m_backToBack
switch for back-to-back condition
Accessor to arrays stored in the data store.
StoreArray< CDCTriggerSegmentHit > m_segmentHits
list of track segment hits
TRGGDLCosmicRunModule()
Constructor, for setting module description and parameters.