CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/SimG4CMS/Tracker/src/TrackerFrameRotation.cc

Go to the documentation of this file.
00001 #include "SimG4CMS/Tracker/interface/TrackerFrameRotation.h"
00002 
00003 Local3DPoint TrackerFrameRotation::transformPoint(Local3DPoint & point,G4VPhysicalVolume * v=0) const {
00004   return Local3DPoint(point.x()/cm,point.y()/cm,point.z()/cm);
00005 }