00001 #ifndef MuonRpcFrameRotation_H 00002 #define MuonRpcFrameRotation_H 00003 00014 #include "SimG4CMS/Muon/interface/MuonFrameRotation.h" 00015 00016 #include "G4Step.hh" 00017 00018 class MuonG4Numbering; 00019 class DDCompactView; 00020 00021 class MuonRpcFrameRotation : public MuonFrameRotation { 00022 public: 00023 MuonRpcFrameRotation( const DDCompactView& cpv ); 00024 virtual ~MuonRpcFrameRotation(); 00025 virtual Local3DPoint transformPoint(Local3DPoint &,G4Step *) const; 00026 private: 00027 MuonG4Numbering* g4numbering; 00028 int theRegion; 00029 }; 00030 00031 00032 #endif