Public Types | Public Attributes | List of all members
pma::PMAlgVertexing::Config Struct Reference

#include <PMAlgVertexing.h>

Public Types

using Name = fhicl::Name
 
using Comment = fhicl::Comment
 

Public Attributes

fhicl::Atom< double > MinTrackLength
 
fhicl::Atom< boolFindKinks
 
fhicl::Atom< double > KinkMinDeg {Name("KinkMinDeg"), Comment("min. angle [deg] in XY of a kink")}
 
fhicl::Atom< double > KinkMinStd
 

Detailed Description

Definition at line 34 of file PMAlgVertexing.h.

Member Typedef Documentation

Definition at line 36 of file PMAlgVertexing.h.

Definition at line 35 of file PMAlgVertexing.h.

Member Data Documentation

fhicl::Atom<bool> pma::PMAlgVertexing::Config::FindKinks
Initial value:
{Name("FindKinks"),
Comment("detect significant kinks on long tracks")}

Definition at line 42 of file PMAlgVertexing.h.

fhicl::Atom<double> pma::PMAlgVertexing::Config::KinkMinDeg {Name("KinkMinDeg"), Comment("min. angle [deg] in XY of a kink")}

Definition at line 45 of file PMAlgVertexing.h.

fhicl::Atom<double> pma::PMAlgVertexing::Config::KinkMinStd
Initial value:
{
Name("KinkMinStd"),
Comment("threshold in no. of stdev of all segment angles needed to tag a kink")}

Definition at line 47 of file PMAlgVertexing.h.

fhicl::Atom<double> pma::PMAlgVertexing::Config::MinTrackLength
Initial value:
{
Name("MinTrackLength"),
Comment("min. length of tracks used to find vtx candidates (short tracks attached later)")}

Definition at line 38 of file PMAlgVertexing.h.


The documentation for this struct was generated from the following file: