LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lccah.cc File Reference
#include "CPPFORT/lccah.h"
#include "lcio.h"
#include "IMPL/CalorimeterHitImpl.h"
+ Include dependency graph for lccah.cc:

Go to the source code of this file.

Functions

PTRTYPE lccahcreate ()
 Header file for the f77-wrapper functions of the CalorimeterHitImpl class. More...
 
int lccahdelete (PTRTYPE calhit)
 
int lccahid (PTRTYPE calhit)
 
int lccahgetcellid0 (PTRTYPE calhit)
 
int lccahgetcellid1 (PTRTYPE calhit)
 
float lccahgetenergy (PTRTYPE calhit)
 
float lccahgetenergyerr (PTRTYPE calhit)
 
float lccahgettime (PTRTYPE calhit)
 
int lccahgetposition (PTRTYPE calhit, float *pos)
 
int lccahgettype (PTRTYPE calhit)
 
PTRTYPE lccahgetrawhit (PTRTYPE calhit)
 
int lccahsetcellid0 (PTRTYPE calhit, int id0)
 
int lccahsetcellid1 (PTRTYPE calhit, int id1)
 
int lccahsetenergy (PTRTYPE calhit, float en)
 
int lccahsetenergyerr (PTRTYPE calhit, float enerr)
 
int lccahsettime (PTRTYPE calhit, float time)
 
int lccahsetposition (PTRTYPE calhit, float pos[3])
 
int lccahsettype (PTRTYPE calhit, int type)
 
int lccahsetrawhit (PTRTYPE calhit, PTRTYPE rawHit)
 

Function Documentation

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.

int lccahdelete ( PTRTYPE  calhit)

Definition at line 13 of file lccah.cc.

int lccahgetcellid0 ( PTRTYPE  calhit)

Definition at line 23 of file lccah.cc.

int lccahgetcellid1 ( PTRTYPE  calhit)

Definition at line 27 of file lccah.cc.

float lccahgetenergy ( PTRTYPE  calhit)

Definition at line 31 of file lccah.cc.

float lccahgetenergyerr ( PTRTYPE  calhit)

Definition at line 35 of file lccah.cc.

int lccahgetposition ( PTRTYPE  calhit,
float *  pos 
)

Definition at line 43 of file lccah.cc.

PTRTYPE lccahgetrawhit ( PTRTYPE  calhit)

Definition at line 53 of file lccah.cc.

References C2F_POINTER.

float lccahgettime ( PTRTYPE  calhit)

Definition at line 39 of file lccah.cc.

int lccahgettype ( PTRTYPE  calhit)

Definition at line 48 of file lccah.cc.

int lccahid ( PTRTYPE  calhit)

Definition at line 18 of file lccah.cc.

int lccahsetcellid0 ( PTRTYPE  calhit,
int  id0 
)

Definition at line 58 of file lccah.cc.

int lccahsetcellid1 ( PTRTYPE  calhit,
int  id1 
)

Definition at line 63 of file lccah.cc.

int lccahsetenergy ( PTRTYPE  calhit,
float  en 
)

Definition at line 68 of file lccah.cc.

int lccahsetenergyerr ( PTRTYPE  calhit,
float  enerr 
)

Definition at line 73 of file lccah.cc.

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

Definition at line 83 of file lccah.cc.

int lccahsetrawhit ( PTRTYPE  calhit,
PTRTYPE  rawHit 
)

Definition at line 93 of file lccah.cc.

int lccahsettime ( PTRTYPE  calhit,
float  time 
)

Definition at line 78 of file lccah.cc.

int lccahsettype ( PTRTYPE  calhit,
int  type 
)

Definition at line 88 of file lccah.cc.