Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-27 08:21:16

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2026 ePIC Collaboration
0003 
0004 #pragma once
0005 
0006 #include <vector>
0007 
0008 namespace eicrecon {
0009 
0010 struct CalorimeterTruthClusteringConfig {
0011   // List of PDGs that are treated as promptly decaying
0012   std::vector<int> promptDecayPDGs{111, 221, 331, 310, 3122};
0013 };
0014 
0015 } // namespace eicrecon