@@ -234,11 +234,11 @@ struct FemtoDreamTripletTaskTrackTrackV0PbPb {
234234 threeBodyQARegistry.add (" TripletTaskQA/hCentralityME" , " ;Centrality;Entries" , kTH1F , {{100 , 0.0 , 100.0 }});
235235
236236 threeBodyQARegistry.add (" SameEvent/relPairDist_trackTrack" , " ;k* (GeV/c) ;Entries" , kTH1F , {{500 , 0.0 , 5.0 }});
237- threeBodyQARegistry.add (" MixedEvent/relPairDist_trackTrack" , " ;k* (GeV/c) ;Entries" , kTH1F , {{500 , 0.0 , 5.0 }});
237+ threeBodyQARegistry.add (" MixedEvent/relPairDist_trackTrack" , " ;k* (GeV/c) ;Entries" , kTH1F , {{500 , 0.0 , 5.0 }});
238238 threeBodyQARegistry.add (" SameEvent/relPairDist_track1V0" , " ;k* (GeV/c) ;Entries" , kTH1F , {{500 , 0.0 , 5.0 }});
239- threeBodyQARegistry.add (" SameEvent/relPairDist_track2V0" , " ;k* (GeV/c) ;Entries" , kTH1F , {{500 , 0.0 , 5.0 }});
240- threeBodyQARegistry.add (" MixedEvent/relPairDist_track1V0" , " ;k* (GeV/c) ;Entries" , kTH1F , {{500 , 0.0 , 5.0 }});
241- threeBodyQARegistry.add (" MixedEvent/relPairDist_track2V0" , " ;k* (GeV/c) ;Entries" , kTH1F , {{500 , 0.0 , 5.0 }});
239+ threeBodyQARegistry.add (" SameEvent/relPairDist_track2V0" , " ;k* (GeV/c) ;Entries" , kTH1F , {{500 , 0.0 , 5.0 }});
240+ threeBodyQARegistry.add (" MixedEvent/relPairDist_track1V0" , " ;k* (GeV/c) ;Entries" , kTH1F , {{500 , 0.0 , 5.0 }});
241+ threeBodyQARegistry.add (" MixedEvent/relPairDist_track2V0" , " ;k* (GeV/c) ;Entries" , kTH1F , {{500 , 0.0 , 5.0 }});
242242 sameEventCont.init (&resultRegistry, confQ3Bins, confMultBins, confIsMC);
243243 mixedEventCont.init (&resultRegistry, confQ3Bins, confMultBins, confIsMC);
244244 sameEventCont.setPDGCodes (confPDGCodePart, confPDGCodePart, confPDGCodeV0);
@@ -404,13 +404,13 @@ struct FemtoDreamTripletTaskTrackTrackV0PbPb {
404404 threeBodyQARegistry.fill (HIST (" TripletTaskQA/particle_pT_in_Triplet_SE" ), T1.pt (), T2.pt (), V0.pt (), q3);
405405 sameEventCont.setTriplet <isMC>(T1, T2, V0, multCol, q3);
406406 threeBodyQARegistry.fill (HIST (" TripletTaskQA/hCentrality" ), centCol, q3);
407-
407+
408408 auto kstarTT = FemtoDreamMath::getkstar (T1, mMassOne , T2, mMassTwo );
409- auto kstarT1V = FemtoDreamMath::getkstar (T1, mMassOne , V0, mMassThree );
410- auto kstarT2V = FemtoDreamMath::getkstar (T2, mMassTwo , V0, mMassThree );
409+ auto kstarT1V = FemtoDreamMath::getkstar (T1, mMassOne , V0, mMassThree );
410+ auto kstarT2V = FemtoDreamMath::getkstar (T2, mMassTwo , V0, mMassThree );
411411 threeBodyQARegistry.fill (HIST (" SameEvent/relPairDist_trackTrack" ), kstarTT);
412412 threeBodyQARegistry.fill (HIST (" SameEvent/relPairDist_track1V0" ), kstarT1V);
413- threeBodyQARegistry.fill (HIST (" SameEvent/relPairDist_track2V0" ), kstarT2V);
413+ threeBodyQARegistry.fill (HIST (" SameEvent/relPairDist_track2V0" ), kstarT2V);
414414 }
415415 }
416416 }
@@ -590,13 +590,13 @@ struct FemtoDreamTripletTaskTrackTrackV0PbPb {
590590 threeBodyQARegistry.fill (HIST (" TripletTaskQA/hMinvME_AntiLambda" ), q3, V0.mAntiLambda ());
591591 threeBodyQARegistry.fill (HIST (" TripletTaskQA/particle_pT_in_Triplet_ME" ), T1.pt (), T2.pt (), V0.pt (), q3);
592592 mixedEventCont.setTriplet <isMC>(T1, T2, V0, multCol, q3);
593-
593+
594594 auto kstarTT = FemtoDreamMath::getkstar (T1, mMassOne , T2, mMassTwo );
595- auto kstarT1V = FemtoDreamMath::getkstar (T1, mMassOne , V0, mMassThree );
596- auto kstarT2V = FemtoDreamMath::getkstar (T2, mMassTwo , V0, mMassThree );
595+ auto kstarT1V = FemtoDreamMath::getkstar (T1, mMassOne , V0, mMassThree );
596+ auto kstarT2V = FemtoDreamMath::getkstar (T2, mMassTwo , V0, mMassThree );
597597 threeBodyQARegistry.fill (HIST (" MixedEvent/relPairDist_trackTrack" ), kstarTT);
598598 threeBodyQARegistry.fill (HIST (" MixedEvent/relPairDist_track1V0" ), kstarT1V);
599- threeBodyQARegistry.fill (HIST (" MixedEvent/relPairDist_track2V0" ), kstarT2V);
599+ threeBodyQARegistry.fill (HIST (" MixedEvent/relPairDist_track2V0" ), kstarT2V);
600600 }
601601 }
602602
0 commit comments