LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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

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.

Referenced by pma::PMAlgStitching::PMAlgStitching().

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.

Referenced by pma::PMAlgStitching::PMAlgStitching().


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