CMS 3D CMS Logo

MuonRPCFrameRotation.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_Muon_MuonRPCFrameRotation_H
2 #define SimG4CMS_Muon_MuonRPCFrameRotation_H
3 
15 
16 #include "G4Step.hh"
17 
18 class MuonG4Numbering;
19 class MuonDDDConstants;
20 
22  public:
24  ~MuonRPCFrameRotation() override;
25  Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override;
26  private:
28  int theRegion;
29 };
30 
31 
32 #endif
MuonG4Numbering * g4numbering
Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override
MuonRPCFrameRotation(const MuonDDDConstants &constants)