CMS 3D CMS Logo

List of all members | Public Member Functions
MuonFrameRotation Class Referenceabstract

#include <MuonFrameRotation.h>

Inheritance diagram for MuonFrameRotation:
MuonEndcapFrameRotation MuonGEMFrameRotation MuonME0FrameRotation MuonRPCFrameRotation

Public Member Functions

 MuonFrameRotation ()
 
virtual Local3DPoint transformPoint (const Local3DPoint &, const G4Step *) const =0
 
virtual ~MuonFrameRotation ()
 

Detailed Description

Author
Arno Straessner, CERN arno..nosp@m.stra.nosp@m.essne.nosp@m.r@ce.nosp@m.rn.ch

Modification: Pedro Arce 31/01/2006 Make it base class of each detector FrameRotation

Definition at line 19 of file MuonFrameRotation.h.

Constructor & Destructor Documentation

MuonFrameRotation::MuonFrameRotation ( )
inline

Definition at line 21 of file MuonFrameRotation.h.

21 { };
virtual MuonFrameRotation::~MuonFrameRotation ( )
inlinevirtual

Definition at line 22 of file MuonFrameRotation.h.

References transformPoint().

22 {};

Member Function Documentation

virtual Local3DPoint MuonFrameRotation::transformPoint ( const Local3DPoint ,
const G4Step *   
) const
pure virtual