![]() |
ATLAS Offline Software
|
track based plots More...
#include <MuonInsideOutAnalysisPlots.h>
Public Member Functions | |
| TimePlots * | getTimePlots (int typeIndex) |
| void | book (TDirectory *dir, const TString &prefix) |
| void | fill (int ntruth_, int nseg_, int nseg1_, int nseg2_, int nseg3_, int nhough_) |
| void | fill (const MuonValidationTrackParticleBlock &tracks, int index) |
Public Attributes | |
| TH1 * | pt |
| TH1 * | eta |
| TH1 * | phi |
| TH1 * | beta |
| TH1 * | pdg |
| TH1 * | ntruth |
| TH1 * | nseg |
| TH1 * | nseg1 |
| TH1 * | nseg2 |
| TH1 * | nseg3 |
| TH1 * | nhough |
| TH2 * | ntruth_seg |
| TH2 * | ntruth_seg1 |
| TH2 * | ntruth_hough |
| HitPlots | hits |
| HoughPlots | hough |
| SegmentPlots | segments |
| SegmentPlots | segments1 |
| SegmentPlots | segments2 |
| SegmentPlots | segments3 |
| std::vector< TimePlots > | timePlots |
| BetaFitRegionPlots | barrel |
| BetaFitRegionPlots | endcap |
| std::vector< StageSummaryPlots > | candidateStages |
track based plots
Definition at line 205 of file MuonInsideOutAnalysisPlots.h.
| void Muon::TrackPlots::book | ( | TDirectory * | dir, |
| const TString & | prefix ) |
Definition at line 356 of file MuonInsideOutAnalysisPlots.cxx.
| void Muon::TrackPlots::fill | ( | const MuonValidationTrackParticleBlock & | tracks, |
| int | index ) |
| void Muon::TrackPlots::fill | ( | int | ntruth_, |
| int | nseg_, | ||
| int | nseg1_, | ||
| int | nseg2_, | ||
| int | nseg3_, | ||
| int | nhough_ ) |
Definition at line 424 of file MuonInsideOutAnalysisPlots.cxx.
|
inline |
Definition at line 230 of file MuonInsideOutAnalysisPlots.h.
| BetaFitRegionPlots Muon::TrackPlots::barrel |
Definition at line 237 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::beta |
Definition at line 209 of file MuonInsideOutAnalysisPlots.h.
| std::vector<StageSummaryPlots> Muon::TrackPlots::candidateStages |
Definition at line 240 of file MuonInsideOutAnalysisPlots.h.
| BetaFitRegionPlots Muon::TrackPlots::endcap |
Definition at line 238 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::eta |
Definition at line 207 of file MuonInsideOutAnalysisPlots.h.
| HitPlots Muon::TrackPlots::hits |
Definition at line 221 of file MuonInsideOutAnalysisPlots.h.
| HoughPlots Muon::TrackPlots::hough |
Definition at line 222 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::nhough |
Definition at line 216 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::nseg |
Definition at line 212 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::nseg1 |
Definition at line 213 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::nseg2 |
Definition at line 214 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::nseg3 |
Definition at line 215 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::ntruth |
Definition at line 211 of file MuonInsideOutAnalysisPlots.h.
| TH2* Muon::TrackPlots::ntruth_hough |
Definition at line 219 of file MuonInsideOutAnalysisPlots.h.
| TH2* Muon::TrackPlots::ntruth_seg |
Definition at line 217 of file MuonInsideOutAnalysisPlots.h.
| TH2* Muon::TrackPlots::ntruth_seg1 |
Definition at line 218 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::pdg |
Definition at line 210 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::phi |
Definition at line 208 of file MuonInsideOutAnalysisPlots.h.
| TH1* Muon::TrackPlots::pt |
Definition at line 206 of file MuonInsideOutAnalysisPlots.h.
| SegmentPlots Muon::TrackPlots::segments |
Definition at line 223 of file MuonInsideOutAnalysisPlots.h.
| SegmentPlots Muon::TrackPlots::segments1 |
Definition at line 224 of file MuonInsideOutAnalysisPlots.h.
| SegmentPlots Muon::TrackPlots::segments2 |
Definition at line 225 of file MuonInsideOutAnalysisPlots.h.
| SegmentPlots Muon::TrackPlots::segments3 |
Definition at line 226 of file MuonInsideOutAnalysisPlots.h.
| std::vector<TimePlots> Muon::TrackPlots::timePlots |
Definition at line 228 of file MuonInsideOutAnalysisPlots.h.