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 public:
24  MuonME0FrameRotation(const MuonDDDConstants& muonConstants);
25  ~MuonME0FrameRotation() override;
26  Local3DPoint transformPoint(const Local3DPoint&, const G4Step*) const override;
27 
28 private:
31 };
32 
33 #endif
MuonG4Numbering * g4numbering
MuonME0FrameRotation(const MuonDDDConstants &muonConstants)
Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override