![]() |
|
|||
File indexing completed on 2025-05-12 08:02:27
0001 // SPDX-License-Identifier: LGPL-3.0-or-later 0002 // Copyright (C) 2025 Simon Gardner 0003 0004 #pragma once 0005 0006 #include <edm4eic/unit_system.h> 0007 0008 namespace eicrecon { 0009 0010 struct SiliconPulseDiscretizationConfig { 0011 double EICROC_period = 25 * edm4eic::unit::ns; 0012 double local_period = 25 * edm4eic::unit::ns / 1024; // 1024 TDC bin 0013 double global_offset = 0; // off-set to convert pulse time to global time 0014 }; 0015 0016 } // 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 |
![]() ![]() |