Loading [MathJax]/extensions/tex2jax.js
ROOT
6.08/07
Reference Guide
ROOT Home Page
Main Page
Tutorials
User's Classes
+
Namespaces
Namespace List
+
Namespace Members
+
All
2
3
<
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
<
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
2
3
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
u
v
x
+
Enumerations
a
d
e
f
g
h
m
p
t
v
w
y
+
Enumerator
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
u
v
w
+
All Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
+
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
w
y
+
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
+
Properties
f
+
Related Functions
:
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Files
File List
+
File Members
+
All
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Enumerations
c
e
f
i
l
m
p
r
u
x
+
Enumerator
a
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
v
w
x
y
z
+
Macros
1
2
3
4
5
6
7
8
9
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
montecarlo
eg
inc
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
/// HEPEVT common block
25
typedef
struct
{
26
Int_t
nevhep
;
27
Int_t
nhep
;
28
Int_t
isthep[4000];
29
Int_t
idhep[4000];
30
Int_t
jmohep[4000][2];
31
Int_t
jdahep[4000][2];
32
Double_t
phep[4000][5];
33
Double_t
vhep[4000][4];
34
}
HEPEVT_DEF
;
35
36
#define HEPEVT COMMON_BLOCK(HEPEVT,hepevt)
37
38
COMMON_BLOCK_DEF
(
HEPEVT_DEF
,
HEPEVT
);
39
40
HEPEVT_DEF
HEPEVT
;
41
42
}
43
44
#endif
Rtypes.h
HEPEVT
#define HEPEVT
Definition:
Hepevt.h:36
Int_t
int Int_t
Definition:
RtypesCore.h:41
HEPEVT_DEF
HEPEVT common block.
Definition:
Hepevt.h:25
COMMON_BLOCK_DEF
COMMON_BLOCK_DEF(HEPEVT_DEF, HEPEVT)
cfortran.h
HEPEVT_DEF::nhep
Int_t nhep
Definition:
Hepevt.h:27
HEPEVT_DEF::nevhep
Int_t nevhep
Definition:
Hepevt.h:26
Double_t
double Double_t
Definition:
RtypesCore.h:55