Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/EICrecon/algorithms/fardetectors/FarDetectorTransportationPreMLConfig.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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 FarDetectorTransportationPreMLConfig {
0008 
0009   float beamE = 10.0;
0010   bool requireBeamElectron{true};
0011 };
0012 } // namespace eicrecon