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 ff15785 commit d8fb1f7Copy full SHA for d8fb1f7
PWGCF/JCorran/Tasks/jflucAnalysisTask.cxx
@@ -77,7 +77,7 @@ struct jflucAnalysisTask {
77
auto axisSpecZvt = AxisSpec(zvtAxis);
78
auto axisSpecPt = AxisSpec(ptAxis);
79
auto axisSpecMass = AxisSpec(massAxis);
80
- if (doprocessJDerived || doprocessJDerivedCorrected || doprocessCFDerived || doprocessCFDerivedCorrected) {
+ if (doprocessJDerived || doprocessJDerivedCorrected || doprocessCFDerived || doprocessCFDerivedCorrected || doprocessMCCFDerived) {
81
pcf = new JFFlucAnalysisO2Hist(registry, axisSpecMult, axisSpecPhi, axisSpecEta, axisSpecZvt, axisSpecPt, axisSpecMass, "jfluc");
82
pcf->AddFlags(JFFlucAnalysis::kFlucEbEWeighting);
83
pcf->UserCreateOutputObjects();
0 commit comments