|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4tgrFileIn.hh>
Public Member Functions | |
| G4tgrFileIn () | |
| ~G4tgrFileIn () | |
| G4int | GetWordsInLine (std::vector< G4String > &wl) |
| void | ErrorInLine () |
| G4int | Nline () |
| const G4String & | GetName () |
| void | OpenNewFile (const char *filename) |
| G4bool | EndOfFile () |
| void | Close () |
| void | DumpException (const G4String &sent) |
Static Public Member Functions | |
| static G4tgrFileIn & | GetInstance (const G4String &name) |
| static G4tgrFileIn & | GetInstanceOpened (const G4String &name) |
Definition at line 41 of file G4tgrFileIn.hh.
| G4tgrFileIn::G4tgrFileIn | ( | ) |
Definition at line 45 of file G4tgrFileIn.cc.
Referenced by GetInstance().
| G4tgrFileIn::~G4tgrFileIn | ( | ) |
Definition at line 54 of file G4tgrFileIn.cc.
| void G4tgrFileIn::Close | ( | ) |
Definition at line 419 of file G4tgrFileIn.cc.
Referenced by EndOfFile().
| void G4tgrFileIn::DumpException | ( | const G4String & | sent | ) |
Definition at line 434 of file G4tgrFileIn.cc.
Referenced by GetWordsInLine(), and G4tgrFileReader::ReadFiles().
| G4bool G4tgrFileIn::EndOfFile | ( | ) |
Definition at line 382 of file G4tgrFileIn.cc.
Referenced by GetWordsInLine().
| void G4tgrFileIn::ErrorInLine | ( | ) |
Definition at line 375 of file G4tgrFileIn.cc.
Referenced by GetWordsInLine().
|
static |
Definition at line 68 of file G4tgrFileIn.cc.
Referenced by GetInstanceOpened(), and G4tgrFileReader::ReadFiles().
|
static |
Definition at line 120 of file G4tgrFileIn.cc.
|
inline |
Definition at line 64 of file G4tgrFileIn.hh.
Referenced by GetInstanceOpened().
Definition at line 137 of file G4tgrFileIn.cc.
Referenced by GetWordsInLine(), and G4tgrFileReader::ReadFiles().
|
inline |
Definition at line 62 of file G4tgrFileIn.hh.
| void G4tgrFileIn::OpenNewFile | ( | const char * | filename | ) |
Definition at line 99 of file G4tgrFileIn.cc.
Referenced by GetInstance(), and GetWordsInLine().