1 #ifndef GroupedTrajCandLess_H
2 #define GroupedTrajCandLess_H
25 return (
t.dPhiCacheForLoopersReconstruction() == 0)
27 : 0.5
f * (1.
f -
std::cos(
t.dPhiCacheForLoopersReconstruction())) * penalty;
32 auto bb = (
t.dPhiCacheForLoopersReconstruction() == 0 &&
t.foundHits() > 8)
35 if (
t.lastMeasurement().updatedState().globalMomentum().perp2() < 0.81f)
37 return t.chiSquared() -
t.foundHits() * bb +
t.lostHits() * penalty + looperPenalty(
t);