ROOT  6.06/09
Reference Guide
Hepevt.h
Go to the documentation of this file.
1 /* @(#)root/eg:$Id$ */
2 
3 /*************************************************************************
4  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers. *
5  * All rights reserved. *
6  * *
7  * For the licensing terms see $ROOTSYS/LICENSE. *
8  * For the list of contributors see $ROOTSYS/README/CREDITS. *
9  *************************************************************************/
10 
11 #ifndef ROOT_Hepevt
12 #define ROOT_Hepevt
13 
14 #ifndef ROOT_Rtypes
15 #include "Rtypes.h"
16 #endif
17 
18 extern "C" {
19 
20 #ifndef __CFORTRAN_LOADED
21 #include "cfortran.h"
22 #endif
23 
24 typedef struct {
27  Int_t isthep[4000];
28  Int_t idhep[4000];
29  Int_t jmohep[4000][2];
30  Int_t jdahep[4000][2];
31  Double_t phep[4000][5];
32  Double_t vhep[4000][4];
33 } HEPEVT_DEF;
34 
35 #define HEPEVT COMMON_BLOCK(HEPEVT,hepevt)
36 
38 
40 
41 }
42 
43 #endif
#define HEPEVT
Definition: Hepevt.h:35
int Int_t
Definition: RtypesCore.h:41
COMMON_BLOCK_DEF(HEPEVT_DEF, HEPEVT)
Int_t nhep
Definition: Hepevt.h:26
Int_t nevhep
Definition: Hepevt.h:25
double Double_t
Definition: RtypesCore.h:55