![]() |
AliRoot Core
edcc906 (edcc906)
|
Scripts for the FMD. More...
![]() |
Functions | |
void | ApplyAlignment () |
void | Compare () |
void | Convert2Raw () |
void | Document () |
void | MakeAlignment () |
Float_t | AdcPerMip2Gain (Int_t adc) |
void | MakeResidualAlignment () |
void | PrintAlignment () |
void | PrintCalibration (Int_t r=0, const char *what="gain") |
void | RawTest () |
void | TestPedestalDA (Char_t *fileName="data.raw", Int_t runNumber=1, Bool_t oldFormat=kTRUE, Bool_t diagnostics=kFALSE) |
UShort_t | MakeADC (UShort_t d, UShort_t q, UShort_t s, UShort_t t) |
void | VA1Response (Int_t n=2, Float_t B=5, Float_t dc=.01, Bool_t errors=kFALSE) |
void | VA1Train () |
TObjArray * | WaferParameters (const char c) |
void | Wafer () |
Scripts for the FMD.
Float_t AdcPerMip2Gain | ( | Int_t | adc | ) |
Make fake calibration data
Definition at line 16 of file MakeCalibration.C.
Referenced by MakeCalibration().
void ApplyAlignment | ( | ) |
Apply alignment to a geometry
Definition at line 12 of file ApplyAlignment.C.
void Convert2Raw | ( | ) |
Convert digits to Raw data
Definition at line 12 of file Convert2Raw.C.
void Document | ( | ) |
Definition at line 22 of file Document.C.
UShort_t MakeADC | ( | UShort_t | d, |
UShort_t | q, | ||
UShort_t | s, | ||
UShort_t | t | ||
) |
Definition at line 10 of file TestRawIO.C.
Referenced by MakeData().
void MakeAlignment | ( | ) |
Make fake alignment data
Definition at line 11 of file MakeAlignment.C.
void MakeResidualAlignment | ( | ) |
Make fake residual alignment data
Definition at line 11 of file MakeResidualAlignment.C.
void PrintAlignment | ( | ) |
Print alignment to a geometry
Definition at line 13 of file PrintAlignment.C.
void PrintCalibration | ( | Int_t | r = 0 , |
const char * | what = "gain" |
||
) |
Make fake calibration data
Definition at line 16 of file PrintCalibration.C.
void TestPedestalDA | ( | Char_t * | fileName = "data.raw" , |
Int_t | runNumber = 1 , |
||
Bool_t | oldFormat = kTRUE , |
||
Bool_t | diagnostics = kFALSE |
||
) |
Definition at line 17 of file TestPedestalDA.C.
void VA1Response | ( | Int_t | n = 2 , |
Float_t | B = 5 , |
||
Float_t | dc = .01 , |
||
Bool_t | errors = kFALSE |
||
) |
void VA1Train | ( | ) |
Make VA1 sample train
Definition at line 11 of file VA1Train.C.