Import Geant4 10.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2018-12-07 15:15:39 +01:00
parent 6aa23be517
commit db49709b53
11370 changed files with 187480 additions and 160142 deletions
@@ -32,7 +32,7 @@
#include "globals.hh"
#include <vector>
#include <fstream>
#include "g4csv.hh"
//#include "g4csv.hh"
#ifndef HADRONTHERAPYANALYSISMANAGER_HH
@@ -43,7 +43,7 @@ class HadrontherapyAnalysisFileMessenger;
/**
* A class for connecting the simulation to an analysis package.
*/
class HadrontherapyAnalysisManager
class HadrontherapyAnalysis
{
private:
/**
@@ -52,21 +52,21 @@ private:
*
* @see GetInstance
*/
HadrontherapyAnalysisManager();
HadrontherapyAnalysis();
public:
~HadrontherapyAnalysisManager();
~HadrontherapyAnalysis();
/**
* Get the pointer to the analysis manager.
*/
static HadrontherapyAnalysisManager* GetInstance();
static HadrontherapyAnalysis* GetInstance();
static HadrontherapyAnalysisManager* instance;
static HadrontherapyAnalysis* instance;
HadrontherapyAnalysisFileMessenger* fMess;
};
@@ -115,7 +115,6 @@ public:
// Full list of generated nuclides
void PrintNuclides();
// Hit array marker (useful to avoid multiple counts of fluence)
void ClearHitTrack();