![]() |
ATLAS Offline Software
|
Public Member Functions | |
HistoSet (const Muon::IMuonIdHelperSvc *idHelperSvc, const ServiceHandle< ITHistSvc > &histSvc, const std::string &basePath, const TechIdx_t techIdx, const int stIdent) | |
Helper struct to define histograms spectrometer region. More... | |
Public Attributes | |
int | identifier {-1} |
Identifier (Either the stationIndex (Mdt/Rpc) or stationName (Tgc/Mm/sTgc)) More... | |
TH1 * | h_dirTheta {nullptr} |
Local theta direction of the hit. More... | |
TH1 * | h_dirPhi {nullptr} |
Local phi direction of the hit. More... | |
TH1 * | h_energy {nullptr} |
Energy of the hit. More... | |
TH1 * | h_deposit {nullptr} |
Energy deposit of the hit. 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_localHitPos {nullptr} |
Local position of the hit (signed radius) / pos in x-y plane. More... | |
TH1 * | h_localHitZ {nullptr} |
Local z-hit position. More... | |
TH1 * | h_globHitXY {nullptr} |
Global hit position (x-y) plane. More... | |
TH1 * | h_globHitRZ {nullptr} |
Global hit position (r-z) plane. More... | |
Definition at line 41 of file xMuonHitAnalysis.h.
MuonValR4::xMuonHitAnalysis::HistoSet::HistoSet | ( | const Muon::IMuonIdHelperSvc * | idHelperSvc, |
const ServiceHandle< ITHistSvc > & | histSvc, | ||
const std::string & | basePath, | ||
const TechIdx_t | techIdx, | ||
const int | stIdent | ||
) |
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 16 of file xMuonHitAnalysis.cxx.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_deposit {nullptr} |
Energy deposit of the hit.
Definition at line 63 of file xMuonHitAnalysis.h.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_dirPhi {nullptr} |
Local phi direction of the hit.
Definition at line 59 of file xMuonHitAnalysis.h.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_dirTheta {nullptr} |
Local theta direction of the hit.
Definition at line 57 of file xMuonHitAnalysis.h.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_energy {nullptr} |
Energy of the hit.
Definition at line 61 of file xMuonHitAnalysis.h.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_globHitRZ {nullptr} |
Global hit position (r-z) plane.
Definition at line 77 of file xMuonHitAnalysis.h.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_globHitXY {nullptr} |
Global hit position (x-y) plane.
Definition at line 75 of file xMuonHitAnalysis.h.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_localHitPos {nullptr} |
Local position of the hit (signed radius) / pos in x-y plane.
Definition at line 71 of file xMuonHitAnalysis.h.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_localHitZ {nullptr} |
Local z-hit position.
Definition at line 73 of file xMuonHitAnalysis.h.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_pdgId {nullptr} |
pdgId of the hit
Definition at line 65 of file xMuonHitAnalysis.h.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_stationEta {nullptr} |
Station eta of the hit.
Definition at line 69 of file xMuonHitAnalysis.h.
TH1* MuonValR4::xMuonHitAnalysis::HistoSet::h_stationPhi {nullptr} |
Station phi of the hit
Definition at line 67 of file xMuonHitAnalysis.h.
int MuonValR4::xMuonHitAnalysis::HistoSet::identifier {-1} |
Identifier (Either the stationIndex (Mdt/Rpc) or stationName (Tgc/Mm/sTgc))
Definition at line 55 of file xMuonHitAnalysis.h.