LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcpid.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lcpid.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

LCIO_DEPRECATED_CAPI int lcpidaddparameter ( PTRTYPE  pid,
float  param 
)

Definition at line 93 of file lcpid.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcpidcreate ( )

Header file for the f77-wrapper functions of the ParticleID Class.

Author
H. Vogt
Version
May 10, 2004

Definition at line 13 of file lcpid.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lcpiddelete ( PTRTYPE  pid)

Definition at line 17 of file lcpid.cc.

LCIO_DEPRECATED_CAPI int lcpidgetalgorithmtype ( PTRTYPE  pid)

Definition at line 46 of file lcpid.cc.

LCIO_DEPRECATED_CAPI float lcpidgetlikelihood ( PTRTYPE  pid)

Definition at line 41 of file lcpid.cc.

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)

Definition at line 36 of file lcpid.cc.

LCIO_DEPRECATED_CAPI int lcpidgettype ( PTRTYPE  pid)

Definition at line 31 of file lcpid.cc.

LCIO_DEPRECATED_CAPI int lcpidid ( PTRTYPE  pid)

Definition at line 26 of file lcpid.cc.

LCIO_DEPRECATED_CAPI int lcpidsetalgorithmtype ( PTRTYPE  pid,
int  algo 
)

Definition at line 87 of file lcpid.cc.

LCIO_DEPRECATED_CAPI int lcpidsetlikelihood ( PTRTYPE  pid,
float  logl 
)

Definition at line 81 of file lcpid.cc.

LCIO_DEPRECATED_CAPI int lcpidsetpdg ( PTRTYPE  pid,
int  pdg 
)

Definition at line 75 of file lcpid.cc.

LCIO_DEPRECATED_CAPI int lcpidsettype ( PTRTYPE  pid,
int  type 
)

Definition at line 69 of file lcpid.cc.