ACTARSim
ACTAR TPC Simulation Reference Guide
ActarSimSteppingAction.hh
Go to the documentation of this file.
1 // - AUTHOR: Hector Alvarez-Pol 01/2006
2 /******************************************************************
3  * Copyright (C) 2005-2016, Hector Alvarez-Pol *
4  * All rights reserved. *
5  * *
6  * License according to GNU LESSER GPL (see lgpl-3.0.txt). *
7  * For the list of contributors see CREDITS. *
8  ******************************************************************/
9 
10 #ifndef ActarSimSteppingAction_h
11 #define ActarSimSteppingAction_h 1
12 
13 #include "G4UserSteppingAction.hh"
14 #include "globals.hh"
15 
18 
19 class ActarSimSteppingAction : public G4UserSteppingAction {
20 private:
23 public:
26 
27  void UserSteppingAction(const G4Step*);
28 };
29 #endif
void UserSteppingAction(const G4Step *)
ActarSimDetectorConstruction * detector
NOT USED.
ActarSimEventAction * eventaction
NOT USED.
ActarSimSteppingAction(ActarSimDetectorConstruction *, ActarSimEventAction *)
Constructor.