6#ifndef TGC_RDO_ANALYSIS_H
7#define TGC_RDO_ANALYSIS_H
24 virtual StatusCode
initialize() override final;
25 virtual StatusCode
execute() override final;
32 "Muon::MuonIdHelperSvc/MuonIdHelperSvc"};
34 Gaudi::Property<std::string>
m_path{
this,
"HistPath",
"RpcRDOAnalysis"};
44 const std::string& basePath,
Property holding a SG store/key/clid from which a ReadHandle is made.
const ServiceHandle< ITHistSvc > & histSvc() const
The standard THistSvc (for writing histograms and TTrees and more to a root file) Returns (kind of) a...
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Gaudi::Property< std::string > m_path
virtual StatusCode initialize() override final
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Service handle of the IdHelperSvc.
virtual ~TgcRDOAnalysis()=default
virtual StatusCode execute() override final
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::ReadHandleKey< TgcRdoContainer > m_inputKey
std::vector< HistoSet > m_histos
Class to store array like branches into the n-tuples.
const std::string & stName(StIndex index)
convert StIndex into a string
HistoSet(const TgcIdHelper &idHelper, const ServiceHandle< ITHistSvc > &histSvc, const std::string &basePath, const int stName)
Constructor instantiating the monitoring histograms.