ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "globals.hh"
Go to the source code of this file.
Functions | |
template<typename T > | |
void | WRITE (std::ostream &out, const T &toBeSaved) |
template<typename T > | |
void | READ (std::istream &in, T &toBeSaved) |
template<> | |
void | WRITE< G4String > (std::ostream &out, const G4String &name) |
template<> | |
void | READ< G4String > (std::istream &in, G4String &name) |
Definition at line 49 of file G4Serialize.hh.
View newest version in sPHENIX GitHub at line 49 of file G4Serialize.hh
Referenced by G4MoleculeDefinition::Load(), and G4MolecularConfiguration::Unserialize().
Definition at line 67 of file G4Serialize.cc.
View newest version in sPHENIX GitHub at line 67 of file G4Serialize.cc
References in, and UReadBinaryString::read().
Definition at line 41 of file G4Serialize.hh.
View newest version in sPHENIX GitHub at line 41 of file G4Serialize.hh
Referenced by G4MoleculeDefinition::Serialize(), and G4MolecularConfiguration::Serialize().
Definition at line 37 of file G4Serialize.cc.
View newest version in sPHENIX GitHub at line 37 of file G4Serialize.cc