|
|
|||
File indexing completed on 2026-05-07 08:04:09
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
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|