CMS 3D CMS Logo

TrackerFrameRotation.h
Go to the documentation of this file.
1 #ifndef SimG4CMS_TrackerFrameRotation_H
2 #define SimG4CMS_TrackerFrameRotation_H
3 
5 
6 #include "G4StepPoint.hh"
7 #include "G4VPhysicalVolume.hh"
8 
14 {
15 public:
16  virtual ~TrackerFrameRotation() = default;
17  virtual Local3DPoint transformPoint(Local3DPoint &,G4VPhysicalVolume *) const;
18 };
19 
20 #endif
virtual ~TrackerFrameRotation()=default
virtual Local3DPoint transformPoint(Local3DPoint &, G4VPhysicalVolume *) const