@@ -208,8 +208,8 @@ struct JetHadronRecoil {
208208 registry.add (" hPhiMatchedPt" , " #phi matching 2d;#phi;p_{T}" , {HistType::kTH2F , {{400 , 0 , 400 }, phiAxisPart}}, doSumw);
209209 registry.add (" hDeltaRMatched" , " #DeltaR matching;#DeltaR_{det};#DeltaR_{part}" , {HistType::kTH2F , {dRAxisDet, dRAxisPart}}, doSumw);
210210 registry.add (" hPtMatched1d" , " p_{T} matching 1d;p_{T,part}" , {HistType::kTH1F , {{400 , 0 , 400 }}}, doSumw);
211- registry.add (" hPtTruth2D" , " p_{T} matching 1d ;p_{T,part};dphip" , {HistType::kTH2F , {{400 , 0 , 400 },phiAxisPart}}, doSumw);
212- registry.add (" hPtTruth1D" , " p_{T} matching 1d;p_{T,part}" , {HistType::kTH1F , {{400 , 0 , 400 }}}, doSumw);
211+ registry.add (" hPtTruth2D" , " p_{T} truth 2d ;p_{T,part};dphip" , {HistType::kTH2F , {{400 , 0 , 400 },phiAxisPart}}, doSumw);
212+ registry.add (" hPtTruth1D" , " p_{T} truth 1d;p_{T,part}" , {HistType::kTH1F , {{400 , 0 , 400 }}}, doSumw);
213213 registry.add (" hDeltaRMatched1d" , " #DeltaR matching 1d;#DeltaR_{part}" , {HistType::kTH1F , {dRAxisPart}}, doSumw);
214214 registry.add (" hPtResolution" , " p_{T} resolution;p_{T,part};Relative Resolution" , {HistType::kTH2F , {ptAxisPart, {100 , -5.0 , 5.0 }}}, doSumw);
215215 registry.add (" hPhiResolution" , " #phi resolution;#p_{T,part};Resolution" , {HistType::kTH2F , {ptAxisPart, {100 , -7.0 , 7.0 }}}, doSumw);
@@ -629,7 +629,7 @@ struct JetHadronRecoil {
629629 }
630630 }
631631
632- registry.fill (HIST (" hPtTruth " ), jetTag.pt (), weight);
632+ registry.fill (HIST (" hPtTruth1D " ), jetTag.pt (), weight);
633633
634634 double dR = getWTAaxisDifference (jetTag, particles);
635635 if (jetTag.has_matchedJetGeo ()) {
@@ -654,7 +654,7 @@ struct JetHadronRecoil {
654654 registry.fill (HIST (" hPtMatched1d" ), jetTag.pt (), weight);
655655 registry.fill (HIST (" hDeltaRMatched1d" ), dRp, weight);
656656 }
657- }
657+ }s
658658 }
659659 }
660660
0 commit comments