8 #ifndef TRACKRECO_PHHOUGHSEEDING_H
9 #define TRACKRECO_PHHOUGHSEEDING_H
14 #include <HelixHough/SimpleHit3D.h>
15 #include <HelixHough/SimpleTrack3D.h>
16 #include <HelixHough/VertexFinder.h>
48 const std::string &
name =
"PHHoughSeeding",
49 unsigned int nlayers_maps = 3,
50 unsigned int nlayers_intt = 8,
51 unsigned int nlayers_tpc = 60,
52 unsigned int seeding_nlayer = 12,
53 unsigned int min_seeding_nlayer = 4
198 std::cout <<
"PHHoughSeeding::setVoteErrorScale : scale must be "
199 "greater than zero ... doing nothing"
212 std::cout <<
"PHHoughSeeding::setFitErrorScale : scale must be "
213 "greater than zero ... doing nothing"
410 float d,
float kappa,
float z0,
float dzdl,
411 Eigen::Matrix<float, 5, 5>
const &input,
412 Eigen::Matrix<float, 6, 6> &output);