GGS(GenericGEANT4Simulation)Software  2.6.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSPrimaryParticleInfo.h
Go to the documentation of this file.
1 /*
2  * GGSPrimaryParticleInfo.h
3  *
4  * Created on: 09 Oct 2013
5  * Author: Nicola Mori
6  */
9 #ifndef GGSPRIMARYPARTICLEINFO_H_
10 #define GGSPRIMARYPARTICLEINFO_H_
11 
12 #include <G4VUserPrimaryParticleInformation.hh>
13 
15 class GGSPrimaryParticleInfo: public G4VUserPrimaryParticleInformation {
16 public:
17 
20  isTrackKilled(false) {
21  }
22 
25  }
26 
32  void Print() const {
33  }
34 
36 
37 };
38 
39 #endif /* GGSPRIMARYPARTICLEINFO_H_ */
Data class to store informations about the primary particle.
void Print() const
Implementation of the Print method.
bool isTrackKilled
True if the particle&#39;s track has been killed.
GGSPrimaryParticleInfo()
Constructor.