git://git.uio.no
/
u
/
mrichter
/
AliRoot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
First commit.
[u/mrichter/AliRoot.git]
/
EVGEN
/
AliStructFuncType.h
1
#ifndef ALISTRUCFUNCTYPE_H
2
#define ALISTRUCFUNCTYPE_H
3
/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
4
* See cxx source for full Copyright notice */
5
6
/* $Id$ */
7
8
typedef enum
9
{
10
kDOSet1 = 1006,
11
kGRVLO = 5005,
12
kGRVHO = 5006,
13
kMRSDminus = 3031,
14
kMRSD0 = 3030,
15
kMRSG = 3041,
16
kCTEQ2pM = 4024,
17
kCTEQ4L = 4032,
18
kCTEQ4M = 4034,
19
kMRSTcgLO = 3072,
20
kCTEQ5L = 4046,
21
kGRVLO98 = 5012
22
}
23
StrucFunc_t;
24
#endif