ATLAS Offline Software
RtScaleFunction.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MuonCalib_RtScaleFunction_h
6 #define MuonCalib_RtScaleFunction_h
7 
8 namespace MuonCalib {
9 
10  class IRtRelation;
11 
12  float RtScalePolynomial(const float r);
13 
14  float RtScaleFunction(const float t, const bool ml2, const IRtRelation &rtrelation);
15 
16 } // namespace MuonCalib
17 
18 #endif
beamspotman.r
def r
Definition: beamspotman.py:676
MuonCalib::RtScalePolynomial
float RtScalePolynomial(const float r)
Definition: RtScaleFunction.cxx:13
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
MuonCalib::RtScaleFunction
float RtScaleFunction(const float t, const bool ml2, const IRtRelation &rtrelation)
Definition: RtScaleFunction.cxx:20