LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#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 64 of file ProjectionMatchingAlg.h.
Definition at line 66 of file ProjectionMatchingAlg.h.
Definition at line 65 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::FineTuningEps |
Definition at line 72 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::HitTestingDist2D |
Definition at line 80 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::HitWeightU {Name("HitWeightU"), Comment("weights used for hits in U plane")} |
Definition at line 93 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::HitWeightV {Name("HitWeightV"), Comment("weights used for hits in V plane")} |
Definition at line 95 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::HitWeightZ {Name("HitWeightZ"), Comment("weights used for hits in Z plane")} |
Definition at line 97 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::MinTwoViewFraction |
Definition at line 84 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::NodeMargin3D |
Definition at line 89 of file ProjectionMatchingAlg.h.
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::OptimizationEps |
Definition at line 68 of file ProjectionMatchingAlg.h.
Referenced by pma::ProjectionMatchingAlg::ProjectionMatchingAlg().
fhicl::Atom<double> pma::ProjectionMatchingAlg::Config::TrkValidationDist2D |
Definition at line 76 of file ProjectionMatchingAlg.h.