LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcsch.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lcsch.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 lcschcreate ()
 Header file for the f77-wrapper functions of the SimCalorimeterHitImpl class. More...
 
LCIO_DEPRECATED_CAPI int lcschdelete (PTRTYPE simcalhit)
 
LCIO_DEPRECATED_CAPI int lcschid (PTRTYPE simcalhit)
 
LCIO_DEPRECATED_CAPI int lcschgetcellid0 (PTRTYPE simcalhit)
 
LCIO_DEPRECATED_CAPI int lcschgetcellid1 (PTRTYPE simcalhit)
 
LCIO_DEPRECATED_CAPI float lcschgetenergy (PTRTYPE simcalhit)
 
LCIO_DEPRECATED_CAPI int lcschgetposition (PTRTYPE simcalhit, float *)
 
LCIO_DEPRECATED_CAPI int lcschgetnmcparticles (PTRTYPE simcalhit)
 
LCIO_DEPRECATED_CAPI int lcschgetnmccontributions (PTRTYPE simcalhit)
 
LCIO_DEPRECATED_CAPI PTRTYPE lcschgetparticlecont (PTRTYPE simcalhit, int i)
 
LCIO_DEPRECATED_CAPI float lcschgetenergycont (PTRTYPE simcalhit, int i)
 
LCIO_DEPRECATED_CAPI float lcschgettimecont (PTRTYPE simcalhit, int i)
 
LCIO_DEPRECATED_CAPI int lcschgetpdgcont (PTRTYPE simcalhit, int i)
 
LCIO_DEPRECATED_CAPI int lcschsetcellid0 (PTRTYPE simcalhit, int id0)
 
LCIO_DEPRECATED_CAPI int lcschsetcellid1 (PTRTYPE simcalhit, int id1)
 
LCIO_DEPRECATED_CAPI int lcschsetenergy (PTRTYPE simcalhit, float en)
 
LCIO_DEPRECATED_CAPI int lcschsetposition (PTRTYPE simcalhit, float pos[3])
 
LCIO_DEPRECATED_CAPI int lcschaddmcparticlecontribution (PTRTYPE simcalhit, PTRTYPE mcparticle, float en, float t, int pdg)
 

Function Documentation

LCIO_DEPRECATED_CAPI int lcschaddmcparticlecontribution ( PTRTYPE  simcalhit,
PTRTYPE  mcparticle,
float  en,
float  t,
int  pdg 
)

Definition at line 94 of file lcsch.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcschcreate ( )

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

Author
F. Gaede
Version
Oct 11, 2003

Definition at line 11 of file lcsch.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lcschdelete ( PTRTYPE  simcalhit)

Definition at line 15 of file lcsch.cc.

LCIO_DEPRECATED_CAPI int lcschgetcellid0 ( PTRTYPE  simcalhit)

Definition at line 28 of file lcsch.cc.

LCIO_DEPRECATED_CAPI int lcschgetcellid1 ( PTRTYPE  simcalhit)

Definition at line 32 of file lcsch.cc.

LCIO_DEPRECATED_CAPI float lcschgetenergy ( PTRTYPE  simcalhit)

Definition at line 36 of file lcsch.cc.

LCIO_DEPRECATED_CAPI float lcschgetenergycont ( PTRTYPE  simcalhit,
int  i 
)

Definition at line 59 of file lcsch.cc.

LCIO_DEPRECATED_CAPI int lcschgetnmccontributions ( PTRTYPE  simcalhit)

Definition at line 50 of file lcsch.cc.

LCIO_DEPRECATED_CAPI int lcschgetnmcparticles ( PTRTYPE  simcalhit)

Definition at line 45 of file lcsch.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcschgetparticlecont ( PTRTYPE  simcalhit,
int  i 
)

Definition at line 55 of file lcsch.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lcschgetpdgcont ( PTRTYPE  simcalhit,
int  i 
)

Definition at line 67 of file lcsch.cc.

LCIO_DEPRECATED_CAPI int lcschgetposition ( PTRTYPE  simcalhit,
float *   
)

Definition at line 40 of file lcsch.cc.

LCIO_DEPRECATED_CAPI float lcschgettimecont ( PTRTYPE  simcalhit,
int  i 
)

Definition at line 63 of file lcsch.cc.

LCIO_DEPRECATED_CAPI int lcschid ( PTRTYPE  simcalhit)

Definition at line 23 of file lcsch.cc.

LCIO_DEPRECATED_CAPI int lcschsetcellid0 ( PTRTYPE  simcalhit,
int  id0 
)

Definition at line 74 of file lcsch.cc.

LCIO_DEPRECATED_CAPI int lcschsetcellid1 ( PTRTYPE  simcalhit,
int  id1 
)

Definition at line 79 of file lcsch.cc.

LCIO_DEPRECATED_CAPI int lcschsetenergy ( PTRTYPE  simcalhit,
float  en 
)

Definition at line 84 of file lcsch.cc.

LCIO_DEPRECATED_CAPI int lcschsetposition ( PTRTYPE  simcalhit,
float  pos[3] 
)

Definition at line 89 of file lcsch.cc.