CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_3/src/SimG4CMS/Muon/interface/MuonFrameRotation.h

Go to the documentation of this file.
00001 #ifndef MuonSim_MuonFrameRotation_H
00002 #define MuonSim_MuonFrameRotation_H
00003 
00013 #include "G4Step.hh"
00014 #include "DataFormats/GeometryVector/interface/LocalPoint.h"
00015 
00016 class MuonSubDetector;
00017 class DDCompactView;
00018 
00019 class MuonFrameRotation {
00020  public:
00021   MuonFrameRotation( const DDCompactView& cpv ) { };
00022   MuonFrameRotation( ) { };
00023   virtual ~MuonFrameRotation(){};
00024   virtual Local3DPoint transformPoint(Local3DPoint &,G4Step *) const = 0;
00025 
00026  private:
00027 };
00028 
00029 #endif