File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -655,7 +655,6 @@ struct alice3multicharm {
655655 histos.fill (HIST (" hMinXiCCDecayRadius" ), xiccDecayRadius2D * 1e+4 );
656656
657657 double totalMomentumC = std::hypot (momentumC[0 ], momentumC[1 ], momentumC[2 ]);
658- histos.fill (HIST (" hXicCandidateP" ), totalMomentumC);
659658 double decayLengthXiC = std::hypot (
660659 thisXiCcandidate.xyz [0 ] - thisXiCCcandidate.xyz [0 ],
661660 thisXiCcandidate.xyz [1 ] - thisXiCCcandidate.xyz [1 ],
@@ -678,7 +677,6 @@ struct alice3multicharm {
678677 histos.fill (HIST (" hMinxicDecayDistanceFromPV" ), xicDecayDistanceFromPV * 1e+4 );
679678
680679 double totalMomentumCC = std::hypot (momentumCC[0 ], momentumCC[1 ], momentumCC[2 ]);
681- histos.fill (HIST (" hXiccCandidateP" ), totalMomentumCC);
682680 double decayLengthXiCC = std::hypot (
683681 thisXiCCcandidate.xyz [0 ] - collision.posX (),
684682 thisXiCCcandidate.xyz [1 ] - collision.posY (),
You can’t perform that action at this time.
0 commit comments