ATLAS Offline Software
Loading...
Searching...
No Matches
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
7namespace 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
Threshold(float etmin, float etmax, float etamin, float etamax, float slope, float offset, float maxavgmu)
Constructor.
Definition Threshold.cxx:11
Namespace dedicated for Ringer utilities.