LCIO
02.17
|
#include "CPPFORT/lcvtx.h"
#include "lcio.h"
#include "IMPL/VertexImpl.h"
#include "IMPL/ReconstructedParticleImpl.h"
#include <iostream>
Go to the source code of this file.
Functions | |
PTRTYPE | lcvtxcreate () |
Header file for the f77-wrapper functions of the Vertex Class. More... | |
int | lcvtxdelete (PTRTYPE vertex) |
int | lcvtxid (PTRTYPE vertex) |
bool | lcvtxisprimary (PTRTYPE vertex) |
char * | lcvtxgetalgorithmtype (PTRTYPE vertex) |
float | lcvtxgetchi2 (PTRTYPE vertex) |
float | lcvtxgetprobability (PTRTYPE vertex) |
int | lcvtxgetposition (PTRTYPE vertex, float pos[3]) |
int | lcvtxgetcovmatrix (PTRTYPE vertex, float cvmtx[VTXCOVMATRIX]) |
int | lcvtxgetparameters (PTRTYPE vertex, float *vec, int *nvec) |
PTRTYPE | lcvtxgetassociatedparticle (PTRTYPE vertex) |
int | lcvtxsetprimary (PTRTYPE vertex, bool pri) |
int | lcvtxsetalgorithmtype (PTRTYPE vertex, char *type) |
int | lcvtxsetchi2 (PTRTYPE vertex, float chi2) |
int | lcvtxsetprobability (PTRTYPE vertex, float probability) |
int | lcvtxsetposition (PTRTYPE vertex, float pos[3]) |
int | lcvtxsetcovmatrix (PTRTYPE vertex, float cvmtx[VTXCOVMATRIX]) |
int | lcvtxaddparameter (PTRTYPE vertex, float param) |
int | lcvtxsetassociatedparticle (PTRTYPE vertex, PTRTYPE particle) |
PTRTYPE lcvtxcreate | ( | ) |
Header file for the f77-wrapper functions of the Vertex Class.
Definition at line 13 of file lcvtx.cc.
References C2F_POINTER.
Definition at line 78 of file lcvtx.cc.
References UTIL::ReconstructedParticle.
int lcvtxgetcovmatrix | ( | PTRTYPE | vertex, |
float | cvmtx[VTXCOVMATRIX] | ||
) |
Definition at line 57 of file lcvtx.cc.
References VTXCOVMATRIX.
int lcvtxgetparameters | ( | PTRTYPE | vertex, |
float * | vec, | ||
int * | nvec | ||
) |
Definition at line 63 of file lcvtx.cc.
References std::endl().
Definition at line 129 of file lcvtx.cc.
References UTIL::ReconstructedParticle.
int lcvtxsetcovmatrix | ( | PTRTYPE | vertex, |
float | cvmtx[VTXCOVMATRIX] | ||
) |