LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
trkf::Geometric3DVertexFitter::Config Struct Reference

#include "Geometric3DVertexFitter.h"

Public Types

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

Public Attributes

fhicl::Atom< int > debugLevel
 
fhicl::Atom< double > sipCut
 

Detailed Description

Definition at line 52 of file Geometric3DVertexFitter.h.

Member Typedef Documentation

Member Data Documentation

fhicl::Atom<int> trkf::Geometric3DVertexFitter::Config::debugLevel
Initial value:
{
Name("debugLevel"),
Comment("Debugging level: 0 for no printouts, 1 for minimal, 2 for full.")
}

Definition at line 55 of file Geometric3DVertexFitter.h.

fhicl::Atom<double> trkf::Geometric3DVertexFitter::Config::sipCut
Initial value:
{
Name("sipCut"),
Comment("Cut on maximum impact parameter significance to use the track in the vertex fit.")
}

Definition at line 59 of file Geometric3DVertexFitter.h.


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