Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -32,12 +32,11 @@
// * *
// *******************************
//
// $Id$
// $Id: BrachyFactoryLeipzig.cc 69765 2013-05-14 10:11:22Z gcosmo $
//
#include "globals.hh"
#include "BrachyFactoryLeipzig.hh"
#include"BrachyPrimaryGeneratorActionIr.hh"
#include "G4ParticleTable.hh"
#include "Randomize.hh"
#include "G4Event.hh"
@@ -51,7 +50,6 @@
BrachyFactoryLeipzig:: BrachyFactoryLeipzig()
{
leipzigSource = new BrachyDetectorConstructionLeipzig();
iridiumPrimaryParticle = new BrachyPrimaryGeneratorActionIr();
}
BrachyFactoryLeipzig:: ~BrachyFactoryLeipzig()
@@ -59,11 +57,6 @@ BrachyFactoryLeipzig:: ~BrachyFactoryLeipzig()
delete leipzigSource;
}
void BrachyFactoryLeipzig::CreatePrimaryGeneratorAction(G4Event* anEvent)
{
iridiumPrimaryParticle -> GeneratePrimaries(anEvent);
}
void BrachyFactoryLeipzig::CreateSource(G4VPhysicalVolume* mother)
{
leipzigSource -> ConstructLeipzig(mother);
@@ -71,5 +64,6 @@ void BrachyFactoryLeipzig::CreateSource(G4VPhysicalVolume* mother)
void BrachyFactoryLeipzig::CleanSource()
{
;
leipzigSource -> CleanLeipzigApplicator();
leipzigSource = 0;
}