LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcrdr.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lcrdr.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

LCIO_DEPRECATED_CAPI int lcrdrclose ( PTRTYPE  reader)

Definition at line 33 of file lcrdr.cc.

References lcReader.

LCIO_DEPRECATED_CAPI PTRTYPE lcrdrcreate ( )

Header file for the f77-wrapper functions of the LCReader class.

Author
F. Gaede
Version
Oct 10, 2003

Definition at line 14 of file lcrdr.cc.

References IOIMPL::LCFactory::createLCReader(), IOIMPL::LCFactory::getInstance(), and lcReader.

LCIO_DEPRECATED_CAPI int lcrdrdelete ( PTRTYPE  reader)

Definition at line 19 of file lcrdr.cc.

References lcReader.

LCIO_DEPRECATED_CAPI int lcrdropen ( PTRTYPE  reader,
const char *  filename 
)

Definition at line 25 of file lcrdr.cc.

References lcReader.

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 
)

Definition at line 41 of file lcrdr.cc.

References lcReader.

LCIO_DEPRECATED_CAPI int lcrdrskipnevents ( PTRTYPE  reader,
int  n 
)

Definition at line 64 of file lcrdr.cc.