LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcwrt.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lcwrt.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 lcwrtcreate ()
 Header file for the f77-wrapper functions of the LCWriter class. More...
 
LCIO_DEPRECATED_CAPI int lcwrtdelete (PTRTYPE writer)
 
LCIO_DEPRECATED_CAPI int lcwrtopen (PTRTYPE writer, const char *filename, int writeMode)
 
LCIO_DEPRECATED_CAPI int lcwrtclose (PTRTYPE writer)
 
LCIO_DEPRECATED_CAPI int lcwrtwriterunheader (PTRTYPE writer, PTRTYPE header)
 
LCIO_DEPRECATED_CAPI int lcwrtwriteevent (PTRTYPE writer, PTRTYPE event)
 

Function Documentation

LCIO_DEPRECATED_CAPI int lcwrtclose ( PTRTYPE  writer)

Definition at line 36 of file lcwrt.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcwrtcreate ( )

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

Author
F. Gaede
Version
Oct 10, 2003

Definition at line 15 of file lcwrt.cc.

LCIO_DEPRECATED_CAPI int lcwrtdelete ( PTRTYPE  writer)

Definition at line 20 of file lcwrt.cc.

References LCWRITER_PNTR.

LCIO_DEPRECATED_CAPI int lcwrtopen ( PTRTYPE  writer,
const char *  filename,
int  writeMode 
)

Definition at line 26 of file lcwrt.cc.

LCIO_DEPRECATED_CAPI int lcwrtwriteevent ( PTRTYPE  writer,
PTRTYPE  event 
)

Definition at line 57 of file lcwrt.cc.

References event.

LCIO_DEPRECATED_CAPI int lcwrtwriterunheader ( PTRTYPE  writer,
PTRTYPE  header 
)

Definition at line 45 of file lcwrt.cc.

References UTIL::header().