Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-22 10:33:24

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2024 - 2025, Simon Gardner
0003 
0004 #pragma once
0005 
0006 namespace eicrecon {
0007   struct FarDetectorTransportationPostMLConfig {
0008 
0009     float beamE = 10.0;
0010 
0011   };
0012 }