ATLAS Offline Software
Loading...
Searching...
No Matches
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
8namespace 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
generic interface for a rt-relation
Definition IRtRelation.h:19
int r
Definition globals.cxx:22
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
float RtScalePolynomial(const float r)
float RtScaleFunction(const float t, const bool ml2, const IRtRelation &rtrelation)