All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 32 of file PMAlgStitching.h.

Member Typedef Documentation

using pma::PMAlgStitching::Config::Comment = fhicl::Comment

Definition at line 34 of file PMAlgStitching.h.

using pma::PMAlgStitching::Config::Name = fhicl::Name

Definition at line 33 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 41 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 36 of file PMAlgStitching.h.


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