CMS 3D CMS Logo

MuonME0FrameRotation.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_Muon_MuonME0FrameRotation_H
2 #define SimG4CMS_Muon_MuonME0FrameRotation_H
3 
17 
18 #include "G4Step.hh"
19 
20 class MuonDDDConstants;
21 
23 
24 public:
25  MuonME0FrameRotation( const MuonDDDConstants& muonConstants );
26  ~MuonME0FrameRotation() override;
27  Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override;
28 
29 private:
32 };
33 
34 
35 #endif
MuonG4Numbering * g4numbering
MuonME0FrameRotation(const MuonDDDConstants &muonConstants)
Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override