GGS(GenericGEANT4Simulation)Software  2.7.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSAcceptanceCheckAction.h
Go to the documentation of this file.
1 /*
2  * GGSAcceptanceCheckAction.h
3  *
4  * Created on: 08 Oct 2013
5  * Author: Nicola Mori
6  */
7 
10 #ifndef GGSACCEPTANCECHECKACTION_H_
11 #define GGSACCEPTANCECHECKACTION_H_
12 
14 
15 class G4GenericMessenger;
16 
28 
29 public:
32 
35 
41  G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track *track);
42 
43 private:
44  G4GenericMessenger *_messenger;
45 
46  bool _reSimulateKilled;
47 };
48 
49 #endif /* GGSACCEPTANCECHECKACTION_H_ */
G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track *track)
Override of the ClassifyNewTrack method.
Mother class for user actions in GGS.
Definition: GGSUserAction.h:27
An action to kill primary tracks outside acceptance.