Import Geant4 10.2.0 source tree
This commit is contained in:
+6
-8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user