LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
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
 
fhicl::Table< pma::PMAlgVertexing::ConfigPMAlgVertexing
 
fhicl::Atom< art::InputTagHitModuleLabel
 
fhicl::Atom< art::InputTagPfpModuleLabel
 
fhicl::Atom< bool > SaveOnlyBranchingVtx
 
fhicl::Atom< bool > SavePmaNodes
 

Detailed Description

Definition at line 56 of file PMAlgTrajFitter_module.cc.

Member Typedef Documentation

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 72 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 77 of file PMAlgTrajFitter_module.cc.

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

Definition at line 64 of file PMAlgTrajFitter_module.cc.

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

Definition at line 68 of file PMAlgTrajFitter_module.cc.

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

Definition at line 60 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 82 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 87 of file PMAlgTrajFitter_module.cc.


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