Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-28 07:03:46

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2022 Sylvester Joosten, Wouter Deconinck
0003 
0004 #include <JugAlgo/Algorithm.h>
0005 #include <algorithms/truth/ParticlesWithTruthPID.h>
0006 
0007 // NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
0008 JUGALGO_DEFINE_ALGORITHM(ParticlesWithTruthPID, algorithms::truth::ParticlesWithTruthPID, Jug::Fast)