BOSS 7.0.1
BESIII Offline Software System
Loading...
Searching...
No Matches
Simulation/BOOST/BesSim/BesSim-00-01-24/BesSim/BesSteppingAction.hh
Go to the documentation of this file.
1
2#ifndef BesSteppingAction_h
3#define BesSteppingAction_h 1
4
5#include "G4UserSteppingAction.hh"
6
7class BesSteppingAction : public G4UserSteppingAction
8{
9 public:
12
13 void UserSteppingAction(const G4Step*);
14};
15
16#endif
void UserSteppingAction(const G4Step *)