LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lctph.cc File Reference
#include "CPPFORT/lctph.h"
#include "lcio.h"
#include "IMPL/TPCHitImpl.h"
+ Include dependency graph for lctph.cc:

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)
 

Function Documentation

PTRTYPE lctphcreate ( )

Header file for the f77-wrapper functions of the TPCHitImpl class.

Author
F. Gaede
Version
Oct 10, 2003

Definition at line 8 of file lctph.cc.

References C2F_POINTER.

int lctphdelete ( PTRTYPE  hit)

Definition at line 13 of file lctph.cc.

float lctphgcharge ( PTRTYPE  hit)

Definition at line 33 of file lctph.cc.

int lctphgetcellid ( PTRTYPE  hit)

Definition at line 24 of file lctph.cc.

int lctphgetnrawdatawords ( PTRTYPE  hit)

Definition at line 42 of file lctph.cc.

int lctphgetquality ( PTRTYPE  hit)

Definition at line 37 of file lctph.cc.

int lctphgetrawdataword ( PTRTYPE  hit,
int  i 
)

Definition at line 46 of file lctph.cc.

float lctphgettime ( PTRTYPE  hit)

Definition at line 28 of file lctph.cc.

int lctphid ( PTRTYPE  hit)

Definition at line 19 of file lctph.cc.

int lctphsetcellid ( PTRTYPE  hit,
int  id 
)

Definition at line 52 of file lctph.cc.

int lctphsetcharge ( PTRTYPE  hit,
float  c 
)

Definition at line 62 of file lctph.cc.

int lctphsetquality ( PTRTYPE  hit,
int  q 
)

Definition at line 67 of file lctph.cc.

int lctphsetrawdata ( PTRTYPE  hit,
int *  rawData,
int  size 
)

Definition at line 72 of file lctph.cc.

int lctphsettime ( PTRTYPE  hit,
float  t 
)

Definition at line 57 of file lctph.cc.