@@ -540,7 +540,6 @@ struct PidDiHadron {
540540 histos.add (" ExpTpcdEdx_ptwise_pi" , " " , {HistType::kTHnSparseD , {{axisPt, axisTpcSignal, axisNsigmaTOF}}});
541541 histos.add (" ExpTpcdEdx_ptwise_ka" , " " , {HistType::kTHnSparseD , {{axisPt, axisTpcSignal, axisNsigmaTOF}}});
542542 histos.add (" ExpTpcdEdx_ptwise_pr" , " " , {HistType::kTHnSparseD , {{axisPt, axisTpcSignal, axisNsigmaTOF}}});
543-
544543 }
545544
546545 histos.add (" eventcount" , " bin" , {HistType::kTH1F , {{4 , 0 , 4 , " bin" }}}); // histogram to see how many events are in the same and mixed event
@@ -883,7 +882,6 @@ struct PidDiHadron {
883882 histos.fill (HIST (" ExpSigma_ptwise" ), track1.pt (), track1.tpcExpSigmaPr (), track1.tofNSigmaPr ());
884883 }
885884 }
886-
887885 }
888886 if (cfgGetNsigmaQA && cfgUseItsPID) {
889887 if (cfgPIDParticle == kPions )
@@ -1584,7 +1582,6 @@ struct PidDiHadron {
15841582 histos.fill (HIST (" hNsigmaProtonTruePositives" ), track.pt ());
15851583 }
15861584 } // Proton condition
1587-
15881585 } // end of tracks MC loop
15891586 } // end of process MC
15901587 PROCESS_SWITCH (PidDiHadron, processMC, " Process Monte Carlo" , true );
0 commit comments