File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Detectors/TPC/calibration Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ namespace tpc
2626{
2727
2828struct CalibPedestalParam : public o2 ::conf::ConfigurableParamHelper<CalibPedestalParam> {
29- int FirstTimeBin{0 }; // /< first time bin used in analysis
30- int LastTimeBin{500 }; // /< first time bin used in analysis
31- int ADCMin{0 }; // /< minimum adc value
32- int ADCMax{120 }; // /< maximum adc value
33- StatisticsType StatType{StatisticsType::GausFit }; // /< statistics type to be used for pedestal and noise evaluation
29+ int FirstTimeBin{0 }; // /< first time bin used in analysis
30+ int LastTimeBin{500 }; // /< first time bin used in analysis
31+ int ADCMin{0 }; // /< minimum adc value
32+ int ADCMax{120 }; // /< maximum adc value
33+ StatisticsType StatType{StatisticsType::GausFitFast }; // /< statistics type to be used for pedestal and noise evaluation
3434
3535 O2ParamDef (CalibPedestalParam, " TPCCalibPedestal" );
3636};
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ outputFile=pedestals.root
4040nevents=1000
4141firstTimeBin=0
4242lastTimeBin=450
43- statisticsType=0
43+ statisticsType=1
4444verbosity=0
4545debugLevel=0
4646writeDebug=0
You can’t perform that action at this time.
0 commit comments