CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/SimG4CMS/Tracker/interface/TrackerFrameRotation.h

Go to the documentation of this file.
00001 #ifndef SimG4CMS_TrackerFrameRotation_H
00002 #define SimG4CMS_TrackerFrameRotation_H
00003 
00004 #include "SimG4Core/SensitiveDetector/interface/FrameRotation.h"
00005 
00006 #include "G4StepPoint.hh"
00007 #include "G4VPhysicalVolume.hh"
00008 
00013 class TrackerFrameRotation : public FrameRotation 
00014 {
00015 public:
00016     virtual Local3DPoint transformPoint(Local3DPoint &,G4VPhysicalVolume *) const;
00017 };
00018 
00019 #endif