CbmRoot
|
#include <HitFinderPars.h>
Public Attributes | |
double | padSizeX = 0 |
double | padSizeY = 0 |
double | padSizeErrX = 0 |
double | padSizeErrY = 0 |
uint16_t | address = 0 |
int | orientation = 0 |
std::vector< HitFinderRowPar > | rowPar |
ROOT::Math::XYZVector | translation |
ROOT::Math::Rotation3D | rotation |
Definition at line 22 of file HitFinderPars.h.
uint16_t cbm::algo::trd::HitFinderModPar::address = 0 |
Definition at line 27 of file HitFinderPars.h.
Referenced by cbm::algo::trd::Clusterizer::addClusters(), CreateTestModule(), cbm::algo::trd::Hitfind::Hitfind(), and cbm::algo::trd::HitFinder::MakeHit().
int cbm::algo::trd::HitFinderModPar::orientation = 0 |
Definition at line 28 of file HitFinderPars.h.
Referenced by CreateTestModule(), cbm::algo::trd::Hitfind::Hitfind(), cbm::algo::trd::HitFinder::MakeHit(), and cbm::algo::trd::HitFinder::TransformHitError().
double cbm::algo::trd::HitFinderModPar::padSizeErrX = 0 |
Definition at line 25 of file HitFinderPars.h.
Referenced by CreateTestModule(), and cbm::algo::trd::Hitfind::Hitfind().
double cbm::algo::trd::HitFinderModPar::padSizeErrY = 0 |
Definition at line 26 of file HitFinderPars.h.
Referenced by CreateTestModule(), cbm::algo::trd::Hitfind::Hitfind(), and cbm::algo::trd::HitFinder::MakeHit().
double cbm::algo::trd::HitFinderModPar::padSizeX = 0 |
Definition at line 23 of file HitFinderPars.h.
Referenced by CreateTestModule(), and cbm::algo::trd::Hitfind::Hitfind().
double cbm::algo::trd::HitFinderModPar::padSizeY = 0 |
Definition at line 24 of file HitFinderPars.h.
Referenced by CreateTestModule(), and cbm::algo::trd::Hitfind::Hitfind().
ROOT::Math::Rotation3D cbm::algo::trd::HitFinderModPar::rotation |
Definition at line 31 of file HitFinderPars.h.
Referenced by cbm::algo::trd::Hitfind::Hitfind(), and cbm::algo::trd::HitFinder::MakeHit().
std::vector<HitFinderRowPar> cbm::algo::trd::HitFinderModPar::rowPar |
Definition at line 29 of file HitFinderPars.h.
Referenced by cbm::algo::trd::Clusterizer::addClusters(), CreateTestModule(), cbm::algo::trd::HitFinder::GetPadRowCol(), cbm::algo::trd::Hitfind::Hitfind(), cbm::algo::trd::HitFinder::IsClusterComplete(), cbm::algo::trd::HitFinder::MakeHit(), and cbm::algo::trd::Clusterizer::operator()().
ROOT::Math::XYZVector cbm::algo::trd::HitFinderModPar::translation |
Definition at line 30 of file HitFinderPars.h.
Referenced by cbm::algo::trd::Hitfind::Hitfind(), and cbm::algo::trd::HitFinder::MakeHit().