Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/EICrecon/algorithms/tracking/LGADHitClusteringConfig.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

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