ATLAS Offline Software
LocalToPrecision.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONCALIB_LOCALTOPRECISION_H
6 #define MUONCALIB_LOCALTOPRECISION_H
7 
9 
10 namespace MuonCalib {
11 
14  public:
15  static Amg::Vector3D precision(const Amg::Vector3D& p) { return Amg::Vector3D(p.y(), p.z(), p.x()); }
16  static Amg::Vector3D local(const Amg::Vector3D& p) { return Amg::Vector3D(p.z(), p.x(), p.y()); }
17  };
18 
19 } // namespace MuonCalib
20 
21 #endif
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
MuonCalib::LocalToPrecision
Provides transformation between local and presicion reference frames.
Definition: LocalToPrecision.h:13
MuonCalib::LocalToPrecision::local
static Amg::Vector3D local(const Amg::Vector3D &p)
Definition: LocalToPrecision.h:16
MuonCalib::LocalToPrecision::precision
static Amg::Vector3D precision(const Amg::Vector3D &p)
Definition: LocalToPrecision.h:15
GeoPrimitives.h
MuonCalib
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
Definition: CscCalcPed.cxx:22
Amg::Vector3D
Eigen::Matrix< double, 3, 1 > Vector3D
Definition: GeoPrimitives.h:47