GGS(GenericGEANT4Simulation)Software  2.6.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:
30 
33 
36 
42  G4ClassificationOfNewTrack ClassifyNewTrack(const G4Track* track);
43 
44 private:
45 
46  G4GenericMessenger *_messenger;
47 
48  bool _reSimulateKilled;
49 };
50 
51 #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.