4#ifndef MDT_RDO_ANALYSIS_H
5#define MDT_RDO_ANALYSIS_H
23 virtual StatusCode
initialize()
override final;
24 virtual StatusCode
execute()
override final;
31 Gaudi::Property<std::string>
m_path{
this,
"HistPath",
"MdtRDOAnalysis"};
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:
Class dumping the basic distributions of the Mdt RDOs per station index.
std::vector< HistoSet > m_histos
Gaudi::Property< std::string > m_path
virtual StatusCode execute() override final
SG::ReadHandleKey< MdtCsmContainer > m_inputKey
Input read handle key.
virtual StatusCode initialize() override final
Muon::MuonStationIndex::StIndex StIdx_t
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Service handle of the IdHelperSvc.
Property holding a SG store/key/clid from which a ReadHandle is made.
Class to store array like branches into the n-tuples.
StIndex
enum to classify the different station layers in the muon spectrometer
HistoSet()=default
Default constructor.