LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcrhd.cc File Reference
#include "CPPFORT/lcrhd.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 lcrhd.cc:

Go to the source code of this file.

Functions

PTRTYPE lcrhdcreate ()
 Header file for the f77-wrapper functions of the LCEventImpl class. More...
 
int lcrhddelete (PTRTYPE runHeader)
 
int lcrhdgetrunnumber (PTRTYPE runHeader)
 
char * lcrhdgetdetectorname (PTRTYPE runHeader)
 
char * lcrhdgetdescription (PTRTYPE runHeader)
 
PTRTYPE lcrhdgetactivesubdetectors (PTRTYPE runHeader)
 
int lcrhdsetrunnumber (PTRTYPE runHeader, int rn)
 
int lcrhdsetdetectorname (PTRTYPE runHeader, const char *dn)
 
int lcrhdsetdescription (PTRTYPE runHeader, const char *dsc)
 
int lcrhdaddactivesubdetector (PTRTYPE runHeader, const char *adn)
 

Function Documentation

int lcrhdaddactivesubdetector ( PTRTYPE  runHeader,
const char *  adn 
)

Definition at line 58 of file lcrhd.cc.

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.

int lcrhddelete ( PTRTYPE  runHeader)

Definition at line 19 of file lcrhd.cc.

PTRTYPE lcrhdgetactivesubdetectors ( PTRTYPE  runHeader)

Definition at line 38 of file lcrhd.cc.

char* lcrhdgetdescription ( PTRTYPE  runHeader)

Definition at line 32 of file lcrhd.cc.

char* lcrhdgetdetectorname ( PTRTYPE  runHeader)

Definition at line 28 of file lcrhd.cc.

int lcrhdgetrunnumber ( PTRTYPE  runHeader)

Definition at line 24 of file lcrhd.cc.

int lcrhdsetdescription ( PTRTYPE  runHeader,
const char *  dsc 
)

Definition at line 53 of file lcrhd.cc.

int lcrhdsetdetectorname ( PTRTYPE  runHeader,
const char *  dn 
)

Definition at line 48 of file lcrhd.cc.

int lcrhdsetrunnumber ( PTRTYPE  runHeader,
int  rn 
)

Definition at line 43 of file lcrhd.cc.