File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -568,8 +568,6 @@ struct alice3multicharm {
568568
569569 histos.fill (HIST (" hCharmBuilding" ), 1 .0f );
570570
571-
572-
573571 const std::array<float , 3 > momentumC = {
574572 thisXiCcandidate.prong0mom [0 ] + thisXiCcandidate.prong1mom [0 ] + thisXiCcandidate.prong2mom [0 ],
575573 thisXiCcandidate.prong0mom [1 ] + thisXiCcandidate.prong1mom [1 ] + thisXiCcandidate.prong2mom [1 ],
@@ -579,7 +577,7 @@ struct alice3multicharm {
579577 double xicDecayRadius2D = std::hypot (thisXiCcandidate.xyz [0 ], thisXiCcandidate.xyz [1 ]);
580578 if (xicDecayRadius2D < minXiCRadius)
581579 continue ; // do not take if radius too small, likely a primary combination
582-
580+
583581 histos.fill (HIST (" hXiRadiusVsXicRadius" ), xiCand.cascRadius () * 1e+4 , xicDecayRadius2D * 1e+4 );
584582 if (xicDecayRadius2D > xiCand.cascRadius ())
585583 continue ;
You can’t perform that action at this time.
0 commit comments