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 class MuonDDDConstants;
18 class G4Step;
19 
21 
22 public:
23  MuonGEMFrameRotation( const MuonDDDConstants& muonConstants );
24  ~MuonGEMFrameRotation() override;
25  Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override;
26 
27 private:
30 };
31 
32 
33 #endif
MuonG4Numbering * g4numbering
Local3DPoint transformPoint(const Local3DPoint &, const G4Step *) const override
MuonGEMFrameRotation(const MuonDDDConstants &muonConstants)