| 
    LCIO
    02.17
    
   | 
 
#include "CPPFORT/lcrdr.h"#include "lcio.h"#include "Exceptions.h"#include "IOIMPL/LCFactory.h"#include "IMPL/LCRunHeaderImpl.h"#include "IMPL/LCEventImpl.h"#include "IMPL/LCTOOLS.h"#include <iostream>
 Include dependency graph for lcrdr.cc:Go to the source code of this file.
Functions | |
| PTRTYPE | lcrdrcreate () | 
| Header file for the f77-wrapper functions of the LCReader class.  More... | |
| int | lcrdrdelete (PTRTYPE reader) | 
| int | lcrdropen (PTRTYPE reader, const char *filename) | 
| int | lcrdrclose (PTRTYPE reader) | 
| int | lcrdrreadstream (PTRTYPE reader, int maxRecord) | 
| PTRTYPE | lcrdrreadnextrunheader (PTRTYPE reader, int accessMode) | 
| PTRTYPE | lcrdrreadnextevent (PTRTYPE reader, int accessMode) | 
| PTRTYPE | lcrdrreadevent (PTRTYPE reader, int runNumber, int evtNumber) | 
| int | lcrdrskipnevents (PTRTYPE reader, int n) | 
| 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.
| int lcrdropen | ( | PTRTYPE | reader, | 
| const char * | filename | ||
| ) | 
Definition at line 59 of file lcrdr.cc.
References C2F_POINTER.
Definition at line 54 of file lcrdr.cc.
References C2F_POINTER.
Definition at line 49 of file lcrdr.cc.
References C2F_POINTER.
| int lcrdrreadstream | ( | PTRTYPE | reader, | 
| int | maxRecord | ||
| ) | 
 1.8.5