LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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< bool > FindKinks
 
fhicl::Atom< double > KinkMinDeg
 
fhicl::Atom< double > KinkMinStd
 

Detailed Description

Definition at line 33 of file PMAlgVertexing.h.

Member Typedef Documentation

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.

Referenced by pma::PMAlgVertexing::reconfigure().

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

Definition at line 47 of file PMAlgVertexing.h.

Referenced by pma::PMAlgVertexing::reconfigure().

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 52 of file PMAlgVertexing.h.

Referenced by pma::PMAlgVertexing::reconfigure().

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 37 of file PMAlgVertexing.h.

Referenced by pma::PMAlgVertexing::reconfigure().


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