Public Types | Public Attributes | List of all members
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< boolRunVertexing
 

Detailed Description

Definition at line 97 of file PMAlgTracking.h.

Member Typedef Documentation

Definition at line 99 of file PMAlgTracking.h.

Definition at line 98 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 111 of file PMAlgTracking.h.

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 101 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 106 of file PMAlgTracking.h.


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