Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-05-08 08:37:54

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2026 ePIC Collaboration
0003 
0004 #pragma once
0005 
0006 namespace eicrecon {
0007 
0008 struct ClustersToParticlesConfig {
0009   /// PDG code of the particle hypothesis (default: 22 = photon)
0010   int pdgCode = 22;
0011 };
0012 
0013 } // namespace eicrecon