LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcsth.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lcsth.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 lcsthcreate ()
 Header file for the f77-wrapper functions of the SimTrackerHitImpl class. More...
 
LCIO_DEPRECATED_CAPI int lcsthdelete (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI int lcsthgetcellid (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI int lcsthgetcellid0 (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI int lcsthgetcellid1 (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI double lcsthgetposition (PTRTYPE hit, int index)
 
LCIO_DEPRECATED_CAPI float lcsthgetmomentum (PTRTYPE hit, int index)
 
LCIO_DEPRECATED_CAPI float lcsthgetpathlength (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI float lcsthgetdedx (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI float lcsthgetedep (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI float lcsthgettime (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI int lcsthgetquality (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI PTRTYPE lcsthgetmcparticle (PTRTYPE hit)
 
LCIO_DEPRECATED_CAPI int lcsthsetcellid0 (PTRTYPE hit, int id)
 
LCIO_DEPRECATED_CAPI int lcsthsetcellid1 (PTRTYPE hit, int id)
 
LCIO_DEPRECATED_CAPI int lcsthsetposition (PTRTYPE hit, double pos[3])
 
LCIO_DEPRECATED_CAPI int lcsthsetmomentum (PTRTYPE hit, float pos[3])
 
LCIO_DEPRECATED_CAPI int lcsthsetmomentumxyz (PTRTYPE hit, float px, float py, float pz)
 
LCIO_DEPRECATED_CAPI int lcsthsetpathlength (PTRTYPE hit, float pathLength)
 
LCIO_DEPRECATED_CAPI int lcsthsetdedx (PTRTYPE hit, float dEdX)
 
LCIO_DEPRECATED_CAPI int lcsthsetedep (PTRTYPE hit, float e)
 
LCIO_DEPRECATED_CAPI int lcsthsettime (PTRTYPE hit, float t)
 
LCIO_DEPRECATED_CAPI int lcsthsetmcparticle (PTRTYPE hit, PTRTYPE particle)
 
LCIO_DEPRECATED_CAPI int lcsthsetquality (PTRTYPE hit, int quality)
 

Function Documentation

LCIO_DEPRECATED_CAPI PTRTYPE lcsthcreate ( )

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

Author
F. Gaede
Version
Oct 10, 2003

Definition at line 14 of file lcsth.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lcsthdelete ( PTRTYPE  hit)

Definition at line 19 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthgetcellid ( PTRTYPE  hit)

Definition at line 25 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthgetcellid0 ( PTRTYPE  hit)

Definition at line 29 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthgetcellid1 ( PTRTYPE  hit)

Definition at line 34 of file lcsth.cc.

LCIO_DEPRECATED_CAPI float lcsthgetdedx ( PTRTYPE  hit)

Definition at line 56 of file lcsth.cc.

LCIO_DEPRECATED_CAPI float lcsthgetedep ( PTRTYPE  hit)

Definition at line 61 of file lcsth.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcsthgetmcparticle ( PTRTYPE  hit)

Definition at line 71 of file lcsth.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI float lcsthgetmomentum ( PTRTYPE  hit,
int  index 
)

Definition at line 45 of file lcsth.cc.

LCIO_DEPRECATED_CAPI float lcsthgetpathlength ( PTRTYPE  hit)

Definition at line 50 of file lcsth.cc.

LCIO_DEPRECATED_CAPI double lcsthgetposition ( PTRTYPE  hit,
int  index 
)

Definition at line 40 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthgetquality ( PTRTYPE  hit)

Definition at line 76 of file lcsth.cc.

LCIO_DEPRECATED_CAPI float lcsthgettime ( PTRTYPE  hit)

Definition at line 66 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsetcellid0 ( PTRTYPE  hit,
int  id 
)

Definition at line 81 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsetcellid1 ( PTRTYPE  hit,
int  id 
)

Definition at line 86 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsetdedx ( PTRTYPE  hit,
float  dEdX 
)

Definition at line 117 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsetedep ( PTRTYPE  hit,
float  e 
)

Definition at line 123 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsetmcparticle ( PTRTYPE  hit,
PTRTYPE  particle 
)

Definition at line 135 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsetmomentum ( PTRTYPE  hit,
float  pos[3] 
)

Definition at line 98 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsetmomentumxyz ( PTRTYPE  hit,
float  px,
float  py,
float  pz 
)

Definition at line 104 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsetpathlength ( PTRTYPE  hit,
float  pathLength 
)

Definition at line 110 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsetposition ( PTRTYPE  hit,
double  pos[3] 
)

Definition at line 92 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsetquality ( PTRTYPE  hit,
int  quality 
)

Definition at line 142 of file lcsth.cc.

LCIO_DEPRECATED_CAPI int lcsthsettime ( PTRTYPE  hit,
float  t 
)

Definition at line 129 of file lcsth.cc.