Fork me on GitHub

source: svn/trunk/Utilities/stdhep/stdhd.h@ 309

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

first commit

File size: 648 bytes
Line 
1/*
2----------------------------------------------------------------
3 This header collects the mcfio initial information
4----------------------------------------------------------------
5*/
6
7struct stdhd1 {
8char date[255]; /* MCFIO_CREATIONDATE: creation date */
9char title[255]; /* MCFIO_TITLE: title */
10char comment[255]; /* MCFIO_COMMENT: comment */
11};
12
13struct stdhd2 {
14int dlen; /* actual lenght of date */
15int tlen; /* actual lenght of title */
16int clen; /* actual lenght of comment */
17int numblocks; /* MCFIO_NUMBLOCKS: number of blocks per event */
18int blkids[50]; /* MCFIO_BLOCKIDS: list of block types */
19};
Note: See TracBrowser for help on using the repository browser.