ATLAS Offline Software
Loading...
Searching...
No Matches
T0MTSettings.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7namespace MuonCalib {
8
9 T0MTSettings ::T0MTSettings() :
10 m_n_bins_adc(1000),
11 m_adc_min(-0.5),
12 m_adc_max(999.5),
13 m_n_bins_time(1722),
14 m_time_min(-15.625),
15 m_time_max(1330.08),
17 m_add_fitfun(false),
19 m_fit_time(true),
20 m_min_entries_time(10000),
24} // namespace MuonCalib
T0MTSettingsTMax m_tmax_settings
int m_n_bins_time
drift time binning
bool m_draw_debug_graphs
if set to true for each debug graphs for the pattern recognition are drawn
int m_verbose_level
verbose level
int m_n_bins_adc
ADC bhistogram binning.
bool m_add_fitfun
if set to true fitted functions are added to hostograms
T0MTSettingsT0 m_t0_settings
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.