Skip to content

Commit 672fe9e

Browse files
committed
Do not enable all process function by default
1 parent c6d6508 commit 672fe9e

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

PWGUD/Tasks/ptSpectraInclusiveUpc.cxx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ struct PtSpectraInclusiveUpc {
6464
using TC = TCs::iterator;
6565
using LorentzVectorM = ROOT::Math::LorentzVector<ROOT::Math::PxPyPzM4D<double>>;
6666

67-
const int codePion = 211;
68-
const int codeKaon = 321;
69-
const int codeProton = 2212;
70-
7167
const double etaMax = 0.9;
7268
const double yMax = 0.9;
7369
const double ptMin = 0.1;
@@ -442,11 +438,11 @@ struct PtSpectraInclusiveUpc {
442438
}
443439
}
444440

445-
PROCESS_SWITCH(PtSpectraInclusiveUpc, processSim, "processSim", true);
441+
PROCESS_SWITCH(PtSpectraInclusiveUpc, processSim, "processSim", false);
446442

447443
PROCESS_SWITCH(PtSpectraInclusiveUpc, processReco, "processReco", true);
448444

449-
PROCESS_SWITCH(PtSpectraInclusiveUpc, processData, "processData", true);
445+
PROCESS_SWITCH(PtSpectraInclusiveUpc, processData, "processData", false);
450446
};
451447

452448
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

0 commit comments

Comments
 (0)