Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
@@ -23,7 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: ExGflashPrimaryGeneratorAction.hh 70923 2013-06-07 13:10:39Z gcosmo $
// $Id: ExGflashPrimaryGeneratorAction.hh 94396 2015-11-13 13:37:16Z gcosmo $
//
/// \file parameterisations/gflash/include/ExGflashPrimaryGeneratorAction.hh
/// \brief Definition of the ExGflashPrimaryGeneratorAction class
@@ -31,20 +31,18 @@
#ifndef ExGflashPrimaryGeneratorAction_h
#define ExGflashPrimaryGeneratorAction_h
#include "G4ThreeVector.hh"
#include "G4GeneralParticleSource.hh"
#include "G4ParticleTable.hh"
#include "G4ParticleDefinition.hh"
#include "G4VUserPrimaryGeneratorAction.hh"
class G4Event;
class G4GeneralParticleSource;
class ExGflashPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction {
class ExGflashPrimaryGeneratorAction : public G4VUserPrimaryGeneratorAction
{
public:
ExGflashPrimaryGeneratorAction();
~ExGflashPrimaryGeneratorAction();
void GeneratePrimaries(G4Event* anEvent);
virtual void GeneratePrimaries(G4Event* anEvent);
private:
G4GeneralParticleSource* fParticleGun;