FairRoot/PandaRoot
|
#include <map>
Go to the source code of this file.
Functions | |
void | Init () |
void | SetEntryNr (Int_t nr) |
void | Next () |
void | Draw () |
void | ExtractData (TClonesArray *array, TGraph *g) |
int | TrackPointsVis () |
Variables | |
Int_t | gEntryNr = 0 |
TTree * | t |
TClonesArray * | mvdHitArray = new TClonesArray("PndSdsHit") |
TClonesArray * | mvdProjectedArray = new TClonesArray("PndSdsHit") |
TClonesArray * | trackArray = new TClonesArray("PndTrack") |
TGraph * | gHitPoints = new TGraph(4) |
TGraph * | gProjections = new TGraph(4) |
TMultiGraph * | mg = new TMultiGraph() |
void Draw | ( | ) |
Definition at line 63 of file TrackPointsVis.C.
References ExtractData(), gHitPoints, gProjections, mvdHitArray, and mvdProjectedArray.
void ExtractData | ( | TClonesArray * | array, |
TGraph * | g | ||
) |
Definition at line 77 of file TrackPointsVis.C.
void Init | ( | ) |
Initialize the session
Definition at line 19 of file TrackPointsVis.C.
References f, gHitPoints, gProjections, mg, mvdHitArray, mvdProjectedArray, t, and trackArray.
Referenced by PndMvdPixelDigiSorterTask::Init(), PndMvdDigiPixelDraw::Init(), PndDrcAccuDigiPixelDraw::Init(), PndTrackCandDraw::Init(), FairFilteredPrimaryGenerator::Init(), PndFilteredPrimaryGenerator::Init(), NHitsPerEvent(), PndMvdMCEventAna::PndMvdMCEventAna(), TimeStructure(), and TrackPointsVis().
void Next | ( | ) |
Definition at line 51 of file TrackPointsVis.C.
References Bool_t, Draw(), gEntryNr, mvdProjectedArray, run, and t.
void SetEntryNr | ( | Int_t | nr | ) |
Definition at line 46 of file TrackPointsVis.C.
int TrackPointsVis | ( | ) |
Definition at line 95 of file TrackPointsVis.C.
References Draw(), and Init().
Int_t gEntryNr = 0 |
Definition at line 10 of file TrackPointsVis.C.
TGraph* gHitPoints = new TGraph(4) |
Definition at line 15 of file TrackPointsVis.C.
TGraph* gProjections = new TGraph(4) |
Definition at line 16 of file TrackPointsVis.C.
TMultiGraph* mg = new TMultiGraph() |
Definition at line 17 of file TrackPointsVis.C.
TClonesArray* mvdHitArray = new TClonesArray("PndSdsHit") |
Definition at line 12 of file TrackPointsVis.C.
TClonesArray* mvdProjectedArray = new TClonesArray("PndSdsHit") |
Definition at line 13 of file TrackPointsVis.C.
TTree* t |
Definition at line 11 of file TrackPointsVis.C.
TClonesArray* trackArray = new TClonesArray("PndTrack") |
Definition at line 14 of file TrackPointsVis.C.