![]() |
ATLAS Offline Software
|
Histograms per station index. More...
Public Member Functions | |
HistoSet ()=default | |
Default constructor. More... | |
HistoSet (const Muon::IMuonIdHelperSvc *idHelperSvc, const ServiceHandle< ITHistSvc > &histSvc, const std::string &basePath, const TechIdx_t techIdx, const int stIdent) | |
Constructor instantiating the monitoring histograms. More... | |
Public Attributes | |
int | identifier {-1} |
Identifier (Either the stationIndex (Mdt/Rpc) or stationName (Tgc/Mm/sTgc)) More... | |
TH1 * | h_pdgId {nullptr} |
pdgId of the hit More... | |
TH1 * | h_stationPhi {nullptr} |
Station phi of the hit More... | |
TH1 * | h_stationEta {nullptr} |
Station eta of the hit. More... | |
TH1 * | h_sdoWord {nullptr} |
Encoded data word of the SDO. More... | |
TH1 * | h_xyPos {nullptr} |
Position in the x-y plane. More... | |
TH1 * | h_rzPos {nullptr} |
Position in the r-z plane. More... | |
TH1 * | h_eventIndex {nullptr} |
Index of the underlying event collection. More... | |
TH1 * | h_radius {nullptr} |
TH1 * | h_localZ {nullptr} |
Histograms per station index.
Definition at line 39 of file MuonSDOAnalysis.h.
|
default |
Default constructor.
MuonVal::MuonSDOAnalysis::HistoSet::HistoSet | ( | const Muon::IMuonIdHelperSvc * | idHelperSvc, |
const ServiceHandle< ITHistSvc > & | histSvc, | ||
const std::string & | basePath, | ||
const TechIdx_t | techIdx, | ||
const int | stIdent | ||
) |
Constructor instantiating the monitoring histograms.
histSvc | Reference to the histSvc to register the histograms with the file |
basePath | Basic path for all histograms |
stIdx | Station index to consider for the histogram set |
Helper struct to define histograms spectrometer region
idHelperSvc | Pointer to the idHelperSvc |
histSvc | Reference to the THistSvc piping the histograms |
basePath | Base path of the histogram |
techIdx | Technology index of the histograms to plot |
stIdent | Station identifier (stationName or stIndex) |
Definition at line 17 of file MuonSDOAnalysis.cxx.
TH1* MuonVal::MuonSDOAnalysis::HistoSet::h_eventIndex {nullptr} |
Index of the underlying event collection.
Definition at line 73 of file MuonSDOAnalysis.h.
TH1* MuonVal::MuonSDOAnalysis::HistoSet::h_localZ {nullptr} |
Definition at line 76 of file MuonSDOAnalysis.h.
TH1* MuonVal::MuonSDOAnalysis::HistoSet::h_pdgId {nullptr} |
pdgId of the hit
Definition at line 61 of file MuonSDOAnalysis.h.
TH1* MuonVal::MuonSDOAnalysis::HistoSet::h_radius {nullptr} |
Definition at line 75 of file MuonSDOAnalysis.h.
TH1* MuonVal::MuonSDOAnalysis::HistoSet::h_rzPos {nullptr} |
Position in the r-z plane.
Definition at line 71 of file MuonSDOAnalysis.h.
TH1* MuonVal::MuonSDOAnalysis::HistoSet::h_sdoWord {nullptr} |
Encoded data word of the SDO.
Definition at line 67 of file MuonSDOAnalysis.h.
TH1* MuonVal::MuonSDOAnalysis::HistoSet::h_stationEta {nullptr} |
Station eta of the hit.
Definition at line 65 of file MuonSDOAnalysis.h.
TH1* MuonVal::MuonSDOAnalysis::HistoSet::h_stationPhi {nullptr} |
Station phi of the hit
Definition at line 63 of file MuonSDOAnalysis.h.
TH1* MuonVal::MuonSDOAnalysis::HistoSet::h_xyPos {nullptr} |
Position in the x-y plane.
Definition at line 69 of file MuonSDOAnalysis.h.
int MuonVal::MuonSDOAnalysis::HistoSet::identifier {-1} |
Identifier (Either the stationIndex (Mdt/Rpc) or stationName (Tgc/Mm/sTgc))
Definition at line 59 of file MuonSDOAnalysis.h.