CMS 3D CMS Logo

FakeFrameRotation Class Reference

To be used for test beam etc. More...

#include <SimG4CMS/Tracker/interface/FakeFrameRotation.h>

Inheritance diagram for FakeFrameRotation:

FrameRotation

List of all members.

Public Member Functions

virtual Local3DPoint transformPoint (Local3DPoint &, G4VPhysicalVolume *) const


Detailed Description

To be used for test beam etc.

Note: if the sensitive detecor is created without an organization, force this one

Definition at line 13 of file FakeFrameRotation.h.


Member Function Documentation

Local3DPoint FakeFrameRotation::transformPoint ( Local3DPoint point,
G4VPhysicalVolume *  v = 0 
) const [virtual]

Implements FrameRotation.

Definition at line 3 of file FakeFrameRotation.cc.

References PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().

00003                                                                                                  {
00004   return Local3DPoint(point.x()/cm,point.z()/cm,-point.y()/cm);
00005 }


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:20:39 2009 for CMSSW by  doxygen 1.5.4