//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
void AliHMPIDCalib::Init()
{
+ //..
for(Int_t iddl=0;iddl<11;iddl++) faddl[iddl]=kFALSE;
//
// Called to initialize the TTree in which the raw data words will be stored
Int_t fa; //DILOGIC address
Int_t fd; //DILOGIC number
Int_t fr; //DILOGIC row
- Bool_t faddl[11]; //check is ddl is filled
+ Bool_t faddl[11]; //check is ddl is filled
Int_t fq; //Qdc value
- TH1F *fPedHisto; //
+ TH1F *fPedHisto; //temporary histo for mean and sigma calculation
ClassDef(AliHMPIDCalib,1) //HMPID calibration and pedestal class
};