#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>
Include dependency graph for lcsth.cc:
Go to the source code of this file.
Functions | |
PTRTYPE | lcsthcreate () |
int | lcsthdelete (PTRTYPE hit) |
int | lcsthgetcellid (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 | lcsthsetcellid (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) |
PTRTYPE lcsthcreate | ( | ) |
int lcsthdelete | ( | PTRTYPE | hit | ) |
int lcsthgetcellid | ( | 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 lcsthsetcellid | ( | 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 | |||
) |