Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-06-08 07:53:22

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2024 Souvik Paul
0003 
0004 #pragma once
0005 
0006 namespace eicrecon {
0007 
0008 struct SiliconChargeSharingConfig {
0009   // Parameters of Silicon signal generation
0010   float sigma_sharingx;
0011   float sigma_sharingy;
0012   float min_edep;
0013   std::string readout;
0014 };
0015 
0016 } // namespace eicrecon