Root> .L Compile.C Root> Compile("DrawHitsRecs.C") Root> DrawHitsRecs c Root> c.Run();
Definition at line 43 of file DrawHitsRecs.C.
Public Member Functions | |
TArrayF | MakeLogScale (Int_t n, Double_t min, Double_t max) |
DrawHitsRecs (Bool_t primary=kFALSE, Int_t n=900, Double_t emin=1e-3, Double_t emax=10, Int_t m=21, Double_t mmin=-0.5, Double_t mmax=20.5) | |
Bool_t | Begin (Int_t ev) |
Bool_t | ProcessHit (AliFMDHit *hit, TParticle *) |
Bool_t | ProcessRecPoint (AliFMDRecPoint *single) |
Bool_t | Finish () |
ClassDef (DrawHitsRecs, 0) | |
Private Attributes | |
TH2D * | fElossVsMult |
TH2D * | fHitsVsStrip |
TH2D * | fHitsVsRegion |
AliFMDEdepMap | fMap |
AliFMDFloatMap | fEta |
AliFMDFloatMap | fPhi |
AliFMDFloatMap | fMult |
Bool_t | fPrimary |
|
Definition at line 69 of file DrawHitsRecs.C. |
|
Begining of event
Reimplemented from AliFMDInput. Definition at line 99 of file DrawHitsRecs.C. |
|
|
|
Called at the end of the run.
Reimplemented from AliFMDInput. Definition at line 148 of file DrawHitsRecs.C. |
|
Definition at line 56 of file DrawHitsRecs.C. |
|
Process one hit, and optionally it's corresponding kinematics track. Users should over this to process each hit.
Reimplemented from AliFMDInput. Definition at line 105 of file DrawHitsRecs.C. |
|
Process one reconstructed point. Users should over this to process each reconstructed point.
Reimplemented from AliFMDInput. Definition at line 128 of file DrawHitsRecs.C. |
|
Definition at line 46 of file DrawHitsRecs.C. |
|
Definition at line 50 of file DrawHitsRecs.C. |
|
Definition at line 48 of file DrawHitsRecs.C. |
|
Definition at line 47 of file DrawHitsRecs.C. |
|
Definition at line 49 of file DrawHitsRecs.C. |
|
Definition at line 52 of file DrawHitsRecs.C. |
|
Definition at line 51 of file DrawHitsRecs.C. |
|
Definition at line 53 of file DrawHitsRecs.C. |