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

#include <PMAlgStitching.h>

Public Types

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

Public Attributes

fhicl::Atom< int > StitchingThreshold
 
fhicl::Atom< unsigned int > NodesFromEnd
 

Detailed Description

Definition at line 30 of file PMAlgStitching.h.

Member Typedef Documentation

Definition at line 32 of file PMAlgStitching.h.

Definition at line 31 of file PMAlgStitching.h.

Member Data Documentation

fhicl::Atom<unsigned int> pma::PMAlgStitching::Config::NodesFromEnd
Initial value:
{
Name("NodesFromEnd"),
Comment("Number of nodes we step back from the ends of the tracks to perform the stitching "
"extrapolation.")}

Definition at line 39 of file PMAlgStitching.h.

fhicl::Atom<int> pma::PMAlgStitching::Config::StitchingThreshold
Initial value:
{
Name("StitchingThreshold"),
Comment("The maximum value allowed for the stitching score. Has dimensions of length, and "
"10.0(cm) is a reasonable value.")}

Definition at line 34 of file PMAlgStitching.h.


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