All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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< bool > RunVertexing
 

Detailed Description

Definition at line 103 of file PMAlgTracking.h.

Member Typedef Documentation

using pma::PMAlgFitter::Config::Comment = fhicl::Comment

Definition at line 105 of file PMAlgTracking.h.

using pma::PMAlgFitter::Config::Name = fhicl::Name

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


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