#include <MuonFrameRotation.h>
Public Member Functions | |
MuonFrameRotation (const DDCompactView &cpv) | |
MuonFrameRotation () | |
virtual Local3DPoint | transformPoint (Local3DPoint &, G4Step *) const =0 |
virtual | ~MuonFrameRotation () |
Modification: Pedro Arce 31/01/2006 Make it base class of each detector FrameRotation
Definition at line 19 of file MuonFrameRotation.h.
MuonFrameRotation::MuonFrameRotation | ( | const DDCompactView & | cpv | ) | [inline] |
Definition at line 21 of file MuonFrameRotation.h.
{ };
MuonFrameRotation::MuonFrameRotation | ( | ) | [inline] |
Definition at line 22 of file MuonFrameRotation.h.
{ };
virtual MuonFrameRotation::~MuonFrameRotation | ( | ) | [inline, virtual] |
Definition at line 23 of file MuonFrameRotation.h.
{};
virtual Local3DPoint MuonFrameRotation::transformPoint | ( | Local3DPoint & | , |
G4Step * | |||
) | const [pure virtual] |
Implemented in MuonEndcapFrameRotation, and MuonRpcFrameRotation.
Referenced by MuonSensitiveDetector::toOrcaRef().