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 
16 
17 #include "G4Step.hh"
18 
19 class MuonG4Numbering;
21 
23 public:
25  ~MuonRPCFrameRotation() override;
26  Local3DPoint transformPoint(const Local3DPoint&, const G4Step*) const override;
27 
28 private:
30  int theRegion;
31 };
32 
33 #endif
MuonRPCFrameRotation::~MuonRPCFrameRotation
~MuonRPCFrameRotation() override
Definition: MuonRPCFrameRotation.cc:17
MuonGeometryConstants
Definition: MuonGeometryConstants.h:20
MuonOffsetMap.h
MuonRPCFrameRotation::g4numbering
MuonG4Numbering * g4numbering
Definition: MuonRPCFrameRotation.h:29
MuonRPCFrameRotation::MuonRPCFrameRotation
MuonRPCFrameRotation(const MuonGeometryConstants &constants, const MuonOffsetMap *offMap, bool dd4hep)
Definition: MuonRPCFrameRotation.cc:8
constants
MuonRPCFrameRotation
Definition: MuonRPCFrameRotation.h:22
MuonG4Numbering
Definition: MuonG4Numbering.h:26
MuonOffsetMap
Definition: MuonOffsetMap.h:9
MuonRPCFrameRotation::transformPoint
Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override
Definition: MuonRPCFrameRotation.cc:19
Point3DBase< float, LocalTag >
MuonRPCFrameRotation::theRegion
int theRegion
Definition: MuonRPCFrameRotation.h:30
dd4hep
Definition: DDPlugins.h:8
MuonFrameRotation
Definition: MuonFrameRotation.h:17
MuonFrameRotation.h