LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions
lcclu.h File Reference
#include "cfortran.h"
#include "cpointer.h"
#include "deprecation.h"
+ Include dependency graph for lcclu.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 lcclucreate ()
 Header file for the f77-wrapper functions of the Cluster Class. More...
 
LCIO_DEPRECATED_CAPI int lccludelete (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI int lccluid (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI int lcclugettype (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI float lcclugetenergy (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI float lcclugetenergyerr (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI int lcclugetposition (PTRTYPE clu, float *pos)
 
LCIO_DEPRECATED_CAPI int lcclugetpositionerror (PTRTYPE clu, float *poserr)
 
LCIO_DEPRECATED_CAPI float lcclugetitheta (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI float lcclugetiphi (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI int lcclugetdirectionerror (PTRTYPE clu, float *direrr)
 
LCIO_DEPRECATED_CAPI PTRTYPE lcclugetshape (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI PTRTYPE lcclugetparticleids (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI PTRTYPE lcclugetclusters (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI PTRTYPE lcclugetcalorimeterhits (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI PTRTYPE lcclugetsubdetectorenergies (PTRTYPE clu)
 
LCIO_DEPRECATED_CAPI int lcclusettypebit (PTRTYPE clu, int index, int val)
 
LCIO_DEPRECATED_CAPI int lcclusetenergy (PTRTYPE clu, float energy)
 
LCIO_DEPRECATED_CAPI int lcclusetenergyerr (PTRTYPE clu, float enerr)
 
LCIO_DEPRECATED_CAPI int lcclusetposition (PTRTYPE clu, float *refpoint)
 
LCIO_DEPRECATED_CAPI int lcclusetpositionerror (PTRTYPE clu, float *poserr)
 
LCIO_DEPRECATED_CAPI int lcclusetitheta (PTRTYPE clu, float theta)
 
LCIO_DEPRECATED_CAPI int lcclusetiphi (PTRTYPE clu, float phi)
 
LCIO_DEPRECATED_CAPI int lcclusetdirectionerror (PTRTYPE clu, float *direrr)
 
LCIO_DEPRECATED_CAPI int lcclusetshape (PTRTYPE clu, PTRTYPE pshapevec)
 
LCIO_DEPRECATED_CAPI int lccluaddparticleid (PTRTYPE clu, PTRTYPE pid)
 
LCIO_DEPRECATED_CAPI int lccluaddcluster (PTRTYPE clu, PTRTYPE clus)
 
LCIO_DEPRECATED_CAPI int lccluaddhit (PTRTYPE clu, PTRTYPE calohit, float weigth)
 
LCIO_DEPRECATED_CAPI int lcclugethitcontributions (PTRTYPE clu, float *ener, int *nener)
 
LCIO_DEPRECATED_CAPI int lcclusetsubdetectorenergies (PTRTYPE cluster, float *floatv, const int nfloatv)
 

Function Documentation

LCIO_DEPRECATED_CAPI int lccluaddcluster ( PTRTYPE  clu,
PTRTYPE  clus 
)

Definition at line 222 of file lcclu.cc.

References UTIL::Cluster.

LCIO_DEPRECATED_CAPI int lccluaddhit ( PTRTYPE  clu,
PTRTYPE  calohit,
float  weigth 
)

Definition at line 229 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lccluaddparticleid ( PTRTYPE  clu,
PTRTYPE  pid 
)

Definition at line 215 of file lcclu.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcclucreate ( )

Header file for the f77-wrapper functions of the Cluster Class.

Author
H. Vogt
Version
May 10, 2004

Definition at line 12 of file lcclu.cc.

References C2F_POINTER.

LCIO_DEPRECATED_CAPI int lccludelete ( PTRTYPE  clu)

Definition at line 16 of file lcclu.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcclugetcalorimeterhits ( PTRTYPE  clu)

Definition at line 106 of file lcclu.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcclugetclusters ( PTRTYPE  clu)

Definition at line 100 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclugetdirectionerror ( PTRTYPE  clu,
float *  direrr 
)
LCIO_DEPRECATED_CAPI float lcclugetenergy ( PTRTYPE  clu)

Definition at line 40 of file lcclu.cc.

LCIO_DEPRECATED_CAPI float lcclugetenergyerr ( PTRTYPE  clu)

Definition at line 44 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclugethitcontributions ( PTRTYPE  clu,
float *  ener,
int *  nener 
)

Definition at line 118 of file lcclu.cc.

References std::endl().

LCIO_DEPRECATED_CAPI float lcclugetiphi ( PTRTYPE  clu)

Definition at line 65 of file lcclu.cc.

LCIO_DEPRECATED_CAPI float lcclugetitheta ( PTRTYPE  clu)

Definition at line 60 of file lcclu.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcclugetparticleids ( PTRTYPE  clu)

Definition at line 94 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclugetposition ( PTRTYPE  clu,
float *  pos 
)

Definition at line 48 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclugetpositionerror ( PTRTYPE  clu,
float *  poserr 
)
LCIO_DEPRECATED_CAPI PTRTYPE lcclugetshape ( PTRTYPE  clu)

Definition at line 88 of file lcclu.cc.

LCIO_DEPRECATED_CAPI PTRTYPE lcclugetsubdetectorenergies ( PTRTYPE  clu)

Definition at line 112 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclugettype ( PTRTYPE  clu)

Definition at line 30 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lccluid ( PTRTYPE  clu)

Definition at line 25 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclusetdirectionerror ( PTRTYPE  clu,
float *  direrr 
)
LCIO_DEPRECATED_CAPI int lcclusetenergy ( PTRTYPE  clu,
float  energy 
)

Definition at line 146 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclusetenergyerr ( PTRTYPE  clu,
float  enerr 
)

Definition at line 152 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclusetiphi ( PTRTYPE  clu,
float  phi 
)

Definition at line 177 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclusetitheta ( PTRTYPE  clu,
float  theta 
)

Definition at line 171 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclusetposition ( PTRTYPE  clu,
float *  refpoint 
)
LCIO_DEPRECATED_CAPI int lcclusetpositionerror ( PTRTYPE  clu,
float *  poserr 
)
LCIO_DEPRECATED_CAPI int lcclusetshape ( PTRTYPE  clu,
PTRTYPE  pshapevec 
)

Definition at line 189 of file lcclu.cc.

LCIO_DEPRECATED_CAPI int lcclusetsubdetectorenergies ( PTRTYPE  cluster,
float *  floatv,
const int  nfloatv 
)

Definition at line 236 of file lcclu.cc.

References std::vector< T >::resize().

LCIO_DEPRECATED_CAPI int lcclusettypebit ( PTRTYPE  clu,
int  index,
int  val 
)

Definition at line 140 of file lcclu.cc.