ATLAS Offline Software
Loading...
Searching...
No Matches
T0MTSettingsTMax.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 T0MTSettingsTMax ::T0MTSettingsTMax() :
11 m_max_bin_width(40.0),
12 m_vbh_low(200.0),
13 m_end_min(500.0),
14 m_end_max(1000.0),
17 m_dist_ab(50.0),
18 m_width_ab(300.0) {}
19
20} // namespace MuonCalib
double m_width_ab
width of a/b region
int m_min_background_bins
minimum number of bins for background region
double m_dist_ab
distance of a/b region from detected falling edge
double m_end_min
range in which the falling edge is searched
double m_vbh_low
lower edge of tmax-VBH relative to t0
double m_max_bin_width
maximum bin width for tmax-VBH
double m_dist_background
distance between detected falling edge and begin of background region
double m_vbh_bin_content_rel
relative bin content for tmax-VBH
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.