00001 #include "SimG4CMS/Tracker/interface/FakeFrameRotation.h" 00002 00003 Local3DPoint FakeFrameRotation::transformPoint(Local3DPoint & point,G4VPhysicalVolume * v=0) const { 00004 return Local3DPoint(point.x()/cm,point.z()/cm,-point.y()/cm); 00005 }