ATLAS Offline Software
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 
7 namespace MuonCalib {
8 
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),
16  m_draw_debug_graphs(false),
17  m_add_fitfun(false),
18  m_verbose_level(0),
19  m_fit_time(true),
20  m_min_entries_time(10000),
21  m_min_entries_adc(1000),
22  m_t0_settings(),
23  m_tmax_settings() {}
24 } // namespace MuonCalib
T0MTSettings.h
MuonCalib::T0MTSettings::T0MTSettings
T0MTSettings()
default constructor
Definition: T0MTSettings.cxx:9
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22