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