#include <G4VScoreNtupleWriter.hh>
Definition at line 42 of file G4VScoreNtupleWriter.hh.
◆ ~G4VScoreNtupleWriter()
G4VScoreNtupleWriter::~G4VScoreNtupleWriter |
( |
| ) |
|
|
virtual |
◆ G4VScoreNtupleWriter()
G4VScoreNtupleWriter::G4VScoreNtupleWriter |
( |
| ) |
|
|
protected |
Definition at line 61 of file G4VScoreNtupleWriter.cc.
62{
64
66 {
68 description << " "
69 << "G4VScoreNtupleWriter on master already exists."
70 << "Cannot create another instance.";
71 G4Exception(
"G4VScoreNtupleWriter::G4VScoreNtupleWriter()",
"Analysis_F001",
73 }
75 {
77 description << " "
78 << "G4VScoreNtupleWriter on worker already exists."
79 << "Cannot create another instance.";
80 G4Exception(
"G4VScoreNtupleWriter::G4VScoreNtupleWriter()",
"Analysis_F001",
82 }
83 if(isMaster)
86}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
static G4VScoreNtupleWriter * fgMasterInstance
References FatalException, fgInstance, fgMasterInstance, G4Exception(), and G4Threading::IsWorkerThread().
◆ Book()
◆ CreateInstance()
◆ Fill()
◆ Instance()
◆ OpenFile()
virtual void G4VScoreNtupleWriter::OpenFile |
( |
| ) |
|
|
pure virtual |
◆ Write()
virtual void G4VScoreNtupleWriter::Write |
( |
| ) |
|
|
pure virtual |
◆ fgInstance
◆ fgMasterInstance
The documentation for this class was generated from the following files: