Import Geant4 6.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:49:58 +02:00
parent 96686e0c8f
commit 1d812b78b1
4545 changed files with 24433 additions and 175005 deletions
@@ -25,8 +25,8 @@
// S.Guatelli
//
//
// $Id: BrachyAnalysisManager.hh,v 1.8 2003/06/16 16:44:59 gunter Exp $
// GEANT4 tag $Name: geant4-06-00 $
// $Id: BrachyAnalysisManager.hh,v 1.9 2004/03/11 15:38:42 guatelli Exp $
// GEANT4 tag $Name: geant4-06-01 $
//
// **********************************
// * *
@@ -68,8 +68,9 @@ public:
static BrachyAnalysisManager* getInstance();
void book();
void FillNtupleWithEnergy(G4double,G4double,G4double,G4float);
void FillHistogramWithEnergy(G4double,G4double,G4float);
void FillHistogramWithEnergy(G4double,G4double,G4double);
void PrimaryParticleEnergySpectrum(G4double);
void DoseDistribution(G4double,G4double);
void finish();
@@ -89,6 +90,7 @@ private:
AIDA::ITreeFactory *treeFact;
AIDA::IHistogram2D *h1;
AIDA::IHistogram1D *h2;
AIDA::IHistogram1D *h3;
AIDA::ITuple *ntuple;
};
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyDetectorConstruction.hh,v 1.15 2003/05/22 17:20:40 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// ****************************************
// * *
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyDetectorConstructionI.hh,v 1.3 2003/05/22 17:20:40 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// ****************************************
// * *
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyDetectorConstructionIr.hh,v 1.3 2003/05/22 17:20:41 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// ****************************************
// * *
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyDetectorConstructionLeipzig.hh,v 1.3 2003/05/22 17:20:41 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
//
// ************************************************
@@ -28,7 +28,7 @@
// *****************************************
//
// $Id: BrachyDetectorMessenger.hh,v 1.5 2003/05/22 17:20:41 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
//
#ifndef BrachyDetectorMessenger_h
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: BrachyEventAction.hh,v 1.13 2003/05/27 08:37:54 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// $Id: BrachyEventAction.hh,v 1.14 2004/03/11 16:05:02 guatelli Exp $
// GEANT4 tag $Name: geant4-06-01 $
//
// Code developed by:
// S.Guatelli
@@ -39,12 +39,10 @@
#include "G4UserEventAction.hh"
#include "globals.hh"
class BrachyDetectorConstruction;
class BrachyAnalysisManager;
class BrachyEventAction : public G4UserEventAction
{
public:
BrachyEventAction(G4String&);
BrachyEventAction();
~BrachyEventAction();
public:
@@ -53,10 +51,6 @@ public:
private:
G4String drawFlag; //Visualisation flag
G4int hitsCollectionID;
BrachyDetectorConstruction* detector;
G4int numberOfVoxelZ;
G4double voxelWidthZ;
};
#endif
@@ -23,7 +23,7 @@
// Code developed by: Susanna Guatelli
//
// $Id: BrachyFactory.hh,v 1.4 2003/05/22 17:20:41 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// **********************************
// * *
@@ -32,7 +32,7 @@
//
//
// $Id: BrachyFactoryI.hh,v 1.5 2003/05/22 17:20:41 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
//
// --------------------------------------------------------------
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyFactoryIr.hh,v 1.4 2003/05/22 17:20:41 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// **********************************
// * *
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyFactoryLeipzig.hh,v 1.4 2003/05/22 17:20:41 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// **********************************
// * *
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyMaterial.hh,v 1.5 2003/05/27 08:37:54 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// **********************************
// * *
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyPhantomHit.hh,v 1.5 2003/05/22 17:20:41 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
//
// ********************************
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyPhantomROGeometry.hh,v 1.5 2003/05/27 08:37:54 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// ************************************
// * *
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: BrachyPhantomSD.hh,v 1.5 2003/05/26 09:20:13 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// $Id: BrachyPhantomSD.hh,v 1.6 2004/03/11 16:05:02 guatelli Exp $
// GEANT4 tag $Name: geant4-06-01 $
//
// ********************************
// * *
@@ -43,7 +43,7 @@ class G4TouchableHistory;
class BrachyPhantomSD : public G4VSensitiveDetector
{
public:
BrachyPhantomSD(G4String name, G4int NumVoxelX, G4int NumVoxelZ);
BrachyPhantomSD(G4String name);
~BrachyPhantomSD();
void Initialize(G4HCofThisEvent*);
@@ -52,12 +52,6 @@ public:
void clear();
void DrawAll();
void PrintAll();
private:
const G4int numberOfVoxelsX;
const G4int numberOfVoxelsZ;
G4int *voxelID;
BrachyPhantomHitsCollection *phantomHitsCollection;
};
#endif
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyPhysicsList.hh,v 1.6 2002/11/18 15:18:36 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// **********************************
// * *
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyPrimaryGeneratorAction.hh,v 1.10 2003/05/22 17:20:42 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// ********************************************
// * *
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyPrimaryGeneratorActionI.hh,v 1.5 2003/06/16 16:45:00 gunter Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyPrimaryGeneratorActionIr.hh,v 1.5 2003/06/16 16:45:01 gunter Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
// *************************************************
// * *
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyRunAction.hh,v 1.7 2003/05/22 17:20:42 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyRunMessenger.hh,v 1.3 2003/05/22 17:20:42 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
//
//
@@ -22,7 +22,7 @@
//
//
// $Id: BrachyVisManager.hh,v 1.5 2003/05/22 17:20:42 guatelli Exp $
// GEANT4 tag $Name: geant4-06-00 $
// GEANT4 tag $Name: geant4-05-02-patch-01 $
//
//
//