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
@@ -24,8 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VScoreWriter.hh,v 1.2 2007-11-06 09:41:34 akimura Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
#ifndef G4VScoreWriter_h
@@ -47,9 +46,12 @@ public:
public:
// store a quantity into a file
virtual void DumpQuantityToFile(G4String & psName, G4String & fileName, G4String & option);
virtual void DumpQuantityToFile(const G4String& psName,
const G4String& fileName,
const G4String& option);
// store all quantities into a file
virtual void DumpAllQuantitiesToFile(G4String & fileName, G4String & option);
virtual void DumpAllQuantitiesToFile(const G4String& fileName,
const G4String& option);
// set a socring mesh to retrieve its quantities
void SetScoringMesh(G4VScoringMesh * sm);