#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 () |
| 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) |
| 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 | lctrhaddrawhit (PTRTYPE trhit, PTRTYPE rawhit) |
| PTRTYPE lctrhcreate | ( | ) |
| 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 | ) |
| 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 lctrhaddrawhit | ( | PTRTYPE | trhit, | |
| PTRTYPE | rawhit | |||
| ) |
1.4.7