Public Types | Public Attributes | List of all members
trkf::PMAlgTrajFitter::Config Struct Reference

Public Types

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

Public Attributes

fhicl::Table< pma::ProjectionMatchingAlg::ConfigProjectionMatchingAlg
 
fhicl::Table< pma::PMAlgFitter::ConfigPMAlgFitting {Name("PMAlgFitting")}
 
fhicl::Table< pma::PMAlgVertexing::ConfigPMAlgVertexing {Name("PMAlgVertexing")}
 
fhicl::Atom< art::InputTagHitModuleLabel
 
fhicl::Atom< art::InputTagPfpModuleLabel
 
fhicl::Atom< boolSaveOnlyBranchingVtx
 
fhicl::Atom< boolSavePmaNodes
 

Detailed Description

Definition at line 49 of file PMAlgTrajFitter_module.cc.

Member Typedef Documentation

Definition at line 51 of file PMAlgTrajFitter_module.cc.

Definition at line 50 of file PMAlgTrajFitter_module.cc.

Member Data Documentation

fhicl::Atom<art::InputTag> trkf::PMAlgTrajFitter::Config::HitModuleLabel
Initial value:
{
Name("HitModuleLabel"),
Comment("tag of unclustered hits, which were used to produce PFPs and clusters")}

Definition at line 60 of file PMAlgTrajFitter_module.cc.

fhicl::Atom<art::InputTag> trkf::PMAlgTrajFitter::Config::PfpModuleLabel
Initial value:
{
Name("PfpModuleLabel"),
Comment("tag of the input PFParticles and associated clusters")}

Definition at line 64 of file PMAlgTrajFitter_module.cc.

fhicl::Table<pma::PMAlgFitter::Config> trkf::PMAlgTrajFitter::Config::PMAlgFitting {Name("PMAlgFitting")}

Definition at line 56 of file PMAlgTrajFitter_module.cc.

fhicl::Table<pma::PMAlgVertexing::Config> trkf::PMAlgTrajFitter::Config::PMAlgVertexing {Name("PMAlgVertexing")}

Definition at line 58 of file PMAlgTrajFitter_module.cc.

fhicl::Table<pma::ProjectionMatchingAlg::Config> trkf::PMAlgTrajFitter::Config::ProjectionMatchingAlg
Initial value:
{
Name("ProjectionMatchingAlg")}

Definition at line 53 of file PMAlgTrajFitter_module.cc.

fhicl::Atom<bool> trkf::PMAlgTrajFitter::Config::SaveOnlyBranchingVtx
Initial value:
{
Name("SaveOnlyBranchingVtx"),
Comment("use true to save only vertices interconnecting many tracks, otherwise vertex is "
"added to the front of each track")}

Definition at line 68 of file PMAlgTrajFitter_module.cc.

fhicl::Atom<bool> trkf::PMAlgTrajFitter::Config::SavePmaNodes
Initial value:
{
Name("SavePmaNodes"),
Comment("save track nodes (only for algorithm development purposes)")}

Definition at line 73 of file PMAlgTrajFitter_module.cc.


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