CMS 3D CMS Logo

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