5#ifndef TRIGGEPPERF_GEPERATIOALG_H
6#define TRIGGEPPERF_GEPERATIOALG_H
14#include "Gaudi/Property.h"
24 virtual StatusCode
execute(
const EventContext& ctx)
const override;
31 this,
"OutputEratioDecorKey",
"Eratio",
"Output variable decorated with Eratio result"};
34 this,
"EtaWindowHalfSize", 8,
"Half-size of window in eta (total size = 2*HalfSize + 1)"};
37 this,
"PhiWindowHalfSize", 1,
"Half-size of window in phi (total size = 2*HalfSize + 1)"};
43#include "GepEratioAlg.ixx"
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
GepEMEratioAlg(const std::string &name, ISvcLocator *pSvcLocator)
GepTauEratioAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
GepEratioAlg(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< DataVector< T > > m_seedsKey
Gaudi::Property< unsigned int > m_etaWindowHalfSize
SG::ReadHandleKey< Gep::GepCellMap > m_gepCellsKey
Gaudi::Property< unsigned int > m_phiWindowHalfSize
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteDecorHandleKey< DataVector< T > > m_eratioKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.