#include <G4VScoreNtupleWriter.hh>
Definition at line 42 of file G4VScoreNtupleWriter.hh.
◆ ~G4VScoreNtupleWriter()
G4VScoreNtupleWriter::~G4VScoreNtupleWriter |
( |
| ) |
|
|
virtual |
◆ G4VScoreNtupleWriter()
G4VScoreNtupleWriter::G4VScoreNtupleWriter |
( |
| ) |
|
|
protected |
Definition at line 57 of file G4VScoreNtupleWriter.cc.
58{
60
62 {
64 description << " "
65 << "G4VScoreNtupleWriter on master already exists."
66 << "Cannot create another instance.";
67 G4Exception(
"G4VScoreNtupleWriter::G4VScoreNtupleWriter()",
"Analysis_F001",
69 }
71 {
73 description << " "
74 << "G4VScoreNtupleWriter on worker already exists."
75 << "Cannot create another instance.";
76 G4Exception(
"G4VScoreNtupleWriter::G4VScoreNtupleWriter()",
"Analysis_F001",
78 }
79 if(isMaster)
82}
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
std::ostringstream G4ExceptionDescription
static G4VScoreNtupleWriter * fgMasterInstance
◆ 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: