CMS 3D CMS Logo

TrackerGeomDet.cc
Go to the documentation of this file.
4 
7 
8  const GlobalErrorExtended& apeError = ape.globalError();
9  GlobalError translatApe(
10  apeError.cxx(), apeError.cyx(), apeError.cyy(), apeError.czx(), apeError.czy(), apeError.czz());
11 
12  //check only translat part is valid
14  return ape.valid();
15 }
static GlobalError transform(const LocalError &le, const Surface &surf)
bool setAlignmentPositionError(const AlignmentPositionError &ape) final
LocalError theLocalAlignmentError
const Plane & surface() const
The nominal surface of the GeomDet.
Definition: GeomDet.h:37
const GlobalErrorExtended & globalError() const
virtual bool setAlignmentPositionError(const AlignmentPositionError &ape)
Definition: GeomDet.cc:25