LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcmcp.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lcmcp.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 lcmcpcreate ()
 Header file for the f77-wrapper functions of the LCMCParticleImpl class. More...
 
LCIO_DEPRECATED_CAPI int lcmcpdelete (PTRTYPE mcparticle)
 
LCIO_DEPRECATED_CAPI int lcmcpgetnumberofparents (PTRTYPE mcparticle)
 
LCIO_DEPRECATED_CAPI PTRTYPE lcmcpgetparent (PTRTYPE mcparticle, int i)
 
LCIO_DEPRECATED_CAPI PTRTYPE lcmcpgetdaughter (PTRTYPE mcparticle, int i)
 
LCIO_DEPRECATED_CAPI int lcmcpgetendpoint (PTRTYPE mcparticle, double *ep)
 
LCIO_DEPRECATED_CAPI int lcmcpgetnumberofdaughters (PTRTYPE mcparticle)
 
LCIO_DEPRECATED_CAPI int lcmcpgetpdg (PTRTYPE mcparticle)
 
LCIO_DEPRECATED_CAPI int lcmcpgetgeneratorstatus (PTRTYPE mcparticle)
 
LCIO_DEPRECATED_CAPI int lcmcpgetsimulatorstatus (PTRTYPE mcparticle)
 
LCIO_DEPRECATED_CAPI int lcmcpgetvertex (PTRTYPE mcparticle, double *vtx)
 
LCIO_DEPRECATED_CAPI float lcmcpgettime (PTRTYPE mcparticle)
 
LCIO_DEPRECATED_CAPI int lcmcpgetmomentum (PTRTYPE mcparticle, double *p)
 
LCIO_DEPRECATED_CAPI double lcmcpgetmass (PTRTYPE mcparticle)
 
LCIO_DEPRECATED_CAPI float lcmcpgetcharge (PTRTYPE mcparticle)
 
LCIO_DEPRECATED_CAPI double lcmcpgetenergy (PTRTYPE mcparticle)
 
LCIO_DEPRECATED_CAPI int lcmcpgetspin (PTRTYPE mcparticle, float *spin)
 
LCIO_DEPRECATED_CAPI int lcmcpgetcolorflow (PTRTYPE mcparticle, int *cflow)
 
LCIO_DEPRECATED_CAPI int lcmcpaddparent (PTRTYPE mcparticle, PTRTYPE parent)
 
LCIO_DEPRECATED_CAPI int lcmcpsetpdg (PTRTYPE mcparticle, int pdg)
 
LCIO_DEPRECATED_CAPI int lcmcpsetgeneratorstatus (PTRTYPE mcparticle, int status)
 
LCIO_DEPRECATED_CAPI int lcmcpsetsimulatorstatus (PTRTYPE mcparticle, int status)
 
LCIO_DEPRECATED_CAPI int lcmcpsetvertex (PTRTYPE mcparticle, double vtx[3])
 
LCIO_DEPRECATED_CAPI int lcmcpsetendpoint (PTRTYPE mcparticle, double pnt[3])
 
LCIO_DEPRECATED_CAPI int lcmcpsetmomentum (PTRTYPE mcparticle, float p[3])
 
LCIO_DEPRECATED_CAPI int lcmcpsetmass (PTRTYPE mcparticle, float m)
 
LCIO_DEPRECATED_CAPI int lcmcpsetcharge (PTRTYPE mcparticle, float c)
 
LCIO_DEPRECATED_CAPI int lcmcpsetspin (PTRTYPE mcparticle, float spin[3])
 
LCIO_DEPRECATED_CAPI int lcmcpsetcolorflow (PTRTYPE mcparticle, int cflow[2])
 

Function Documentation

LCIO_DEPRECATED_CAPI int lcmcpaddparent ( PTRTYPE  mcparticle,
PTRTYPE  parent 
)

Definition at line 103 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcmcpcreate ( )

Header file for the f77-wrapper functions of the LCMCParticleImpl class.

Author
F. Gaede
Version
Oct 11, 2003

Definition at line 11 of file lcmcp.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lcmcpdelete ( PTRTYPE  mcparticle)

Definition at line 22 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI float lcmcpgetcharge ( PTRTYPE  mcparticle)

Definition at line 82 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpgetcolorflow ( PTRTYPE  mcparticle,
int *  cflow 
)

Definition at line 96 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcmcpgetdaughter ( PTRTYPE  mcparticle,
int  i 
)

Definition at line 39 of file lcmcp.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lcmcpgetendpoint ( PTRTYPE  mcparticle,
double *  ep 
)

Definition at line 43 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI double lcmcpgetenergy ( PTRTYPE  mcparticle)

Definition at line 86 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpgetgeneratorstatus ( PTRTYPE  mcparticle)

Definition at line 56 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI double lcmcpgetmass ( PTRTYPE  mcparticle)

Definition at line 78 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpgetmomentum ( PTRTYPE  mcparticle,
double *  p 
)

Definition at line 73 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpgetnumberofdaughters ( PTRTYPE  mcparticle)

Definition at line 48 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpgetnumberofparents ( PTRTYPE  mcparticle)

Definition at line 27 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcmcpgetparent ( PTRTYPE  mcparticle,
int  i 
)

Definition at line 31 of file lcmcp.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lcmcpgetpdg ( PTRTYPE  mcparticle)

Definition at line 52 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpgetsimulatorstatus ( PTRTYPE  mcparticle)

Definition at line 60 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpgetspin ( PTRTYPE  mcparticle,
float *  spin 
)

Definition at line 91 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI float lcmcpgettime ( PTRTYPE  mcparticle)

Definition at line 69 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpgetvertex ( PTRTYPE  mcparticle,
double *  vtx 
)

Definition at line 64 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpsetcharge ( PTRTYPE  mcparticle,
float  c 
)

Definition at line 156 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpsetcolorflow ( PTRTYPE  mcparticle,
int  cflow[2] 
)

Definition at line 166 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpsetendpoint ( PTRTYPE  mcparticle,
double  pnt[3] 
)

Definition at line 141 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpsetgeneratorstatus ( PTRTYPE  mcparticle,
int  status 
)

Definition at line 126 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpsetmass ( PTRTYPE  mcparticle,
float  m 
)

Definition at line 151 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpsetmomentum ( PTRTYPE  mcparticle,
float  p[3] 
)

Definition at line 146 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpsetpdg ( PTRTYPE  mcparticle,
int  pdg 
)

Definition at line 121 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpsetsimulatorstatus ( PTRTYPE  mcparticle,
int  status 
)

Definition at line 131 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpsetspin ( PTRTYPE  mcparticle,
float  spin[3] 
)

Definition at line 161 of file lcmcp.cc.

LCIO_DEPRECATED_CAPI int lcmcpsetvertex ( PTRTYPE  mcparticle,
double  vtx[3] 
)

Definition at line 136 of file lcmcp.cc.