File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1301,7 +1301,7 @@ struct OnTheFlyTracker {
13011301 getHist (TH1, histPath + " hMassLambda" )->Fill (thisCascade.mLambda );
13021302 getHist (TH1, histPath + " hMassXi" )->Fill (thisCascade.mXi );
13031303 getHist (TH2, histPath + " h2dMassXi" )->Fill (thisCascade.mXi , thisCascade.pt );
1304- getHist (TH2, histPath + " h2dDeltaPtVsPt" )->Fill (thisCascade.pt , mcParticle.pt () - thisCascade.pt );
1304+ getHist (TH2, histPath + " h2dDeltaPtVsPt" )->Fill (thisCascade.pt , ( mcParticle.pt () - thisCascade. pt ) / thisCascade.pt );
13051305 getHist (TH2, histPath + " h2dDeltaEtaVsPt" )->Fill (thisCascade.pt , mcParticle.eta () - thisCascade.eta );
13061306 getHist (TH2, histPath + " hFoundVsFindable" )->Fill (thisCascade.findableClusters , thisCascade.foundClusters );
13071307 }
You can’t perform that action at this time.
0 commit comments