LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lccah.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lccah.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 lccahcreate ()
 Header file for the f77-wrapper functions of the CalorimeterHitImpl class. More...
 
LCIO_DEPRECATED_CAPI int lccahdelete (PTRTYPE calhit)
 
LCIO_DEPRECATED_CAPI int lccahid (PTRTYPE calhit)
 
LCIO_DEPRECATED_CAPI int lccahgetcellid0 (PTRTYPE calhit)
 
LCIO_DEPRECATED_CAPI int lccahgetcellid1 (PTRTYPE calhit)
 
LCIO_DEPRECATED_CAPI float lccahgetenergy (PTRTYPE calhit)
 
LCIO_DEPRECATED_CAPI float lccahgetenergyerr (PTRTYPE calhit)
 
LCIO_DEPRECATED_CAPI float lccahgettime (PTRTYPE calhit)
 
LCIO_DEPRECATED_CAPI int lccahgetposition (PTRTYPE calhit, float *)
 
LCIO_DEPRECATED_CAPI int lccahgettype (PTRTYPE calhit)
 
LCIO_DEPRECATED_CAPI PTRTYPE lccahgetrawhit (PTRTYPE calhit)
 
LCIO_DEPRECATED_CAPI int lccahsetcellid0 (PTRTYPE calhit, int id0)
 
LCIO_DEPRECATED_CAPI int lccahsetcellid1 (PTRTYPE calhit, int id1)
 
LCIO_DEPRECATED_CAPI int lccahsetenergy (PTRTYPE calhit, float en)
 
LCIO_DEPRECATED_CAPI int lccahsetenergyerr (PTRTYPE calhit, float enerr)
 
LCIO_DEPRECATED_CAPI int lccahsettime (PTRTYPE calhit, float time)
 
LCIO_DEPRECATED_CAPI int lccahsetposition (PTRTYPE calhit, float pos[3])
 
LCIO_DEPRECATED_CAPI int lccahsettype (PTRTYPE calhit, int type)
 
LCIO_DEPRECATED_CAPI int lccahsetrawhit (PTRTYPE calhit, PTRTYPE rawHit)
 

Function Documentation

LCIO_DEPRECATED_CAPI PTRTYPE lccahcreate ( )

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

Author
F. Gaede
Version
Oct 11, 2003

Definition at line 9 of file lccah.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lccahdelete ( PTRTYPE  calhit)

Definition at line 13 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahgetcellid0 ( PTRTYPE  calhit)

Definition at line 23 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahgetcellid1 ( PTRTYPE  calhit)

Definition at line 27 of file lccah.cc.

LCIO_DEPRECATED_CAPI float lccahgetenergy ( PTRTYPE  calhit)

Definition at line 31 of file lccah.cc.

LCIO_DEPRECATED_CAPI float lccahgetenergyerr ( PTRTYPE  calhit)

Definition at line 35 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahgetposition ( PTRTYPE  calhit,
float *   
)

Definition at line 43 of file lccah.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lccahgetrawhit ( PTRTYPE  calhit)

Definition at line 53 of file lccah.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI float lccahgettime ( PTRTYPE  calhit)

Definition at line 39 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahgettype ( PTRTYPE  calhit)

Definition at line 48 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahid ( PTRTYPE  calhit)

Definition at line 18 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahsetcellid0 ( PTRTYPE  calhit,
int  id0 
)

Definition at line 58 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahsetcellid1 ( PTRTYPE  calhit,
int  id1 
)

Definition at line 63 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahsetenergy ( PTRTYPE  calhit,
float  en 
)

Definition at line 68 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahsetenergyerr ( PTRTYPE  calhit,
float  enerr 
)

Definition at line 73 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahsetposition ( PTRTYPE  calhit,
float  pos[3] 
)

Definition at line 83 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahsetrawhit ( PTRTYPE  calhit,
PTRTYPE  rawHit 
)

Definition at line 93 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahsettime ( PTRTYPE  calhit,
float  time 
)

Definition at line 78 of file lccah.cc.

LCIO_DEPRECATED_CAPI int lccahsettype ( PTRTYPE  calhit,
int  type 
)

Definition at line 88 of file lccah.cc.