Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
@@ -29,7 +29,6 @@
#include "globals.hh"
#include "G4VScoreWriter.hh"
#include "BrachyAnalysisManager.hh"
/*
// Code developed by:
// S.Guatelli, susanna@uow.edu.au
@@ -45,15 +44,12 @@ Original code from geant4/examples/extended/runAndEvent/RE03,
class BrachyUserScoreWriter:public G4VScoreWriter
{
public:
BrachyUserScoreWriter(BrachyAnalysisManager* analysis);
BrachyUserScoreWriter();
virtual ~BrachyUserScoreWriter();
// store a quantity into a file
void DumpQuantityToFile(const G4String & psName,
const G4String & fileName,
const G4String & option);
private:
BrachyAnalysisManager* analysis;
};
#endif