Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-10-13 09:14:53

0001 // SPDX-License-Identifier: LGPL-3.0-or-later
0002 // Copyright (C) 2025 Chun Yuen Tsang
0003 
0004 #pragma once
0005 #include <edm4eic/unit_system.h>
0006 
0007 namespace eicrecon {
0008 struct LGADHitClusteringConfig {
0009   std::string readout = "TOFBarrelHits";
0010   double deltaT       = 1 * edm4eic::unit::ns;
0011   bool useAve         = false;
0012 };
0013 } // namespace eicrecon