LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lctph.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lctph.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

LCIO_DEPRECATED_CAPI PTRTYPE lctphcreate ()
 Header file for the f77-wrapper functions of the TPCHitImpl class. More...
 
LCIO_DEPRECATED_CAPI int lctphdelete (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI int lctphid (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI int lctphgetcellid (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI float lctphgettime (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI float lctphgcharge (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI int lctphgetquality (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI int lctphgetnrawdatawords (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI int lctphgetrawdataword (PTRTYPE hit, int i)
 
LCIO_DEPRECATED_CAPI int lctphsetcellid (PTRTYPE hit, int id)
 
LCIO_DEPRECATED_CAPI int lctphsettime (PTRTYPE hit, float t)
 
LCIO_DEPRECATED_CAPI int lctphsetcharge (PTRTYPE hit, float c)
 
LCIO_DEPRECATED_CAPI int lctphsetquality (PTRTYPE hit, int q)
 
LCIO_DEPRECATED_CAPI int lctphsetrawdata (PTRTYPE hit, int *rawData, int size)
 

Function Documentation

LCIO_DEPRECATED_CAPI 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.

LCIO_DEPRECATED_CAPI int lctphdelete ( PTRTYPE  hit)

Definition at line 13 of file lctph.cc.

LCIO_DEPRECATED_CAPI float lctphgcharge ( PTRTYPE  hit)

Definition at line 33 of file lctph.cc.

LCIO_DEPRECATED_CAPI int lctphgetcellid ( PTRTYPE  hit)

Definition at line 24 of file lctph.cc.

LCIO_DEPRECATED_CAPI int lctphgetnrawdatawords ( PTRTYPE  hit)

Definition at line 42 of file lctph.cc.

LCIO_DEPRECATED_CAPI int lctphgetquality ( PTRTYPE  hit)

Definition at line 37 of file lctph.cc.

LCIO_DEPRECATED_CAPI int lctphgetrawdataword ( PTRTYPE  hit,
int  i 
)

Definition at line 46 of file lctph.cc.

LCIO_DEPRECATED_CAPI float lctphgettime ( PTRTYPE  hit)

Definition at line 28 of file lctph.cc.

LCIO_DEPRECATED_CAPI int lctphid ( PTRTYPE  hit)

Definition at line 19 of file lctph.cc.

LCIO_DEPRECATED_CAPI int lctphsetcellid ( PTRTYPE  hit,
int  id 
)

Definition at line 52 of file lctph.cc.

LCIO_DEPRECATED_CAPI int lctphsetcharge ( PTRTYPE  hit,
float  c 
)

Definition at line 62 of file lctph.cc.

LCIO_DEPRECATED_CAPI int lctphsetquality ( PTRTYPE  hit,
int  q 
)

Definition at line 67 of file lctph.cc.

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

Definition at line 72 of file lctph.cc.

LCIO_DEPRECATED_CAPI int lctphsettime ( PTRTYPE  hit,
float  t 
)

Definition at line 57 of file lctph.cc.