Root> .L Compile.C Root> Compile("DrawDigitsRecs.C") Root> DrawDigitsRecs c Root> c.Run();
Definition at line 37 of file DrawDigitsRecs.C.
Public Member Functions | |
TArrayF | MakeLogScale (Int_t n, Double_t min, Double_t max) |
DrawDigitsRecs (Int_t m=1100, Double_t amin=-0.5, Double_t amax=1099.5, Int_t n=105, Double_t mmin=-0.5, Double_t mmax=20.5) | |
Bool_t | Begin (Int_t ev) |
Bool_t | ProcessDigit (AliFMDDigit *digit) |
Bool_t | ProcessRecPoint (AliFMDRecPoint *single) |
Bool_t | Finish () |
ClassDef (DrawDigitsRecs, 0) | |
Private Attributes | |
TH2D * | fAdcVsSingle |
AliFMDUShortMap | fMap |
|
Definition at line 57 of file DrawDigitsRecs.C. |
|
Begining of event
Reimplemented from AliFMDInput. Definition at line 70 of file DrawDigitsRecs.C. |
|
|
|
Called at the end of the run.
Reimplemented from AliFMDInput. Definition at line 107 of file DrawDigitsRecs.C. |
|
Definition at line 44 of file DrawDigitsRecs.C. |
|
Process one digit. Users should over this to process each digit.
Reimplemented from AliFMDInput. Definition at line 76 of file DrawDigitsRecs.C. |
|
Process one reconstructed point. Users should over this to process each reconstructed point.
Reimplemented from AliFMDInput. Definition at line 92 of file DrawDigitsRecs.C. |
|
Definition at line 40 of file DrawDigitsRecs.C. |
|
Definition at line 41 of file DrawDigitsRecs.C. |