|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TRIGL2MUONSA_SAGITTARADIUSESTIMATE_H
6 #define TRIGL2MUONSA_SAGITTARADIUSESTIMATE_H
10 #include "GaudiKernel/ServiceHandle.h"
27 const std::string&
name,
30 void setMCFlag(
const BooleanProperty& use_mcLUT,
49 float f(
float x,
float c0,
float c1,
float c2,
float c3)
const;
50 float fp(
float x,
float c33,
float c22,
float c1)
const;
61 return c1 +
x * (c22 +
x * c33);
66 #endif // SAGITTARADIUSESTIMATE_H
const ToolHandle< AlignmentBarrelLUT > * m_alignmentBarrelLUT
SagittaRadiusEstimate(const std::string &type, const std::string &name, const IInterface *parent)
nope - should be used for standalone also, perhaps need to protect the class def bits #ifndef XAOD_AN...
void setUseEndcapInner(BooleanProperty use_endcapInner)
StatusCode setSagittaRadius(const TrigRoiDescriptor *p_roids, TrigL2MuonSA::RpcFitResult &rpcFitResult, TrigL2MuonSA::TrackPattern &trackPattern) const
::StatusCode StatusCode
StatusCode definition for legacy code.
float f(float x, float c0, float c1, float c2, float c3) const
void setMCFlag(const BooleanProperty &use_mcLUT, const AlignmentBarrelLUTSvc *alignmentBarrelLUTSvc)
BooleanProperty m_use_endcapInner
float fp(float x, float c33, float c22, float c1) const
BooleanProperty m_use_mcLUT