#include <ProjectionMatchingAlg.h>
Public Types | |
using | Name = fhicl::Name |
using | Comment = fhicl::Comment |
Public Attributes | |
fhicl::Atom< double > | OptimizationEps |
fhicl::Atom< double > | FineTuningEps |
fhicl::Atom< double > | TrkValidationDist2D |
fhicl::Atom< double > | HitTestingDist2D |
fhicl::Atom< double > | MinTwoViewFraction |
fhicl::Atom< double > | NodeMargin3D |
fhicl::Atom< double > | HitWeightU {Name("HitWeightU"), Comment("weights used for hits in U plane")} |
fhicl::Atom< double > | HitWeightV {Name("HitWeightV"), Comment("weights used for hits in V plane")} |
fhicl::Atom< double > | HitWeightZ {Name("HitWeightZ"), Comment("weights used for hits in Z plane")} |
Definition at line 55 of file ProjectionMatchingAlg.h.
Definition at line 57 of file ProjectionMatchingAlg.h.
Definition at line 56 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::FineTuningEps |
Definition at line 63 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::HitTestingDist2D |
Definition at line 71 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::HitWeightU {Name("HitWeightU"), Comment("weights used for hits in U plane")} |
Definition at line 84 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::HitWeightV {Name("HitWeightV"), Comment("weights used for hits in V plane")} |
Definition at line 86 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::HitWeightZ {Name("HitWeightZ"), Comment("weights used for hits in Z plane")} |
Definition at line 88 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::MinTwoViewFraction |
Definition at line 75 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::NodeMargin3D |
Definition at line 80 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::OptimizationEps |
Definition at line 59 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::TrkValidationDist2D |
Definition at line 67 of file ProjectionMatchingAlg.h.