LCIO
02.17
|
Go to the source code of this file.
Functions | |
LCIO_DEPRECATED_CAPI PTRTYPE | lcrdrcreate () |
Header file for the f77-wrapper functions of the LCReader class. More... | |
LCIO_DEPRECATED_CAPI int | lcrdrdelete (PTRTYPE reader) |
LCIO_DEPRECATED_CAPI int | lcrdropen (PTRTYPE reader, const char *filename) |
LCIO_DEPRECATED_CAPI int | lcrdrclose (PTRTYPE reader) |
LCIO_DEPRECATED_CAPI int | lcrdrreadstream (PTRTYPE reader, int maxRecord) |
LCIO_DEPRECATED_CAPI PTRTYPE | lcrdrreadnextrunheader (PTRTYPE reader, int accessMode) |
LCIO_DEPRECATED_CAPI PTRTYPE | lcrdrreadnextevent (PTRTYPE reader, int accessMode) |
LCIO_DEPRECATED_CAPI PTRTYPE | lcrdrreadevent (PTRTYPE reader, int runNumber, int evtNumber) |
LCIO_DEPRECATED_CAPI int | lcrdrskipnevents (PTRTYPE reader, int n) |
LCIO_DEPRECATED_CAPI int lcrdrclose | ( | PTRTYPE | reader | ) |
LCIO_DEPRECATED_CAPI PTRTYPE lcrdrcreate | ( | ) |
Header file for the f77-wrapper functions of the LCReader class.
Definition at line 14 of file lcrdr.cc.
References IOIMPL::LCFactory::createLCReader(), IOIMPL::LCFactory::getInstance(), and lcReader.
LCIO_DEPRECATED_CAPI int lcrdrdelete | ( | PTRTYPE | reader | ) |
LCIO_DEPRECATED_CAPI int lcrdropen | ( | PTRTYPE | reader, |
const char * | filename | ||
) |
LCIO_DEPRECATED_CAPI PTRTYPE lcrdrreadevent | ( | PTRTYPE | reader, |
int | runNumber, | ||
int | evtNumber | ||
) |
Definition at line 59 of file lcrdr.cc.
References C2F_POINTER.
LCIO_DEPRECATED_CAPI PTRTYPE lcrdrreadnextevent | ( | PTRTYPE | reader, |
int | accessMode | ||
) |
Definition at line 54 of file lcrdr.cc.
References C2F_POINTER.
LCIO_DEPRECATED_CAPI PTRTYPE lcrdrreadnextrunheader | ( | PTRTYPE | reader, |
int | accessMode | ||
) |
Definition at line 49 of file lcrdr.cc.
References C2F_POINTER.
LCIO_DEPRECATED_CAPI int lcrdrreadstream | ( | PTRTYPE | reader, |
int | maxRecord | ||
) |
LCIO_DEPRECATED_CAPI int lcrdrskipnevents | ( | PTRTYPE | reader, |
int | n | ||
) |