 |
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef Muon_SDO_ANALYSIS_H
5 #define Muon_SDO_ANALYSIS_H
31 Gaudi::Property<std::string>
m_path{
this,
"HistPath",
"MuonSDOAnalysis"};
36 Gaudi::Property<int>
m_techIdx{
this,
"techIndex", -1};
54 const std::string& basePath,
83 #endif // MDT_RDO_ANALYSIS_H
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:
TH1 * h_stationPhi
Station phi of the hit
TechnologyIndex
enum to classify the different layers in the muon spectrometer
TH1 * h_stationEta
Station eta of the hit.
SG::ReadHandleKey< MuonSimDataCollection > m_inputKey
Input read handle key.
virtual StatusCode initialize() override final
TH1 * h_xyPos
Position in the x-y plane.
virtual StatusCode execute() override final
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
Service handle of the IdHelperSvc.
Class dumping the basic distributions of the Mdt RDOs per station index.
::StatusCode StatusCode
StatusCode definition for legacy code.
int identifier
Identifier (Either the stationIndex (Mdt/Rpc) or stationName (Tgc/Mm/sTgc))
StIndex
enum to classify the different station layers in the muon spectrometer
TH1 * h_pdgId
pdgId of the hit
Class to store array like branches into the n-tuples.
TH1 * h_eventIndex
Index of the underlying event collection.
TH1 * h_sdoWord
Encoded data word of the SDO.
Gaudi::Property< int > m_techIdx
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
Gaudi::Property< std::string > m_path
HistoSet()=default
Default constructor.
Histograms per station index.
std::vector< HistoSet > m_histos
TH1 * h_rzPos
Position in the r-z plane.