Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-09-28 07:02:56

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2024 Sebouh Paul
0003 
0004 #pragma once
0005 
0006 namespace eicrecon {
0007 
0008   struct FarForwardNeutronReconstructionConfig {
0009     /** Correction factors for the Hcal */
0010     std::vector<double>      scale_corr_coeff_hcal={-0.0756, -1.91, 2.30};
0011     /** Correction factors for the (optional) Ecal */
0012     std::vector<double>      scale_corr_coeff_ecal={-0.352, -1.34, 1.61};
0013   };
0014 
0015 } // eicrecon