LCIO
02.17
|
#include "CPPFORT/lcsth.h"
#include "lcio.h"
#include "Exceptions.h"
#include "IOIMPL/LCFactory.h"
#include "IMPL/LCCollectionVec.h"
#include "IMPL/SimTrackerHitImpl.h"
#include "IMPL/LCTOOLS.h"
#include <iostream>
Go to the source code of this file.
Functions | |
PTRTYPE | lcsthcreate () |
Header file for the f77-wrapper functions of the SimTrackerHitImpl class. More... | |
int | lcsthdelete (PTRTYPE hit) |
int | lcsthgetcellid (PTRTYPE hit) |
int | lcsthgetcellid0 (PTRTYPE hit) |
int | lcsthgetcellid1 (PTRTYPE hit) |
double | lcsthgetposition (PTRTYPE hit, int index) |
float | lcsthgetmomentum (PTRTYPE hit, int index) |
float | lcsthgetpathlength (PTRTYPE hit) |
float | lcsthgetdedx (PTRTYPE hit) |
float | lcsthgetedep (PTRTYPE hit) |
float | lcsthgettime (PTRTYPE hit) |
PTRTYPE | lcsthgetmcparticle (PTRTYPE hit) |
int | lcsthgetquality (PTRTYPE hit) |
int | lcsthsetcellid0 (PTRTYPE hit, int id) |
int | lcsthsetcellid1 (PTRTYPE hit, int id) |
int | lcsthsetposition (PTRTYPE hit, double pos[3]) |
int | lcsthsetmomentum (PTRTYPE hit, float pos[3]) |
int | lcsthsetmomentumxyz (PTRTYPE hit, float px, float py, float pz) |
int | lcsthsetpathlength (PTRTYPE hit, float pathLength) |
int | lcsthsetdedx (PTRTYPE hit, float dEdX) |
int | lcsthsetedep (PTRTYPE hit, float e) |
int | lcsthsettime (PTRTYPE hit, float t) |
int | lcsthsetmcparticle (PTRTYPE hit, PTRTYPE particle) |
int | lcsthsetquality (PTRTYPE hit, int quality) |
PTRTYPE lcsthcreate | ( | ) |
Header file for the f77-wrapper functions of the SimTrackerHitImpl class.
Definition at line 14 of file lcsth.cc.
References C2F_POINTER.
Definition at line 71 of file lcsth.cc.
References C2F_POINTER.
int lcsthsetmomentumxyz | ( | PTRTYPE | hit, |
float | px, | ||
float | py, | ||
float | pz | ||
) |