LCIO
02.17
|
#include "CPPFORT/lcrcp.h"
#include "lcio.h"
#include "IMPL/ReconstructedParticleImpl.h"
#include "IMPL/VertexImpl.h"
#include <iostream>
Go to the source code of this file.
Definition at line 253 of file lcrcp.cc.
References UTIL::Cluster.
Definition at line 246 of file lcrcp.cc.
References UTIL::ReconstructedParticle.
PTRTYPE lcrcpcreate | ( | ) |
Header file for the f77-wrapper functions of the ReconstructedParticle Class.
Definition at line 13 of file lcrcp.cc.
References C2F_POINTER.
int lcrcpgetcovmatrix | ( | PTRTYPE | recopart, |
float | cvmtx[NCOVARIANCE] | ||
) |
Definition at line 52 of file lcrcp.cc.
References NCOVARIANCE.
Definition at line 176 of file lcrcp.cc.
References UTIL::ReconstructedParticle.
int lcrcpgetreferencepoint | ( | PTRTYPE | recopart, |
float | refpoint[3] | ||
) |
Definition at line 170 of file lcrcp.cc.
References UTIL::ReconstructedParticle.
int lcrcpsetcovmatrix | ( | PTRTYPE | recopart, |
float | cvmtx[NCOVARIANCE] | ||
) |
int lcrcpsetreferencepoint | ( | PTRTYPE | recopart, |
float | refpoint[3] | ||
) |