|
|
|||
File indexing completed on 2026-09-07 08:28:00
0001 // SPDX-License-Identifier: LGPL-3.0-or-later 0002 // Copyright (C) 2026 Subhadip Pal 0003 0004 #pragma once 0005 0006 namespace eicrecon { 0007 0008 struct CaloRemnantCombinerConfig { 0009 0010 ///! DeltaR around seed to add Ecal clusters 0011 double ecalDeltaR = 0.03; 0012 0013 ///! DeltaR around seed to add Hcal clusters 0014 double hcalDeltaR = 0.15; 0015 }; 0016 0017 } // namespace eicrecon
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|