]> git.uio.no Git - u/mrichter/AliRoot.git/blob - RALICE/icepack/iceconvert/dumand.h
Adding AliEn environment
[u/mrichter/AliRoot.git] / RALICE / icepack / iceconvert / dumand.h
1 #ifndef _RDMC_DUMAND_H
2 #define _RDMC_DUMAND_H
3
4 #include <malloc.h>
5
6 int rdmc_a_V(const char *s, mcfile *fp);                     /* ascii lines */
7 int rdmc_rhd_ascii(mcfile *fp);           /* reads the format info from the file */
8 int rdmc_rarr_ascii(mcfile *fp, array *ar);            /* (dumand/cw ascii file) */
9 int rdmc_warr_ascii(const mcfile *fp, const array *ar);        /* (dumand) */
10 int rdmc_wrcomment_ascii(const mcfile *fp, const char *s);   /* (dumand) */
11
12 int rdmc_revt_ascii(mcfile *fp, mevt *ev, const array *ar); /* (dumand/cw ascii) */
13
14 int rdmc_skipevt_ascii(mcfile *fp);                             /* (dumand) */
15
16 int rdmc_wevt_ascii(const mcfile *fp, const mevt *ev, const array *ar);
17
18 #endif
19
20