LCIO
02.17
|
Go to the source code of this file.
Functions | |
LCIO_DEPRECATED_CAPI PTRTYPE | lcpidcreate () |
Header file for the f77-wrapper functions of the ParticleID Class. More... | |
LCIO_DEPRECATED_CAPI int | lcpiddelete (PTRTYPE pid) |
LCIO_DEPRECATED_CAPI int | lcpidid (PTRTYPE pid) |
LCIO_DEPRECATED_CAPI int | lcpidgettype (PTRTYPE pid) |
LCIO_DEPRECATED_CAPI int | lcpidgetpdg (PTRTYPE pid) |
LCIO_DEPRECATED_CAPI float | lcpidgetlikelihood (PTRTYPE pid) |
LCIO_DEPRECATED_CAPI int | lcpidgetalgorithmtype (PTRTYPE pid) |
LCIO_DEPRECATED_CAPI int | lcpidgetparameters (PTRTYPE pid, float *vec, int *nvec) |
LCIO_DEPRECATED_CAPI int | lcpidsettype (PTRTYPE pid, int type) |
LCIO_DEPRECATED_CAPI int | lcpidsetpdg (PTRTYPE pid, int pdg) |
LCIO_DEPRECATED_CAPI int | lcpidsetlikelihood (PTRTYPE pid, float logl) |
LCIO_DEPRECATED_CAPI int | lcpidsetalgorithmtype (PTRTYPE pid, int algo) |
LCIO_DEPRECATED_CAPI int | lcpidaddparameter (PTRTYPE pid, float param) |
LCIO_DEPRECATED_CAPI int lcpidaddparameter | ( | PTRTYPE | pid, |
float | param | ||
) |
LCIO_DEPRECATED_CAPI PTRTYPE lcpidcreate | ( | ) |
Header file for the f77-wrapper functions of the ParticleID Class.
Definition at line 13 of file lcpid.cc.
References C2F_POINTER.
LCIO_DEPRECATED_CAPI int lcpiddelete | ( | PTRTYPE | pid | ) |
LCIO_DEPRECATED_CAPI int lcpidgetalgorithmtype | ( | PTRTYPE | pid | ) |
LCIO_DEPRECATED_CAPI float lcpidgetlikelihood | ( | PTRTYPE | pid | ) |
LCIO_DEPRECATED_CAPI int lcpidgetparameters | ( | PTRTYPE | pid, |
float * | vec, | ||
int * | nvec | ||
) |
Definition at line 51 of file lcpid.cc.
References std::endl().
LCIO_DEPRECATED_CAPI int lcpidgetpdg | ( | PTRTYPE | pid | ) |
LCIO_DEPRECATED_CAPI int lcpidgettype | ( | PTRTYPE | pid | ) |
LCIO_DEPRECATED_CAPI int lcpidid | ( | PTRTYPE | pid | ) |
LCIO_DEPRECATED_CAPI int lcpidsetalgorithmtype | ( | PTRTYPE | pid, |
int | algo | ||
) |
LCIO_DEPRECATED_CAPI int lcpidsetlikelihood | ( | PTRTYPE | pid, |
float | logl | ||
) |
LCIO_DEPRECATED_CAPI int lcpidsetpdg | ( | PTRTYPE | pid, |
int | pdg | ||
) |
LCIO_DEPRECATED_CAPI int lcpidsettype | ( | PTRTYPE | pid, |
int | type | ||
) |