MollerSteppingAction.cc

Go to the documentation of this file.
00001 
00002 
00003 #include "MollerSteppingAction.hh"
00004 
00005 #include "MollerDetectorConstruction.hh"
00006 #include "RootAnalysis.hh"
00007 
00008 #include "G4SteppingManager.hh"
00009 #include "G4Track.hh"
00010 #include "G4Step.hh"
00011 #include "G4StepPoint.hh"
00012 #include "G4TrackStatus.hh"
00013 #include "G4VPhysicalVolume.hh"
00014 #include "G4ParticleDefinition.hh"
00015 #include "G4ParticleTypes.hh"
00016 
00017 
00018 MollerSteppingAction::MollerSteppingAction()    
00019 { }
00020 
00021 
00022 MollerSteppingAction::~MollerSteppingAction()
00023 { }
00024 
00025 
00026 void MollerSteppingAction::UserSteppingAction(const G4Step* aStep)
00027 {
00028 
00029 
00030   gRootAnalysis->UserSteppingAction(aStep);       
00031 
00032 
00033 }
00034 
00035 
00036 
00037 

Generated on 16 Jun 2013 for mollersim by  doxygen 1.6.1