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

Public Types

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

Public Attributes

fhicl::Table< pma::ProjectionMatchingAlg::ConfigProjectionMatchingAlg
 
fhicl::Table< pma::PMAlgTracker::ConfigPMAlgTracking {Name("PMAlgTracking")}
 
fhicl::Table< pma::PMAlgVertexing::ConfigPMAlgVertexing {Name("PMAlgVertexing")}
 
fhicl::Table< pma::PMAlgCosmicTagger::ConfigPMAlgCosmicTagging {Name("PMAlgCosmicTagging")}
 
fhicl::Table< pma::PMAlgStitching::ConfigPMAlgStitching {Name("PMAlgStitching")}
 
fhicl::Atom< boolSaveOnlyBranchingVtx
 
fhicl::Atom< boolSavePmaNodes
 
fhicl::Atom< art::InputTagHitModuleLabel
 
fhicl::Atom< art::InputTagWireModuleLabel
 
fhicl::Atom< art::InputTagClusterModuleLabel
 
fhicl::Atom< art::InputTagEmClusterModuleLabel
 

Detailed Description

Definition at line 73 of file PMAlgTrackMaker_module.cc.

Member Typedef Documentation

Definition at line 75 of file PMAlgTrackMaker_module.cc.

Definition at line 74 of file PMAlgTrackMaker_module.cc.

Member Data Documentation

fhicl::Atom<art::InputTag> trkf::PMAlgTrackMaker::Config::ClusterModuleLabel
Initial value:
{
Name("ClusterModuleLabel"),
Comment("tag of cluster collection, these clusters are used for track building")}

Definition at line 104 of file PMAlgTrackMaker_module.cc.

fhicl::Atom<art::InputTag> trkf::PMAlgTrackMaker::Config::EmClusterModuleLabel
Initial value:
{
Name("EmClusterModuleLabel"),
Comment("EM-like clusters, will be excluded from tracking if provided")}

Definition at line 108 of file PMAlgTrackMaker_module.cc.

fhicl::Atom<art::InputTag> trkf::PMAlgTrackMaker::Config::HitModuleLabel
Initial value:
{
Name("HitModuleLabel"),
Comment("tag of unclustered hits, which were used to validate tracks")}

Definition at line 97 of file PMAlgTrackMaker_module.cc.

fhicl::Table<pma::PMAlgCosmicTagger::Config> trkf::PMAlgTrackMaker::Config::PMAlgCosmicTagging {Name("PMAlgCosmicTagging")}

Definition at line 84 of file PMAlgTrackMaker_module.cc.

fhicl::Table<pma::PMAlgStitching::Config> trkf::PMAlgTrackMaker::Config::PMAlgStitching {Name("PMAlgStitching")}

Definition at line 86 of file PMAlgTrackMaker_module.cc.

fhicl::Table<pma::PMAlgTracker::Config> trkf::PMAlgTrackMaker::Config::PMAlgTracking {Name("PMAlgTracking")}

Definition at line 80 of file PMAlgTrackMaker_module.cc.

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

Definition at line 82 of file PMAlgTrackMaker_module.cc.

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

Definition at line 77 of file PMAlgTrackMaker_module.cc.

fhicl::Atom<bool> trkf::PMAlgTrackMaker::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 88 of file PMAlgTrackMaker_module.cc.

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

Definition at line 93 of file PMAlgTrackMaker_module.cc.

fhicl::Atom<art::InputTag> trkf::PMAlgTrackMaker::Config::WireModuleLabel
Initial value:
{Name("WireModuleLabel"),
Comment("tag of recob::Wire producer.")}

Definition at line 101 of file PMAlgTrackMaker_module.cc.


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