Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-27 07:02:59

0001 // Subject to the terms in the LICENSE file found in the top-level directory.
0002 
0003 #pragma once
0004 
0005 namespace eicrecon {
0006 
0007 struct ElectronReconstructionConfig {
0008 
0009     double min_energy_over_momentum = 0.9;
0010     double max_energy_over_momentum = 1.2;
0011 
0012 };
0013 
0014 } // namespace eicrecon