#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 () |
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) |
PTRTYPE lcrhdcreate | ( | ) |
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 | |||
) |