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

Go to the source code of this file.

Functions

PTRTYPE lctrhcreate ()
 Header file for the f77-wrapper functions of the Track Class. More...
 
int lctrhdelete (PTRTYPE trhit)
 
int lctrhid (PTRTYPE trhit)
 
int lctrhgetposition (PTRTYPE trhit, double dpos[3])
 
int lctrhgetcovmatrix (PTRTYPE trhit, float cvmtx[TRKHITNCOVMATRIX])
 
float lctrhgetdedx (PTRTYPE trhit)
 
float lctrhgetedep (PTRTYPE trhit)
 
float lctrhgetedeperr (PTRTYPE trhit)
 
float lctrhgettime (PTRTYPE trhit)
 
int lctrhgettype (PTRTYPE trhit)
 
int lctrhgetquality (PTRTYPE trhit)
 
int lctrhgetcellid0 (PTRTYPE trhit)
 
int lctrhgetcellid1 (PTRTYPE trhit)
 
PTRTYPE lctrhgetrawhits (PTRTYPE trhit)
 
int lctrhsetposition (PTRTYPE trhit, double dpos[3])
 
int lctrhsetcovmatrix (PTRTYPE trhit, float cvmtx[TRKHITNCOVMATRIX])
 
int lctrhsetdedx (PTRTYPE trhit, float dedx)
 
int lctrhsetedep (PTRTYPE trhit, float e)
 
int lctrhsetedeperr (PTRTYPE trhit, float e)
 
int lctrhsettime (PTRTYPE trhit, float time)
 
int lctrhsettype (PTRTYPE trhit, int type)
 
int lctrhsetquality (PTRTYPE trhit, int q)
 
int lctrhsetcellid0 (PTRTYPE trhit, int id0)
 
int lctrhsetcellid1 (PTRTYPE trhit, int id1)
 
int lctrhaddrawhit (PTRTYPE trhit, PTRTYPE rawhit)
 

Function Documentation

int lctrhaddrawhit ( PTRTYPE  trhit,
PTRTYPE  rawhit 
)

Definition at line 158 of file lctrh.cc.

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.

int lctrhdelete ( PTRTYPE  trhit)

Definition at line 16 of file lctrh.cc.

int lctrhgetcellid0 ( PTRTYPE  trhit)

Definition at line 78 of file lctrh.cc.

int lctrhgetcellid1 ( PTRTYPE  trhit)

Definition at line 82 of file lctrh.cc.

int lctrhgetcovmatrix ( PTRTYPE  trhit,
float  cvmtx[TRKHITNCOVMATRIX] 
)

Definition at line 36 of file lctrh.cc.

References TRKHITNCOVMATRIX.

float lctrhgetdedx ( PTRTYPE  trhit)

Definition at line 43 of file lctrh.cc.

float lctrhgetedep ( PTRTYPE  trhit)

Definition at line 48 of file lctrh.cc.

float lctrhgetedeperr ( PTRTYPE  trhit)

Definition at line 53 of file lctrh.cc.

int lctrhgetposition ( PTRTYPE  trhit,
double  dpos[3] 
)

Definition at line 30 of file lctrh.cc.

int lctrhgetquality ( PTRTYPE  trhit)

Definition at line 73 of file lctrh.cc.

PTRTYPE lctrhgetrawhits ( PTRTYPE  trhit)

Definition at line 88 of file lctrh.cc.

float lctrhgettime ( PTRTYPE  trhit)

Definition at line 58 of file lctrh.cc.

int lctrhgettype ( PTRTYPE  trhit)

Definition at line 68 of file lctrh.cc.

int lctrhid ( PTRTYPE  trhit)

Definition at line 25 of file lctrh.cc.

int lctrhsetcellid0 ( PTRTYPE  trhit,
int  id0 
)

Definition at line 147 of file lctrh.cc.

int lctrhsetcellid1 ( PTRTYPE  trhit,
int  id1 
)

Definition at line 152 of file lctrh.cc.

int lctrhsetcovmatrix ( PTRTYPE  trhit,
float  cvmtx[TRKHITNCOVMATRIX] 
)

Definition at line 104 of file lctrh.cc.

int lctrhsetdedx ( PTRTYPE  trhit,
float  dedx 
)

Definition at line 111 of file lctrh.cc.

int lctrhsetedep ( PTRTYPE  trhit,
float  e 
)

Definition at line 117 of file lctrh.cc.

int lctrhsetedeperr ( PTRTYPE  trhit,
float  e 
)

Definition at line 123 of file lctrh.cc.

int lctrhsetposition ( PTRTYPE  trhit,
double  dpos[3] 
)

Definition at line 98 of file lctrh.cc.

int lctrhsetquality ( PTRTYPE  trhit,
int  q 
)

Definition at line 141 of file lctrh.cc.

int lctrhsettime ( PTRTYPE  trhit,
float  time 
)

Definition at line 129 of file lctrh.cc.

int lctrhsettype ( PTRTYPE  trhit,
int  type 
)

Definition at line 135 of file lctrh.cc.