|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRIGT1CALOCALIBTOOLS_TRIGGERTOWERTHINNINGALG_H
10 #define TRIGT1CALOCALIBTOOLS_TRIGGERTOWERTHINNINGALG_H
34 #include "GaudiKernel/ServiceHandle.h"
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.
ServiceHandle< IAthRNGSvc > m_rndmSvc
std::atomic< unsigned long > m_nEventsProcessed
HandleKey object for adding thinning to an object.
std::atomic< unsigned long > m_nEventsAllTriggerTowersKeptByRandom
virtual ~TriggerTowerThinningAlg()
std::atomic< unsigned long > m_nTriggerTowersRejected
std::atomic< unsigned long > m_nTriggerTowersKept
virtual StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
std::atomic< unsigned long > m_nTriggerTowersProcessed
StringProperty m_streamName
TriggerTowerThinningAlg(const std::string &t, const std::string &n, const IInterface *p)
static const std::string xAODTriggerTowerLocation
SG::ReadDecorHandleKey< xAOD::TriggerTowerContainer > m_caloCellETByLayerKey
HandleKey object for adding thinning to an object.
virtual StatusCode doThinning() const override
SG::ThinningHandleKey< xAOD::TriggerTowerContainer > m_triggerTowerLocation
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
virtual StatusCode finalize() override