Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -23,6 +23,10 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
/// \file runAndEvent/RE03/include/RE03UserScoreWriter.hh
/// \brief Definition of the RE03UserScoreWriter class
//
// $Id: $
//
#ifndef RE03UserScoreWriter_h
@@ -36,7 +40,6 @@
// This class represents storing the scored quantity into a file.
//
class RE03UserScoreWriter : public G4VScoreWriter {
public:
@@ -45,7 +48,9 @@ public:
public:
// store a quantity into a file
void DumpQuantityToFile(G4String & psName, G4String & fileName, G4String & option);
virtual void DumpQuantityToFile(const G4String & psName,
const G4String & fileName,
const G4String & option);
};