#include "CPPFORT/lctrh.h"
#include "lcio.h"
#include "IMPL/TrackerHitImpl.h"
#include <iostream>
Go to the source code of this file.
|
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) |
|
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 lctrhgetcellid0 |
( |
PTRTYPE |
trhit | ) |
|
int lctrhgetcellid1 |
( |
PTRTYPE |
trhit | ) |
|
int lctrhgetcovmatrix |
( |
PTRTYPE |
trhit, |
|
|
float |
cvmtx[TRKHITNCOVMATRIX] |
|
) |
| |
float lctrhgetdedx |
( |
PTRTYPE |
trhit | ) |
|
float lctrhgetedep |
( |
PTRTYPE |
trhit | ) |
|
float lctrhgetedeperr |
( |
PTRTYPE |
trhit | ) |
|
int lctrhgetposition |
( |
PTRTYPE |
trhit, |
|
|
double |
dpos[3] |
|
) |
| |
int lctrhgetquality |
( |
PTRTYPE |
trhit | ) |
|
float lctrhgettime |
( |
PTRTYPE |
trhit | ) |
|
int lctrhsetcellid0 |
( |
PTRTYPE |
trhit, |
|
|
int |
id0 |
|
) |
| |
int lctrhsetcellid1 |
( |
PTRTYPE |
trhit, |
|
|
int |
id1 |
|
) |
| |
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 lctrhsetposition |
( |
PTRTYPE |
trhit, |
|
|
double |
dpos[3] |
|
) |
| |
int lctrhsetquality |
( |
PTRTYPE |
trhit, |
|
|
int |
q |
|
) |
| |
int lctrhsettime |
( |
PTRTYPE |
trhit, |
|
|
float |
time |
|
) |
| |
int lctrhsettype |
( |
PTRTYPE |
trhit, |
|
|
int |
type |
|
) |
| |