Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-06-29 07:05:54

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2023 Sebouh Paul
0003 
0004 #pragma once
0005 
0006 namespace eicrecon {
0007 
0008   struct HEXPLITConfig {
0009     double                   MIP{472.*dd4hep::keV};
0010     double                   Emin_in_MIPs{0.1};
0011     double                   tmax{325*dd4hep::ns};
0012   };
0013 
0014 } // eicrecon