4#ifndef Muon_SDO_ANALYSIS_H
5#define Muon_SDO_ANALYSIS_H
23 virtual StatusCode
initialize()
override final;
24 virtual StatusCode
execute()
override final;
31 Gaudi::Property<std::string>
m_path{
this,
"HistPath",
"MuonSDOAnalysis"};
36 Gaudi::Property<int>
m_techIdx{
this,
"techIndex", -1};
54 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.
Muon::MuonStationIndex::TechnologyIndex TechIdx_t
virtual StatusCode initialize() override final
std::vector< HistoSet > m_histos
Gaudi::Property< int > m_techIdx
Gaudi::Property< std::string > m_path
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Service handle of the IdHelperSvc.
Muon::MuonStationIndex::StIndex StIdx_t
AthHistogramAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
virtual StatusCode execute() override final
SG::ReadHandleKey< MuonSimDataCollection > m_inputKey
Input read handle key.
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
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
TechnologyIndex
enum to classify the different layers in the muon spectrometer
int identifier
Identifier (Either the stationIndex (Mdt/Rpc) or stationName (Tgc/Mm/sTgc))
HistoSet()=default
Default constructor.
TH1 * h_rzPos
Position in the r-z plane.
TH1 * h_pdgId
pdgId of the hit
TH1 * h_sdoWord
Encoded data word of the SDO.
TH1 * h_stationEta
Station eta of the hit.
TH1 * h_eventIndex
Index of the underlying event collection.
TH1 * h_xyPos
Position in the x-y plane.
TH1 * h_stationPhi
Station phi of the hit.