We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4153d22 commit 63dadb6Copy full SHA for 63dadb6
PWGLF/TableProducer/Nuspex/decay3bodybuilder.cxx
@@ -284,9 +284,11 @@ struct decay3bodyBuilder {
284
ccdb->setFatalWhenNull(false);
285
286
// TOF PID parameters initialization
287
- mTOFCalibConfig.metadataInfo = metadataInfo;
288
- mTOFCalibConfig.inheritFromBaseTask(initContext);
289
- mTOFCalibConfig.initSetup(mRespParamsV3, ccdb);
+ if (doprocessRealData == true || doprocessMonteCarlo == true) {
+ mTOFCalibConfig.metadataInfo = metadataInfo;
+ mTOFCalibConfig.inheritFromBaseTask(initContext);
290
+ mTOFCalibConfig.initSetup(mRespParamsV3, ccdb);
291
+ }
292
293
// Set material correction
294
if (useMatCorrType == 1) {
0 commit comments