LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lctrh.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lctrh.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 lctrhcreate ()
 Header file for the f77-wrapper functions of the Track Class. More...
 
LCIO_DEPRECATED_CAPI int lctrhdelete (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI int lctrhid (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI int lctrhgetposition (PTRTYPE trh, double *pos)
 
LCIO_DEPRECATED_CAPI int lctrhgetcovmatrix (PTRTYPE trh, float *cvmtx)
 
LCIO_DEPRECATED_CAPI float lctrhgetdedx (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI float lctrhgetedep (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI float lctrhgetedeperr (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI float lctrhgettime (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI int lctrhgettype (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI int lctrhgetquality (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI int lctrhgetcellid0 (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI int lctrhgetcellid1 (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI PTRTYPE lctrhgetrawhits (PTRTYPE trh)
 
LCIO_DEPRECATED_CAPI int lctrhsetposition (PTRTYPE trh, double *pos)
 
LCIO_DEPRECATED_CAPI int lctrhsetcovmatrix (PTRTYPE trh, float *cvmtx)
 
LCIO_DEPRECATED_CAPI int lctrhsetdedx (PTRTYPE trh, float dedx)
 
LCIO_DEPRECATED_CAPI int lctrhsetedep (PTRTYPE trh, float e)
 
LCIO_DEPRECATED_CAPI int lctrhsetedeperr (PTRTYPE trh, float e)
 
LCIO_DEPRECATED_CAPI int lctrhsettime (PTRTYPE trh, float time)
 
LCIO_DEPRECATED_CAPI int lctrhsettype (PTRTYPE trh, int type)
 
LCIO_DEPRECATED_CAPI int lctrhsetquality (PTRTYPE trh, int q)
 
LCIO_DEPRECATED_CAPI int lctrhsetcellid0 (PTRTYPE trh, int id0)
 
LCIO_DEPRECATED_CAPI int lctrhsetcellid1 (PTRTYPE trh, int id1)
 
LCIO_DEPRECATED_CAPI int lctrhaddrawhit (PTRTYPE trh, PTRTYPE rawhit)
 

Function Documentation

LCIO_DEPRECATED_CAPI int lctrhaddrawhit ( PTRTYPE  trh,
PTRTYPE  rawhit 
)

Definition at line 158 of file lctrh.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lctrhcreate ( )

Header file for the f77-wrapper functions of the Track Class.

Author
H. Vogt
Version
Id:
lctrh.h,v 1.10 2010-06-02 10:59:33 engels Exp

Definition at line 12 of file lctrh.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lctrhdelete ( PTRTYPE  trh)

Definition at line 16 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhgetcellid0 ( PTRTYPE  trh)

Definition at line 78 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhgetcellid1 ( PTRTYPE  trh)

Definition at line 82 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhgetcovmatrix ( PTRTYPE  trh,
float *  cvmtx 
)
LCIO_DEPRECATED_CAPI float lctrhgetdedx ( PTRTYPE  trh)

Definition at line 43 of file lctrh.cc.

LCIO_DEPRECATED_CAPI float lctrhgetedep ( PTRTYPE  trh)

Definition at line 48 of file lctrh.cc.

LCIO_DEPRECATED_CAPI float lctrhgetedeperr ( PTRTYPE  trh)

Definition at line 53 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhgetposition ( PTRTYPE  trh,
double *  pos 
)
LCIO_DEPRECATED_CAPI int lctrhgetquality ( PTRTYPE  trh)

Definition at line 73 of file lctrh.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lctrhgetrawhits ( PTRTYPE  trh)

Definition at line 88 of file lctrh.cc.

LCIO_DEPRECATED_CAPI float lctrhgettime ( PTRTYPE  trh)

Definition at line 58 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhgettype ( PTRTYPE  trh)

Definition at line 68 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhid ( PTRTYPE  trh)

Definition at line 25 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhsetcellid0 ( PTRTYPE  trh,
int  id0 
)

Definition at line 147 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhsetcellid1 ( PTRTYPE  trh,
int  id1 
)

Definition at line 152 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhsetcovmatrix ( PTRTYPE  trh,
float *  cvmtx 
)
LCIO_DEPRECATED_CAPI int lctrhsetdedx ( PTRTYPE  trh,
float  dedx 
)

Definition at line 111 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhsetedep ( PTRTYPE  trh,
float  e 
)

Definition at line 117 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhsetedeperr ( PTRTYPE  trh,
float  e 
)

Definition at line 123 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhsetposition ( PTRTYPE  trh,
double *  pos 
)
LCIO_DEPRECATED_CAPI int lctrhsetquality ( PTRTYPE  trh,
int  q 
)

Definition at line 141 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhsettime ( PTRTYPE  trh,
float  time 
)

Definition at line 129 of file lctrh.cc.

LCIO_DEPRECATED_CAPI int lctrhsettype ( PTRTYPE  trh,
int  type 
)

Definition at line 135 of file lctrh.cc.