|
HepMC Reference DocumentationHepMC |
#include <ostream>#include <istream>#include "HepMC/GenEvent.h"#include "HepMC/TempParticleMap.h"Go to the source code of this file.
Namespaces | |
| namespace | HepMC |
| namespace | HepMC::detail |
Functions | |
| std::ostream & | HepMC::detail::establish_output_stream_info (std::ostream &) |
| used by IO_GenEvent constructor | |
| std::istream & | HepMC::detail::establish_input_stream_info (std::istream &) |
| used by IO_GenEvent constructor | |
| std::istream & | HepMC::detail::read_vertex (std::istream &, TempParticleMap &, GenVertex *) |
| std::istream & | HepMC::detail::read_particle (std::istream &, TempParticleMap &, GenParticle *) |
| std::ostream & | HepMC::detail::output (std::ostream &os, const double &d) |
| write a double - for internal use by streaming IO | |
| std::ostream & | HepMC::detail::output (std::ostream &os, const float &d) |
| write a float - for internal use by streaming IO | |
| std::ostream & | HepMC::detail::output (std::ostream &os, const int &i) |
| write an int - for internal use by streaming IO | |
| std::ostream & | HepMC::detail::output (std::ostream &os, const long &i) |
| write a long - for internal use by streaming IO | |
| std::ostream & | HepMC::detail::output (std::ostream &os, const char &c) |
| write a single char - for internal use by streaming IO | |
| std::istream & | HepMC::detail::find_event_end (std::istream &) |
| used to read to the end of a bad event | |
1.4.7