LCIO
02.17
|
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) |
LCIO_DEPRECATED_CAPI int lcrhdaddactivesubdetector | ( | PTRTYPE | runHeader, |
const char * | adn | ||
) |
LCIO_DEPRECATED_CAPI PTRTYPE lcrhdcreate | ( | ) |
LCIO_DEPRECATED_CAPI int lcrhddelete | ( | PTRTYPE | runHeader | ) |
LCIO_DEPRECATED_CAPI PTRTYPE lcrhdgetactivesubdetectors | ( | PTRTYPE | runHeader | ) |
LCIO_DEPRECATED_CAPI char* lcrhdgetdescription | ( | PTRTYPE | runHeader | ) |
LCIO_DEPRECATED_CAPI char* lcrhdgetdetectorname | ( | PTRTYPE | runHeader | ) |
LCIO_DEPRECATED_CAPI int lcrhdgetrunnumber | ( | PTRTYPE | runHeader | ) |
LCIO_DEPRECATED_CAPI int lcrhdsetdescription | ( | PTRTYPE | runHeader, |
const char * | dsc | ||
) |
LCIO_DEPRECATED_CAPI int lcrhdsetdetectorname | ( | PTRTYPE | runHeader, |
const char * | dn | ||
) |
LCIO_DEPRECATED_CAPI int lcrhdsetrunnumber | ( | PTRTYPE | runHeader, |
int | rn | ||
) |