Root> .L Compile.C Root> Compile("DrawHitsDigits.C") Root> DrawHitsDigits c Root> c.Run();
Definition at line 33 of file DrawHitsDigits.C.
Public Member Functions | |
TArrayF | MakeLogScale (Int_t n, Double_t min, Double_t max) |
DrawHitsDigits (Int_t n=900, Double_t emin=1e-3, Double_t emax=10, Int_t m=1100, Double_t amin=-0.5, Double_t amax=1099.5) | |
Bool_t | Begin (Int_t ev) |
Bool_t | ProcessHit (AliFMDHit *hit, TParticle *) |
Bool_t | ProcessDigit (AliFMDDigit *digit) |
Bool_t | Finish () |
ClassDef (DrawHitsDigits, 0) | |
Private Attributes | |
TH2D * | fElossVsAdc |
AliFMDEdepMap | fMap |
|
Definition at line 53 of file DrawHitsDigits.C. |
|
Begining of event
Reimplemented from AliFMDInput. Definition at line 70 of file DrawHitsDigits.C. |
|
|
|
Called at the end of the run.
Reimplemented from AliFMDInput. Definition at line 108 of file DrawHitsDigits.C. |
|
Definition at line 40 of file DrawHitsDigits.C. |
|
Process one digit. Users should over this to process each digit.
Reimplemented from AliFMDInput. Definition at line 93 of file DrawHitsDigits.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 76 of file DrawHitsDigits.C. |
|
Definition at line 36 of file DrawHitsDigits.C. |
|
Definition at line 37 of file DrawHitsDigits.C. |