]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RALICE/icepack/iceconvert/dumand.h
07-jun-2007 GdV OM readout type also updated from the data contents in IceRoot.cxx.
[u/mrichter/AliRoot.git] / RALICE / icepack / iceconvert / dumand.h
CommitLineData
f67e2651 1#ifndef _RDMC_DUMAND_H
2#define _RDMC_DUMAND_H
3
4#include <malloc.h>
5
6int rdmc_a_V(const char *s, mcfile *fp); /* ascii lines */
7int rdmc_rhd_ascii(mcfile *fp); /* reads the format info from the file */
8int rdmc_rarr_ascii(mcfile *fp, array *ar); /* (dumand/cw ascii file) */
9int rdmc_warr_ascii(const mcfile *fp, const array *ar); /* (dumand) */
10int rdmc_wrcomment_ascii(const mcfile *fp, const char *s); /* (dumand) */
11
12int rdmc_revt_ascii(mcfile *fp, mevt *ev, const array *ar); /* (dumand/cw ascii) */
13
14int rdmc_skipevt_ascii(mcfile *fp); /* (dumand) */
15
16int rdmc_wevt_ascii(const mcfile *fp, const mevt *ev, const array *ar);
17
18#endif
19
20