|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef EVENT_INFO_RDO_ANALYSIS_H
6 #define EVENT_INFO_RDO_ANALYSIS_H
9 #include <GaudiKernel/ServiceHandle.h>
10 #include <GaudiKernel/ITHistSvc.h>
32 Gaudi::Property<std::string>
m_histPath {
this,
"HistPath",
"/RDOAnalysis/histos/",
""};
33 Gaudi::Property<std::string>
m_ntuplePath {
this,
"NtuplePath",
"/RDOAnalysis/ntuples/",
""};
34 Gaudi::Property<std::string>
m_ntupleName {
this,
"NtupleName",
"EventInfo",
""};
62 #endif // EVENT_INFO_RDO_ANALYSIS_H
Property holding a SG store/key/clid from which a ReadHandle is made.
TH1 * m_h_actualInteractionsPerCrossing
virtual StatusCode initialize() override final
TH1 * m_h_averageInteractionsPerCrossing
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
float m_averageInteractionsPerCrossing
::StatusCode StatusCode
StatusCode definition for legacy code.
float m_actualInteractionsPerCrossing
EventInfoRDOAnalysis(const std::string &name, ISvcLocator *pSvcLocator)
ServiceHandle< ITHistSvc > m_thistSvc
unsigned long long m_eventNumber
Gaudi::Property< std::string > m_histPath
Gaudi::Property< std::string > m_ntuplePath
Gaudi::Property< std::string > m_ntupleName
virtual StatusCode execute() override final