|
|
|||
File indexing completed on 2025-12-16 10:13:05
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 } // 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 |
|