LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcrhd.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lcrhd.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 lcrhdcreate ()
 Header file for the f77-wrapper functions of the LCEventImpl class. More...
 
LCIO_DEPRECATED_CAPI int lcrhddelete (PTRTYPE runHeader)
 
LCIO_DEPRECATED_CAPI int lcrhdgetrunnumber (PTRTYPE runHeader)
 
LCIO_DEPRECATED_CAPI char * lcrhdgetdetectorname (PTRTYPE runHeader)
 
LCIO_DEPRECATED_CAPI char * lcrhdgetdescription (PTRTYPE runHeader)
 
LCIO_DEPRECATED_CAPI PTRTYPE lcrhdgetactivesubdetectors (PTRTYPE runHeader)
 
LCIO_DEPRECATED_CAPI int lcrhdsetrunnumber (PTRTYPE runHeader, int rn)
 
LCIO_DEPRECATED_CAPI int lcrhdsetdetectorname (PTRTYPE runHeader, const char *dn)
 
LCIO_DEPRECATED_CAPI int lcrhdsetdescription (PTRTYPE runHeader, const char *dsc)
 
LCIO_DEPRECATED_CAPI int lcrhdaddactivesubdetector (PTRTYPE runHeader, const char *adn)
 

Function Documentation

LCIO_DEPRECATED_CAPI int lcrhdaddactivesubdetector ( PTRTYPE  runHeader,
const char *  adn 
)

Definition at line 58 of file lcrhd.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcrhdcreate ( )

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

Author
F. Gaede
Version
Oct 11, 2003

Definition at line 14 of file lcrhd.cc.

LCIO_DEPRECATED_CAPI int lcrhddelete ( PTRTYPE  runHeader)

Definition at line 19 of file lcrhd.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcrhdgetactivesubdetectors ( PTRTYPE  runHeader)

Definition at line 38 of file lcrhd.cc.

LCIO_DEPRECATED_CAPI char* lcrhdgetdescription ( PTRTYPE  runHeader)

Definition at line 32 of file lcrhd.cc.

LCIO_DEPRECATED_CAPI char* lcrhdgetdetectorname ( PTRTYPE  runHeader)

Definition at line 28 of file lcrhd.cc.

LCIO_DEPRECATED_CAPI int lcrhdgetrunnumber ( PTRTYPE  runHeader)

Definition at line 24 of file lcrhd.cc.

LCIO_DEPRECATED_CAPI int lcrhdsetdescription ( PTRTYPE  runHeader,
const char *  dsc 
)

Definition at line 53 of file lcrhd.cc.

LCIO_DEPRECATED_CAPI int lcrhdsetdetectorname ( PTRTYPE  runHeader,
const char *  dn 
)

Definition at line 48 of file lcrhd.cc.

LCIO_DEPRECATED_CAPI int lcrhdsetrunnumber ( PTRTYPE  runHeader,
int  rn 
)

Definition at line 43 of file lcrhd.cc.