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 b521cd7 commit fc4591cCopy full SHA for fc4591c
PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx
@@ -386,7 +386,7 @@ struct TrHeAnalysis {
386
continue;
387
}
388
if (track.mass() < cfgCutMinTofMassH3 || track.mass() > cfgCutMaxTofMassH3) {
389
- histos.fill(HIST("histogram/cuts"), 13);
+ histos.fill(HIST("histogram/cuts"), 13);
390
391
392
histos.fill(HIST("histogram/H3/H3-TPCsignVsTPCmomentum"),
@@ -539,7 +539,7 @@ struct TrHeAnalysis {
539
540
541
542
543
544
545
0 commit comments