LCIO
02.17
|
#include "CPPFORT/lcsch.h"
#include "lcio.h"
#include "IMPL/SimCalorimeterHitImpl.h"
#include "IMPL/MCParticleImpl.h"
Go to the source code of this file.
Functions | |
PTRTYPE | lcschcreate () |
Header file for the f77-wrapper functions of the SimCalorimeterHitImpl class. More... | |
int | lcschdelete (PTRTYPE simcalhit) |
int | lcschid (PTRTYPE simcalhit) |
int | lcschgetcellid0 (PTRTYPE simcalhit) |
int | lcschgetcellid1 (PTRTYPE simcalhit) |
float | lcschgetenergy (PTRTYPE simcalhit) |
int | lcschgetposition (PTRTYPE simcalhit, float *pos) |
int | lcschgetnmcparticles (PTRTYPE simcalhit) |
int | lcschgetnmccontributions (PTRTYPE simcalhit) |
PTRTYPE | lcschgetparticlecont (PTRTYPE simcalhit, int i) |
float | lcschgetenergycont (PTRTYPE simcalhit, int i) |
float | lcschgettimecont (PTRTYPE simcalhit, int i) |
int | lcschgetpdgcont (PTRTYPE simcalhit, int i) |
int | lcschsetcellid0 (PTRTYPE simcalhit, int id0) |
int | lcschsetcellid1 (PTRTYPE simcalhit, int id1) |
int | lcschsetenergy (PTRTYPE simcalhit, float en) |
int | lcschsetposition (PTRTYPE simcalhit, float pos[3]) |
int | lcschaddmcparticlecontribution (PTRTYPE simcalhit, PTRTYPE mcparticle, float en, float t, int pdg) |
PTRTYPE lcschcreate | ( | ) |
Header file for the f77-wrapper functions of the SimCalorimeterHitImpl class.
Definition at line 11 of file lcsch.cc.
References C2F_POINTER.
Definition at line 55 of file lcsch.cc.
References C2F_POINTER.