BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
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 {
8public:
11
12 void UserSteppingAction( const G4Step* );
13};
14
15#endif
void UserSteppingAction(const G4Step *)