|
LCIO
02.17
|
#include "CPPFORT/lcwrt.h"#include "lcio.h"#include "IOIMPL/LCFactory.h"#include "IMPL/LCRunHeaderImpl.h"#include "IMPL/LCEventImpl.h"#include <iostream>
Include dependency graph for lcwrt.cc:Go to the source code of this file.
Macros | |
| #define | LCWRITER_PNTR(writer) |
Functions | |
| PTRTYPE | lcwrtcreate () |
| Header file for the f77-wrapper functions of the LCWriter class. More... | |
| int | lcwrtdelete (PTRTYPE writer) |
| int | lcwrtopen (PTRTYPE writer, const char *filename, int writeMode) |
| int | lcwrtclose (PTRTYPE writer) |
| int | lcwrtwriterunheader (PTRTYPE writer, PTRTYPE header) |
| int | lcwrtwriteevent (PTRTYPE writer, PTRTYPE event) |
| #define LCWRITER_PNTR | ( | writer | ) |
Definition at line 11 of file lcwrt.cc.
Referenced by lcwrtdelete().
| PTRTYPE lcwrtcreate | ( | ) |
| int lcwrtdelete | ( | PTRTYPE | writer | ) |
Definition at line 20 of file lcwrt.cc.
References LCWRITER_PNTR.
| int lcwrtopen | ( | PTRTYPE | writer, |
| const char * | filename, | ||
| int | writeMode | ||
| ) |
Definition at line 45 of file lcwrt.cc.
References UTIL::header().
1.8.5