ATLAS Offline Software
Loading...
Searching...
No Matches
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
10namespace 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
Provides transformation between local and presicion reference frames.
static Amg::Vector3D local(const Amg::Vector3D &p)
static Amg::Vector3D precision(const Amg::Vector3D &p)
Eigen::Matrix< double, 3, 1 > Vector3D
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.