Import Geant4 11.3.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2024-06-28 13:08:51 +02:00
parent f7b23877ed
commit e58e650b32
5232 changed files with 239416 additions and 244360 deletions
@@ -31,28 +31,24 @@
#ifndef RE03UserScoreWriter_h
#define RE03UserScoreWriter_h 1
#include "globals.hh"
#include "G4VScoreWriter.hh"
#include "globals.hh"
// class description:
//
// This class represents storing the scored quantity into a file.
//
class RE03UserScoreWriter : public G4VScoreWriter {
public:
RE03UserScoreWriter();
virtual ~RE03UserScoreWriter();
public:
// store a quantity into a file
virtual void DumpQuantityToFile(const G4String & psName,
const G4String & fileName,
const G4String & option);
class RE03UserScoreWriter : public G4VScoreWriter
{
public:
RE03UserScoreWriter();
virtual ~RE03UserScoreWriter();
public:
// store a quantity into a file
virtual void DumpQuantityToFile(const G4String& psName, const G4String& fileName,
const G4String& option);
};
#endif