Fork me on GitHub

source: svn/trunk/Utilities/mcfio/mcfio_Dict.h@ 220

Last change on this file since 220 was 3, checked in by Xavier Rouby, 16 years ago

first commit

File size: 1.7 KB
Line 
1/*******************************************************************************
2* *
3* mcfio_dict.h -- Dictionary for Key words used in Info routines. *
4* *
5* Copyright (c) 1994 Universities Research Association, Inc. *
6* All rights reserved. *
7* *
8*******************************************************************************/
9#define MCFIO_VERSION 100
10#define MCFIO_STATUS 101
11#define MCFIO_RUNNING 102
12#define MCFIO_BOF 103
13#define MCFIO_EOF 104
14#define MCFIO_NUMBLOCKS 501
15#define MCFIO_READORWRITE 502
16#define MCFIO_READ 1
17#define MCFIO_WRITE 2
18#define MCFIO_DIRECTORSEQUENTIAL 503
19#define MCFIO_DIRECT 1
20#define MCFIO_SEQUENTIAL 2
21#define MCFIO_MEMMAPPED 3
22#define MCFIO_BLOCKIDS 504
23#define MCFIO_NUMWORDS 505
24#define MCFIO_EFFICIENCY 506
25#define MCFIO_NUMEVTS 507
26#define MCFIO_FILENUMBER 508
27#define MCFIO_MAXREC 509
28#define MCFIO_MINREC 510
29#define MCFIO_NUMRECORDS 511
30#define MCFIO_RECORDLENGTHS 512
31#define MCFIO_TITLE 1001
32#define MCFIO_COMMENT 1002
33#define MCFIO_CREATIONDATE 1003
34#define MCFIO_CLOSINGDATE 1013
35#define MCFIO_FILENAME 1004
36#define MCFIO_DEVICENAME 1005
37#define MCFIO_EVENTNUMBER 2001
38#define MCFIO_STORENUMBER 2002
39#define MCFIO_RUNNUMBER 2003
40#define MCFIO_TRIGGERMASK 2004
41#define MCFIO_NUMNTUPLES 4001
42#define MCFIO_NTUPLESLIST 4002
43/*
44** Block definition now. Start counting at 101 See also mcfioC_GetBlockNames
45*/
46#define MCFIO_STDHEP 101
47#define MCFIO_OFFTRACKARRAYS 102
48#define MCFIO_OFFTRACKSTRUCT 103
49#define MCFIO_TRACEARRAYS 104
50#define MCFIO_STDHEPM 105
51#define MCFIO_STDHEPBEG 106
52#define MCFIO_STDHEPEND 107
53#define MCFIO_STDHEPCXX 108
54#define MCFIO_STDHEP4 201
55#define MCFIO_STDHEP4M 202
56#define MCFIO_HEPEUP 203
57#define MCFIO_HEPRUP 204
Note: See TracBrowser for help on using the repository browser.