#include "CPPFORT/lccah.h"
#include "lcio.h"
#include "IMPL/CalorimeterHitImpl.h"
Include dependency graph for lccah.cc:
Go to the source code of this file.
Functions | |
PTRTYPE | lccahcreate () |
int | lccahdelete (PTRTYPE calhit) |
int | lccahid (PTRTYPE calhit) |
int | lccahgetcellid0 (PTRTYPE calhit) |
int | lccahgetcellid1 (PTRTYPE calhit) |
float | lccahgetenergy (PTRTYPE calhit) |
float | lccahgetenergyerr (PTRTYPE calhit) |
float | lccahgettime (PTRTYPE calhit) |
int | lccahgetposition (PTRTYPE calhit, float *pos) |
int | lccahgettype (PTRTYPE calhit) |
PTRTYPE | lccahgetrawhit (PTRTYPE calhit) |
int | lccahsetcellid0 (PTRTYPE calhit, int id0) |
int | lccahsetcellid1 (PTRTYPE calhit, int id1) |
int | lccahsetenergy (PTRTYPE calhit, float en) |
int | lccahsetenergyerr (PTRTYPE calhit, float enerr) |
int | lccahsettime (PTRTYPE calhit, float time) |
int | lccahsetposition (PTRTYPE calhit, float pos[3]) |
int | lccahsettype (PTRTYPE calhit, int type) |
int | lccahsetrawhit (PTRTYPE calhit, PTRTYPE rawHit) |
PTRTYPE lccahcreate | ( | ) |
int lccahdelete | ( | PTRTYPE | calhit | ) |
int lccahid | ( | PTRTYPE | calhit | ) |
int lccahgetcellid0 | ( | PTRTYPE | calhit | ) |
int lccahgetcellid1 | ( | PTRTYPE | calhit | ) |
float lccahgetenergy | ( | PTRTYPE | calhit | ) |
float lccahgetenergyerr | ( | PTRTYPE | calhit | ) |
float lccahgettime | ( | PTRTYPE | calhit | ) |
int lccahgetposition | ( | PTRTYPE | calhit, | |
float * | pos | |||
) |
int lccahgettype | ( | PTRTYPE | calhit | ) |
PTRTYPE lccahgetrawhit | ( | PTRTYPE | calhit | ) |
int lccahsetcellid0 | ( | PTRTYPE | calhit, | |
int | id0 | |||
) |
int lccahsetcellid1 | ( | PTRTYPE | calhit, | |
int | id1 | |||
) |
int lccahsetenergy | ( | PTRTYPE | calhit, | |
float | en | |||
) |
int lccahsetenergyerr | ( | PTRTYPE | calhit, | |
float | enerr | |||
) |
int lccahsettime | ( | PTRTYPE | calhit, | |
float | time | |||
) |
int lccahsetposition | ( | PTRTYPE | calhit, | |
float | pos[3] | |||
) |
int lccahsettype | ( | PTRTYPE | calhit, | |
int | type | |||
) |
int lccahsetrawhit | ( | PTRTYPE | calhit, | |
PTRTYPE | rawHit | |||
) |