]> git.uio.no Git - u/mrichter/AliRoot.git/blame - RALICE/icepack/iceconvert/uwi.h
08-mar-2006 NvE Time offset correction in IceF2k extended to allow also a user define...
[u/mrichter/AliRoot.git] / RALICE / icepack / iceconvert / uwi.h
CommitLineData
f67e2651 1#ifndef _RDMC_UWI_H
2#define _RDMC_UWI_H
3
4int rdmc_uwi_FH(const char *s, mcfile *fp); /* file header line */
5int rdmc_rhd_uwi(mcfile *fp); /* reads the format info from the file */
6int rdmc_warr_uwi(char *geofile,const array *geo); /* (UWI) */
7int rdmc_whd_uwi(const mcfile *fp); /* write header to UWI file */
8
9/**** in UWI format we need to read the special geometry file separately ***/
10/** this geo file is read by the following routine */
11int rdmc_rarr_uwi(char *geofile, array *ar); /* (UWI ascii file) */
12
13int rdmc_revt_uwi(mcfile *fp, mevt *ev, const array *ar); /* (uwi/ascii format) */
14int rdmc_skipevt_uwi(mcfile *fp); /* (UWI) */
15int rdmc_wevt_uwi(const mcfile *fp,const mevt *event, const array *ar); /* (UWI) */
16
17
18#endif