#include <voxel.h>
|
| | Voxel_tpc () |
| |
| | Voxel_tpc (int row, int phi, int z, double pos[3], double posRPhi[2], double edep, double rPhiRes, double zRes) |
| |
| | Voxel_tpc (int row, int phi, int z, CLHEP::Hep3Vector coord, double edep, double rPhiRes, double zRes) |
| |
| | ~Voxel_tpc () |
| |
| void | setAdjacent (Voxel_tpc *p_voxel) |
| |
| void | setIsClusterHit () |
| |
| void | setIsMerged () |
| |
| bool | IsClusterHit () |
| |
| bool | IsMerged () |
| |
| int | clusterFind (vector< Voxel_tpc * > *hitList) |
| |
| int | getRowIndex () |
| |
| int | getPhiIndex () |
| |
| int | getZIndex () |
| |
| Voxel_tpc * | getFirstAdjacent () |
| |
| Voxel_tpc * | getAdjacent (int i) |
| |
| int | getNumberOfAdjacent () |
| |
| double | getX () |
| |
| double | getY () |
| |
| double | getZ () |
| |
| double | getR () |
| |
| double | getPhi () |
| |
| double | getEDep () |
| |
| double | getRPhiRes () |
| |
| double | getZRes () |
| |
| const CLHEP::Hep3Vector | getHep3Vector () |
| |
Definition at line 16 of file voxel.h.
| Voxel_tpc::Voxel_tpc |
( |
int |
row, |
|
|
int |
phi, |
|
|
int |
z, |
|
|
double |
pos[3], |
|
|
double |
posRPhi[2], |
|
|
double |
edep, |
|
|
double |
rPhiRes, |
|
|
double |
zRes |
|
) |
| |
| Voxel_tpc::Voxel_tpc |
( |
int |
row, |
|
|
int |
phi, |
|
|
int |
z, |
|
|
CLHEP::Hep3Vector |
coord, |
|
|
double |
edep, |
|
|
double |
rPhiRes, |
|
|
double |
zRes |
|
) |
| |
| Voxel_tpc::~Voxel_tpc |
( |
| ) |
|
| int Voxel_tpc::clusterFind |
( |
vector< Voxel_tpc * > * |
hitList | ) |
|
| double Voxel_tpc::getEDep |
( |
| ) |
|
|
inline |
| const CLHEP::Hep3Vector Voxel_tpc::getHep3Vector |
( |
| ) |
|
|
inline |
| int Voxel_tpc::getNumberOfAdjacent |
( |
| ) |
|
|
inline |
| double Voxel_tpc::getPhi |
( |
| ) |
|
|
inline |
| int Voxel_tpc::getPhiIndex |
( |
| ) |
|
|
inline |
| double Voxel_tpc::getR |
( |
| ) |
|
|
inline |
| int Voxel_tpc::getRowIndex |
( |
| ) |
|
|
inline |
| double Voxel_tpc::getRPhiRes |
( |
| ) |
|
|
inline |
| double Voxel_tpc::getX |
( |
| ) |
|
|
inline |
| double Voxel_tpc::getY |
( |
| ) |
|
|
inline |
| double Voxel_tpc::getZ |
( |
| ) |
|
|
inline |
| int Voxel_tpc::getZIndex |
( |
| ) |
|
|
inline |
| double Voxel_tpc::getZRes |
( |
| ) |
|
|
inline |
| bool Voxel_tpc::IsClusterHit |
( |
| ) |
|
|
inline |
| bool Voxel_tpc::IsMerged |
( |
| ) |
|
|
inline |
| void Voxel_tpc::setAdjacent |
( |
Voxel_tpc * |
p_voxel | ) |
|
|
inline |
| void Voxel_tpc::setIsClusterHit |
( |
| ) |
|
|
inline |
| void Voxel_tpc::setIsMerged |
( |
| ) |
|
|
inline |
| vector<Voxel_tpc *> Voxel_tpc::_adjacent_voxels {} |
|
private |
| CLHEP::Hep3Vector Voxel_tpc::_coord {} |
|
private |
| double Voxel_tpc::_edep {} |
|
private |
| bool Voxel_tpc::_isClusterHit {} |
|
private |
| bool Voxel_tpc::_isMerged {} |
|
private |
| int Voxel_tpc::_phi_index {} |
|
private |
| int Voxel_tpc::_row_index {} |
|
private |
| double Voxel_tpc::_rPhiRes {} |
|
private |
| int Voxel_tpc::_z_index {} |
|
private |
| double Voxel_tpc::_zRes {} |
|
private |
The documentation for this class was generated from the following files:
- /afs/desy.de/user/d/dudarboh/analysis/iLCSoft/MarlinReco/TrackDigi/TPCDigi/include/voxel.h
- /afs/desy.de/user/d/dudarboh/analysis/iLCSoft/MarlinReco/TrackDigi/TPCDigi/src/voxel.cc