test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Macros | Variables
EPOS_Wrapper.h File Reference
#include <ctype.h>
#include <iostream>
#include <cstdio>

Go to the source code of this file.

Classes

class  EPOS::EPOS_Wrapper
 Generic Wrapper for the fortran EPOS common block. More...
 

Namespaces

 EPOS
 

Macros

#define EPOS_EntriesAllocation   99900
 
#define hepcom   hepcom_
 
#define HEPMC_EPOS_WRAPPER_H
 

Variables

const unsigned int epos_bytes_allocation
 
struct { ... }  hepcom_
 

Macro Definition Documentation

#define EPOS_EntriesAllocation   99900

Definition at line 5 of file EPOS_Wrapper.h.

#define hepcom   hepcom_
#define HEPMC_EPOS_WRAPPER_H

Definition at line 93 of file EPOS_Wrapper.h.

Variable Documentation

const unsigned int epos_bytes_allocation
Initial value:
=
sizeof(long int) * ( 2 + 6 * 99900 )
+ sizeof(double) * ( 9 * 99900 )

Definition at line 67 of file EPOS_Wrapper.h.

Referenced by EPOS::EPOS_Wrapper::byte_num_to_double(), EPOS::EPOS_Wrapper::byte_num_to_int(), and EPOS::EPOS_Wrapper::write_byte_num().

struct { ... } hepcom_