#include <ctype.h>
#include <iostream>
#include <cstdio>
Include dependency graph for HEPEVT_Wrapper.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | HepMC |
Classes | |
class | HepMC::HEPEVT_Wrapper |
This class is intended for static use only - it makes no sense to instantiate it. 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_EntriesAllocation 10000 |
Definition at line 4 of file HEPEVT_Wrapper.h.
#define hepevt hepevt_ |
Definition at line 84 of file HEPEVT_Wrapper.h.
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.
char data[hepevt_bytes_allocation] |
Definition at line 81 of file HEPEVT_Wrapper.h.
struct { ... } hepevt_ |