GGS(GenericGEANT4Simulation)Software  2.7.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:
19 
22 
28  void Print() const {}
29 
31 };
32 
33 #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.