Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4TFileInformation.hh>
Public Member Functions | |
G4TFileInformation (const G4String fileName) | |
~G4TFileInformation () | |
Public Attributes | |
G4String | fFileName |
std::shared_ptr< FT > | fFile |
G4bool | fIsOpen |
G4bool | fIsEmpty |
G4bool | fIsDeleted |
Definition at line 40 of file G4TFileInformation.hh.
|
inline |
Definition at line 42 of file G4TFileInformation.hh.
|
inline |
Definition at line 49 of file G4TFileInformation.hh.
std::shared_ptr<FT> G4TFileInformation< FT >::fFile |
Definition at line 53 of file G4TFileInformation.hh.
G4String G4TFileInformation< FT >::fFileName |
Definition at line 52 of file G4TFileInformation.hh.
G4bool G4TFileInformation< FT >::fIsDeleted |
Definition at line 56 of file G4TFileInformation.hh.
G4bool G4TFileInformation< FT >::fIsEmpty |
Definition at line 55 of file G4TFileInformation.hh.
G4bool G4TFileInformation< FT >::fIsOpen |
Definition at line 54 of file G4TFileInformation.hh.