|
HepMC Reference DocumentationHepMC |
#include <ctype.h>#include <iostream>#include <cstdio>Go to the source code of this file.
Namespaces | |
| namespace | HepMC |
Classes | |
| class | HepMC::HEPEVT_Wrapper |
| Generic Wrapper for the fortran HEPEVT common block. More... | |
Defines | |
| #define | HEPEVT_EntriesAllocation 10000 |
| #define | hepevt hepevt_ |
Variables | |
| const unsigned int | hepevt_bytes_allocation |
| struct { | |
| char data [hepevt_bytes_allocation] | |
| } | hepevt_ |
| #define hepevt hepevt_ |
Definition at line 84 of file HEPEVT_Wrapper.h.
Referenced by HepMC::HEPEVT_Wrapper::byte_num_to_double(), HepMC::HEPEVT_Wrapper::byte_num_to_int(), and HepMC::HEPEVT_Wrapper::write_byte_num().
| #define HEPEVT_EntriesAllocation 10000 |
Definition at line 4 of file HEPEVT_Wrapper.h.
| char data[hepevt_bytes_allocation] |
Definition at line 81 of file HEPEVT_Wrapper.h.
| struct { ... } hepevt_ |
| const unsigned int hepevt_bytes_allocation |
Initial value:
sizeof(long int) * ( 2 + 6 * HEPEVT_EntriesAllocation )
+ sizeof(double) * ( 9 * HEPEVT_EntriesAllocation )
Definition at line 66 of file HEPEVT_Wrapper.h.
Referenced by HepMC::HEPEVT_Wrapper::byte_num_to_double(), HepMC::HEPEVT_Wrapper::byte_num_to_int(), and HepMC::HEPEVT_Wrapper::write_byte_num().
1.5.1-3