LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 98 of file PMAlgTracking.h.

Member Typedef Documentation

Definition at line 99 of file PMAlgTracking.h.

Member Data Documentation

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

Definition at line 112 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 102 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 107 of file PMAlgTracking.h.


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