- fSDigits = new TClonesArray("TClonesArray",1) ; // here list of SDigits wil be stored
- new((*fSDigits)[0]) TClonesArray("AliPHOSDigit",1000) ;
-
- fDigits = new TClonesArray("AliPHOSDigit",200000) ;
-
- fDigitsTitle = "" ;
-
-
- fSDigitizer = 0 ;
-
- fIevent = new TArrayI(1) ;
- fIevent->AddAt(-1,0 ) ;
- fIeventMax = new TArrayI(1) ;
-
- // Get number of events to process
- fIeventMax->AddAt((Int_t) gAlice->TreeE()->GetEntries(), 0 );
-
- fNinputs = 1 ;
-
- fPinNoise = 0.01 ;
- fEMCDigitThreshold = 0.01 ;
- fCPVNoise = 0.01;
- fCPVDigitThreshold = 0.09 ;
- fPPSDNoise = 0.0000001;
+ fNinputs = 1 ;
+ fPinNoise = 0.01 ;
+ fEMCDigitThreshold = 0.01 ;
+ fCPVNoise = 0.01;
+ fCPVDigitThreshold = 0.09 ;
+ fPPSDNoise = 0.0000001;