![]() |
ATLAS Offline Software
|
#include <PlotValNtuple.h>
Public Member Functions | |
| PlotValNtuple (TrackDataNtupleTree &trackNtuple, TrkValidationNtupleRIOs *rioNtuple, DisplayMode mode=BarrelXY) | |
| void | setNextTrack (int &eventNumber, int &trackNumber, int &InterationNumber) |
| void | setPrevTrack (int &eventNumber, int &trackNumber, int &InterationNumber) |
| void | setNextEvent (int &eventNumber) |
| void | setPrevEvent (int &eventNumber) |
| void | setEvent (int eventNumber, int InterationNumber) |
| void | setTrack (int eventNumber, int trackNumber, int InterationNumber) |
| void | setMode (DisplayMode mode) |
| std::vector< TObject * > * | getTrackGraphics () |
| plot a single track | |
| std::vector< TObject * > * | getRIOGraphics () |
| std::vector< TObject * > * | getGeometryGraphics () |
| std::vector< TObject * > * | getCompetingROTsGraphics () |
Private Member Functions | |
| void | plotTrack () |
| plot one track | |
| void | plotRIOs (int eventNumber) |
Private Attributes | |
| Long64_t | m_trackNtupleEntry |
| get the range of the track | |
| TrackDataNtupleTree & | m_trackNtuple |
| TrkValidationNtupleRIOs * | m_rioNtuple |
| displayBarrelXY | m_barrelXY |
| displayEndcapPhiZ | m_endcapPhiZ |
| DisplayMode | m_mode |
Definition at line 28 of file PlotValNtuple.h.
| PlotValNtuple::PlotValNtuple | ( | TrackDataNtupleTree & | trackNtuple, |
| TrkValidationNtupleRIOs * | rioNtuple, | ||
| DisplayMode | mode = BarrelXY ) |
Definition at line 9 of file PlotValNtuple.cxx.
|
inline |
Definition at line 93 of file PlotValNtuple.h.
|
inline |
Definition at line 82 of file PlotValNtuple.h.
|
inline |
Definition at line 71 of file PlotValNtuple.h.
|
inline |
plot a single track
plot a whole event, return the index of the last entry belonging to the event by reference plot the RIOs plot CompetingRIOsOnTrack for a single track plot CompetingRIOsOnTrack for whole event, return the index of the last entry belonging to the event by reference
Definition at line 60 of file PlotValNtuple.h.
|
private |
Definition at line 321 of file PlotValNtuple.cxx.
|
private |
plot one track
Definition at line 193 of file PlotValNtuple.cxx.
| void PlotValNtuple::setEvent | ( | int | eventNumber, |
| int | InterationNumber ) |
Definition at line 172 of file PlotValNtuple.cxx.
|
inline |
Definition at line 41 of file PlotValNtuple.h.
| void PlotValNtuple::setNextEvent | ( | int & | eventNumber | ) |
Definition at line 92 of file PlotValNtuple.cxx.
| void PlotValNtuple::setNextTrack | ( | int & | eventNumber, |
| int & | trackNumber, | ||
| int & | InterationNumber ) |
Definition at line 23 of file PlotValNtuple.cxx.
| void PlotValNtuple::setPrevEvent | ( | int & | eventNumber | ) |
Definition at line 130 of file PlotValNtuple.cxx.
| void PlotValNtuple::setPrevTrack | ( | int & | eventNumber, |
| int & | trackNumber, | ||
| int & | InterationNumber ) |
Definition at line 58 of file PlotValNtuple.cxx.
| void PlotValNtuple::setTrack | ( | int | eventNumber, |
| int | trackNumber, | ||
| int | InterationNumber ) |
Definition at line 173 of file PlotValNtuple.cxx.
|
private |
Definition at line 124 of file PlotValNtuple.h.
|
private |
Definition at line 125 of file PlotValNtuple.h.
|
private |
Definition at line 126 of file PlotValNtuple.h.
|
private |
Definition at line 122 of file PlotValNtuple.h.
|
private |
Definition at line 121 of file PlotValNtuple.h.
|
private |
get the range of the track
Definition at line 119 of file PlotValNtuple.h.