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

#include "PMAlgTracking.h"

Public Types

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

Public Attributes

fhicl::Sequence< int > TrackingOnlyPdg
 
fhicl::Sequence< int > TrackingSkipPdg
 
fhicl::Atom< bool > RunVertexing
 

Detailed Description

Definition at line 90 of file PMAlgTracking.h.

Member Typedef Documentation

Definition at line 91 of file PMAlgTracking.h.

Member Data Documentation

fhicl::Atom<bool> pma::PMAlgFitter::Config::RunVertexing
Initial value:
{
Name("RunVertexing"),
Comment("find vertices from PFP hierarchy, join with tracks, reoptimize track-vertex structure")
}

Definition at line 104 of file PMAlgTracking.h.

Referenced by trkf::PMAlgTrajFitter::produce().

fhicl::Sequence<int> pma::PMAlgFitter::Config::TrackingOnlyPdg
Initial value:
{
Name("TrackingOnlyPdg"),
Comment("PDG list to select which PFParticles should be reconstructed; all PFP's are used if the list is empty or starts with 0")
}

Definition at line 94 of file PMAlgTracking.h.

fhicl::Sequence<int> pma::PMAlgFitter::Config::TrackingSkipPdg
Initial value:
{
Name("TrackingSkipPdg"),
Comment("PDG list to select which PFParticles should NOT be reconstructed, e.g. skip EM-like if contains 11; no skipping if the list is empty or starts with 0")
}

Definition at line 99 of file PMAlgTracking.h.


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