ATLAS Offline Software
|
candidate based plots More...
#include <MuonInsideOutAnalysisPlots.h>
Public Member Functions | |
void | book (TDirectory *dir, const TString &prefix) |
candidate based plots More... | |
void | fill (int ntruth_, int nseg_, int nseg1_, int nhough_) |
void | fill (const MuonValidationTrackParticleBlock &tracks, int index) |
Public Attributes | |
TH1 * | pt |
TH1 * | eta |
TH1 * | phi |
TH1 * | beta |
TH1 * | nseg |
BetaFitPlots | betaCandidates |
BetaFitPlots | betaBestCandidate |
candidate based plots
Definition at line 174 of file MuonInsideOutAnalysisPlots.h.
void Muon::CandidatePlots::book | ( | TDirectory * | dir, |
const TString & | prefix | ||
) |
void Muon::CandidatePlots::fill | ( | const MuonValidationTrackParticleBlock & | tracks, |
int | index | ||
) |
void Muon::CandidatePlots::fill | ( | int | ntruth_, |
int | nseg_, | ||
int | nseg1_, | ||
int | nhough_ | ||
) |
TH1* Muon::CandidatePlots::beta |
Definition at line 178 of file MuonInsideOutAnalysisPlots.h.
BetaFitPlots Muon::CandidatePlots::betaBestCandidate |
Definition at line 182 of file MuonInsideOutAnalysisPlots.h.
BetaFitPlots Muon::CandidatePlots::betaCandidates |
Definition at line 181 of file MuonInsideOutAnalysisPlots.h.
TH1* Muon::CandidatePlots::eta |
Definition at line 176 of file MuonInsideOutAnalysisPlots.h.
TH1* Muon::CandidatePlots::nseg |
Definition at line 179 of file MuonInsideOutAnalysisPlots.h.
TH1* Muon::CandidatePlots::phi |
Definition at line 177 of file MuonInsideOutAnalysisPlots.h.
TH1* Muon::CandidatePlots::pt |
Definition at line 175 of file MuonInsideOutAnalysisPlots.h.