LCIO
02.17
|
Go to the source code of this file.
Functions | |
PTRTYPE | lctphcreate () |
Header file for the f77-wrapper functions of the TPCHitImpl class. More... | |
int | lctphdelete (PTRTYPE hit) |
int | lctphid (PTRTYPE hit) |
int | lctphgetcellid (PTRTYPE hit) |
float | lctphgettime (PTRTYPE hit) |
float | lctphgcharge (PTRTYPE hit) |
int | lctphgetquality (PTRTYPE hit) |
int | lctphgetnrawdatawords (PTRTYPE hit) |
int | lctphgetrawdataword (PTRTYPE hit, int i) |
int | lctphsetcellid (PTRTYPE hit, int id) |
int | lctphsettime (PTRTYPE hit, float t) |
int | lctphsetcharge (PTRTYPE hit, float c) |
int | lctphsetquality (PTRTYPE hit, int q) |
int | lctphsetrawdata (PTRTYPE hit, int *rawData, int size) |
PTRTYPE lctphcreate | ( | ) |
Header file for the f77-wrapper functions of the TPCHitImpl class.
Definition at line 8 of file lctph.cc.
References C2F_POINTER.
int lctphsetrawdata | ( | PTRTYPE | hit, |
int * | rawData, | ||
int | size | ||
) |