|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef LAR_COLLISION_TIME_MON_TOOL_H
12 #define LAR_COLLISION_TIME_MON_TOOL_H
20 #include "GaudiKernel/SystemOfUnits.h"
48 Gaudi::Property<std::string>
m_MonGroupName {
this,
"CollTimeGroupName",
"LArCollisionTimeMonGroup"};
55 Gaudi::Property<bool>
m_IsOnline {
this,
"IsOnline",
false};
Property holding a SG store/key/clid from which a ReadHandle is made.
virtual ~LArCollisionTimeMonAlg()
Default destructor.
virtual StatusCode fillHistograms(const EventContext &ctx) const override
Called each event.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
SG::ReadCondHandleKey< BunchCrossingCondData > m_bunchCrossingKey
Base class for Athena Monitoring Algorithms.
Gaudi::Property< std::string > m_MonGroupName
::StatusCode StatusCode
StatusCode definition for legacy code.
LArCollisionTimeMonAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< float > m_timeCut
Header file to be included by clients of the Monitored infrastructure.
Gaudi::Property< std::string > m_InTrain_MonGroupName
Gaudi::Property< bool > m_eWeighted
SG::ReadDecorHandleKey< xAOD::EventInfo > m_eventInfoDecorKey
SG::ReadHandleKey< LArCollisionTime > m_LArCollisionTimeKey
Gaudi::Property< int > m_minCells
Gaudi::Property< int > m_distance
Replaces the BunchCrossing AlgTool used in run1/2.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
Gaudi::Property< bool > m_IsOnline
Gaudi::Property< double > m_timeUnit
virtual StatusCode initialize() override
Overwrite dummy method from AlgTool.