LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "PMAlgVertexing.h"
Public Types | |
using | Name = fhicl::Name |
using | Comment = fhicl::Comment |
Public Attributes | |
fhicl::Atom< double > | MinTrackLength |
fhicl::Atom< bool > | FindKinks |
fhicl::Atom< double > | KinkMinDeg {Name("KinkMinDeg"), Comment("min. angle [deg] in XY of a kink")} |
fhicl::Atom< double > | KinkMinStd |
Definition at line 38 of file PMAlgVertexing.h.
Definition at line 40 of file PMAlgVertexing.h.
Definition at line 39 of file PMAlgVertexing.h.
fhicl::Atom<bool> pma::PMAlgVertexing::Config::FindKinks |
Definition at line 46 of file PMAlgVertexing.h.
Referenced by pma::PMAlgVertexing::PMAlgVertexing().
fhicl::Atom<double> pma::PMAlgVertexing::Config::KinkMinDeg {Name("KinkMinDeg"), Comment("min. angle [deg] in XY of a kink")} |
Definition at line 49 of file PMAlgVertexing.h.
Referenced by pma::PMAlgVertexing::PMAlgVertexing().
fhicl::Atom<double> pma::PMAlgVertexing::Config::KinkMinStd |
Definition at line 51 of file PMAlgVertexing.h.
Referenced by pma::PMAlgVertexing::PMAlgVertexing().
fhicl::Atom<double> pma::PMAlgVertexing::Config::MinTrackLength |
Definition at line 42 of file PMAlgVertexing.h.
Referenced by pma::PMAlgVertexing::PMAlgVertexing().