~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to vendor/StdHEP/mcfio/src/glo23.h

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* ntuBuild
 
2
** Creation Date : Tue Oct 17 22:09:51 1995
 
3
**  User Comments
 
4
**  
 
5
*/    
 
6
#define nglob_max 12
 
7
typedef struct {
 
8
    char version[8]; /* Version token */
 
9
    int nglob; /* Generalized Ntuple Multiplicity value */ 
 
10
    char           eventnumber; /* ?  */
 
11
    short          triggerbit1; /* this is a trigger bit field  */
 
12
    int            runnumber; /* ?  */
 
13
    int            No_way; /* ?  */
 
14
    float          missinget; /* ?  */
 
15
    double         something; /* this is junk variable  */
 
16
    char           missingetphi[nglob_max][30]; /* ?  */
 
17
    char           V6_new[nglob_max][80]; /* ?  */
 
18
    float          v5_new[nglob_max][6][5]; /* ?  */
 
19
    float          v7_now2[nglob_max]; /* ?  */
 
20
    float          missingetnomuon[nglob_max]; /* ?  */
 
21
    double         v7_now[nglob_max]; /* ?  */
 
22
    double         v7_now_last[nglob_max]; /* ?  */
 
23
    int fence; 
 
24
} glob_struct;