|
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 | NHitsPerEvent () |
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() |
| TH1I * | h1 = new TH1I("h1", "Hits per Event", 101, -0.5, 100.5) |
| void Draw | ( | ) |
Definition at line 64 of file NHitsPerEvent.C.
| void ExtractData | ( | TClonesArray * | array, |
| TGraph * | g | ||
| ) |
Definition at line 78 of file NHitsPerEvent.C.
Referenced by Draw().
| void Init | ( | ) |
| void Next | ( | ) |
Definition at line 52 of file NHitsPerEvent.C.
References Bool_t, Draw(), gEntryNr, mvdProjectedArray, run, and t.
| int NHitsPerEvent | ( | ) |
| void SetEntryNr | ( | Int_t | nr | ) |
Definition at line 47 of file NHitsPerEvent.C.
| Int_t gEntryNr = 0 |
Definition at line 10 of file NHitsPerEvent.C.
Referenced by Next(), and SetEntryNr().
| TGraph* gHitPoints = new TGraph(4) |
Definition at line 15 of file NHitsPerEvent.C.
| TGraph* gProjections = new TGraph(4) |
Definition at line 16 of file NHitsPerEvent.C.
| TH1I* h1 = new TH1I("h1", "Hits per Event", 101, -0.5, 100.5) |
Definition at line 18 of file NHitsPerEvent.C.
| TMultiGraph* mg = new TMultiGraph() |
Definition at line 17 of file NHitsPerEvent.C.
Referenced by Init(), and plot_hitpattern().
| TClonesArray* mvdHitArray = new TClonesArray("PndSdsHit") |
Definition at line 12 of file NHitsPerEvent.C.
Referenced by Draw(), Init(), and NHitsPerEvent().
| TClonesArray* mvdProjectedArray = new TClonesArray("PndSdsHit") |
Definition at line 13 of file NHitsPerEvent.C.
| TTree* t |
Definition at line 11 of file NHitsPerEvent.C.
| TClonesArray* trackArray = new TClonesArray("PndTrack") |
Definition at line 14 of file NHitsPerEvent.C.
Referenced by OnlineDBuilderTask::Exec(), and Init().
1.8.5