ATLAS Offline Software
Threshold.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 namespace Ringer{
8 
9  namespace onnx{
10 
11  Threshold::Threshold( float etmin , float etmax, float etamin, float etamax, float slope, float offset, float maxavgmu ):
12 
13  m_etmin(etmin),
14  m_etmax(etmax),
15  m_etamin(etamin),
16  m_etamax(etamax),
17  m_slope(slope),
18  m_offset(offset),
19  m_maxavgmu(maxavgmu)
20  {;}
21 
22  } // namespace onnx
23 } //namespace Ringer
24 
Ringer::onnx::Threshold::Threshold
Threshold(float etmin, float etmax, float etamin, float etamax, float slope, float offset, float maxavgmu)
Constructor.
Definition: Threshold.cxx:11
Threshold.h
convertTimingResiduals.offset
offset
Definition: convertTimingResiduals.py:71
LArCellBinning.etamin
etamin
Definition: LArCellBinning.py:137
Ringer
Namespace dedicated for Ringer utilities.
Definition: CaloRingsDefs.h:9