All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
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 {Name("KinkMinDeg"), Comment("min. angle [deg] in XY of a kink")}
 
fhicl::Atom< double > KinkMinStd
 

Detailed Description

Definition at line 38 of file PMAlgVertexing.h.

Member Typedef Documentation

using pma::PMAlgVertexing::Config::Comment = fhicl::Comment

Definition at line 40 of file PMAlgVertexing.h.

using pma::PMAlgVertexing::Config::Name = fhicl::Name

Definition at line 39 of file PMAlgVertexing.h.

Member Data Documentation

fhicl::Atom<bool> pma::PMAlgVertexing::Config::FindKinks
Initial value:
{Name("FindKinks"),
Comment("detect significant kinks on long tracks")}

Definition at line 46 of file PMAlgVertexing.h.

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

Definition at line 49 of file PMAlgVertexing.h.

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

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


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