|
LCIO
02.17
|
#include "CPPFORT/lcpid.h"#include "lcio.h"#include "IMPL/ParticleIDImpl.h"#include "EVENT/LCFloatVec.h"#include <iostream>
Include dependency graph for lcpid.cc:Go to the source code of this file.
Functions | |
| PTRTYPE | lcpidcreate () |
| Header file for the f77-wrapper functions of the ParticleID Class. More... | |
| int | lcpiddelete (PTRTYPE pidit) |
| int | lcpidid (PTRTYPE pidit) |
| int | lcpidgettype (PTRTYPE pidit) |
| int | lcpidgetpdg (PTRTYPE pidit) |
| float | lcpidgetlikelihood (PTRTYPE pidit) |
| int | lcpidgetalgorithmtype (PTRTYPE pidit) |
| int | lcpidgetparameters (PTRTYPE pidit, float *vec, int *nvec) |
| int | lcpidsettype (PTRTYPE pidit, int type) |
| int | lcpidsetpdg (PTRTYPE pidit, int pdg) |
| int | lcpidsetlikelihood (PTRTYPE pidit, float logl) |
| int | lcpidsetalgorithmtype (PTRTYPE pidit, int ident) |
| int | lcpidaddparameter (PTRTYPE pidit, float param) |
| PTRTYPE lcpidcreate | ( | ) |
Header file for the f77-wrapper functions of the ParticleID Class.
Definition at line 13 of file lcpid.cc.
References C2F_POINTER.
| int lcpidgetparameters | ( | PTRTYPE | pidit, |
| float * | vec, | ||
| int * | nvec | ||
| ) |
Definition at line 51 of file lcpid.cc.
References std::endl().
1.8.5