@@ -33,9 +33,6 @@ class SimParam : public o2::conf::ConfigurableParamHelper<SimParam>
3333 Int_t getDigitThreshold () const { return mDigitThreshold ; }
3434 Float_t getPinNoise () const { return mPinNoise ; }
3535 Float_t getPinNoiseLG () const { return mPinNoiseLG ; }
36- Float_t getTimeNoise () const { return mTimeNoise ; }
37- Float_t getTimeDelay () const { return mTimeDelay ; }
38- Bool_t isTimeDelayFromOCDB () const { return mTimeDelayFromOCDB ; }
3936 Float_t getTimeResolutionPar0 () const { return mTimeResolutionPar0 ; }
4037 Float_t getTimeResolutionPar1 () const { return mTimeResolutionPar1 ; }
4138 Double_t getTimeResolution (Double_t energy) const ;
@@ -74,9 +71,6 @@ class SimParam : public o2::conf::ConfigurableParamHelper<SimParam>
7471 Float_t mGainFluctuations {15 .}; // /< correct fMeanPhotonElectron by the gain fluctuations
7572 Float_t mPinNoise {0.012 }; // /< Electronics noise in EMC, APD
7673 Float_t mPinNoiseLG {0.1 }; // /< Electronics noise in EMC, APD, Low Gain
77- Float_t mTimeNoise {1.28e-5 }; // /< Electronics noise in EMC, time
78- Float_t mTimeDelay {600e-9 }; // /< Simple time delay to mimick roughly delay in data
79- Bool_t mTimeDelayFromOCDB {false }; // /< Get time delay from OCDB
8074 Float_t mTimeResolutionPar0 {0.26666 }; // /< Time resolution of FEE electronics
8175 Float_t mTimeResolutionPar1 {1.4586 }; // /< Time resolution of FEE electronics
8276 Int_t mNADCEC {0x10000 }; // /< number of channels in EC section ADC
0 commit comments