We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251b2ea commit 18fa5fcCopy full SHA for 18fa5fc
1 file changed
PWGCF/FemtoUniverse/Tasks/femtoUniverseDebugV0.cxx
@@ -85,7 +85,7 @@ struct FemtoUniverseDebugV0 {
85
negativeChildHistos.init(&V0Registry, confChildTempFitVarpTBins, confChildTempFitVarBins, false, confPDGCodeNegativeChild, true);
86
V0Histos.init(&V0Registry, confV0TempFitVarpTBins, confV0TempFitVarBins, false, confPDGCodeV0.value, true);
87
88
- thetaRegistry.add("Theta/hTheta", " ; p (GeV/#it{c}); cos(#theta)", kTH2F, {{100, 0, 10}, {50, -5, 5}});
+ thetaRegistry.add("Theta/hTheta", " ; p (GeV/#it{c}); cos(#theta)", kTH2F, {{100, 0, 10}, {110, -1.1, 1.1}});
89
}
90
91
/// Produce QA plots for V0 selection in FemtoUniverse framework
0 commit comments