| 
    Geant4
    10.02
    
   | 
 
#include <ParticleGunAction.hh>
 Inheritance diagram for ParticleGunAction:
 Collaboration diagram for ParticleGunAction:Public Member Functions | |
| ParticleGunAction () | |
| ~ParticleGunAction () | |
| G4ParticleGun * | GetParticleGun () const | 
| virtual void | GeneratePrimaries (G4Event *anEvent) | 
  Public Member Functions inherited from G4VUserPrimaryGeneratorAction | |
| G4VUserPrimaryGeneratorAction () | |
| virtual | ~G4VUserPrimaryGeneratorAction () | 
Private Attributes | |
| G4ParticleGun * | particleGun | 
Definition at line 44 of file ParticleGunAction.hh.
| ParticleGunAction::ParticleGunAction | ( | ) | 
Definition at line 42 of file ParticleGunAction.cc.
References particleGun.
| ParticleGunAction::~ParticleGunAction | ( | ) | 
Definition at line 49 of file ParticleGunAction.cc.
References particleGun.
      
  | 
  virtual | 
Implements G4VUserPrimaryGeneratorAction.
Definition at line 56 of file ParticleGunAction.cc.
References particleGun.
      
  | 
  inline | 
Definition at line 61 of file ParticleGunAction.hh.
References particleGun.
Referenced by BOOST_PYTHON_MODULE().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 47 of file ParticleGunAction.hh.
Referenced by GeneratePrimaries(), GetParticleGun(), ParticleGunAction(), and ~ParticleGunAction().