9#ifndef TRIGT1CALOCALIBTOOLS_TRIGGERTOWERTHINNINGALG_H
10#define TRIGT1CALOCALIBTOOLS_TRIGGERTOWERTHINNINGALG_H
34#include "GaudiKernel/ServiceHandle.h"
48 virtual StatusCode
finalize()
override;
49 virtual StatusCode
doThinning()
const override;
53 {
this,
"StreamName",
"",
"Name of the stream being thinned" };
76 {
this,
"RndmSvc",
"AthRNGSvc",
"" };
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
HandleKey object for adding thinning to an object.
std::atomic< unsigned long > m_nEventsAllTriggerTowersKeptByRandom
SG::ReadDecorHandleKey< xAOD::TriggerTowerContainer > m_caloCellETByLayerKey
StringProperty m_streamName
ServiceHandle< IAthRNGSvc > m_rndmSvc
TriggerTowerThinningAlg(const std::string &t, const std::string &n, const IInterface *p)
virtual StatusCode initialize() override
std::atomic< unsigned long > m_nEventsProcessed
virtual StatusCode doThinning() const override
std::atomic< unsigned long > m_nTriggerTowersRejected
virtual ~TriggerTowerThinningAlg()
std::atomic< unsigned long > m_nTriggerTowersKept
SG::ThinningHandleKey< xAOD::TriggerTowerContainer > m_triggerTowerLocation
std::atomic< unsigned long > m_nTriggerTowersProcessed
virtual StatusCode finalize() override
static const std::string xAODTriggerTowerLocation
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
HandleKey object for adding thinning to an object.