EICrecon
JANA based reconstruction for the EPIC detector
Loading...
Searching...
No Matches
LGADHitCalibrationConfig.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-3.0-or-later
2// Copyright (C) 2025 Chun Yuen Tsang
3
4#pragma once
5
6namespace eicrecon {
8 // parameters that convert ADC to EDep
9 double c_slope = 1.175844e-6, c_intercept = 0;
10 // parameters that convert TDC to hit time (ns)
11 double t_slope = 0.024319882, t_intercept = 0.04314;
12};
13} // namespace eicrecon
-client
Definition CalorimeterClusterRecoCoG.cc:37
Definition LGADHitCalibrationConfig.h:7
double c_slope
Definition LGADHitCalibrationConfig.h:9
double c_intercept
Definition LGADHitCalibrationConfig.h:9
double t_slope
Definition LGADHitCalibrationConfig.h:11
double t_intercept
Definition LGADHitCalibrationConfig.h:11