LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
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
 
fhicl::Table< pma::PMAlgVertexing::ConfigPMAlgVertexing
 
fhicl::Table< pma::PMAlgCosmicTagger::ConfigPMAlgCosmicTagging
 
fhicl::Table< pma::PMAlgStitching::ConfigPMAlgStitching
 
fhicl::Atom< bool > SaveOnlyBranchingVtx
 
fhicl::Atom< bool > SavePmaNodes
 
fhicl::Atom< art::InputTagHitModuleLabel
 
fhicl::Atom< art::InputTagWireModuleLabel
 
fhicl::Atom< art::InputTagClusterModuleLabel
 
fhicl::Atom< art::InputTagEmClusterModuleLabel
 

Detailed Description

Definition at line 80 of file PMAlgTrackMaker_module.cc.

Member Typedef Documentation

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 124 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 129 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 114 of file PMAlgTrackMaker_module.cc.

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

Definition at line 96 of file PMAlgTrackMaker_module.cc.

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

Definition at line 100 of file PMAlgTrackMaker_module.cc.

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

Definition at line 88 of file PMAlgTrackMaker_module.cc.

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

Definition at line 92 of file PMAlgTrackMaker_module.cc.

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

Definition at line 84 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 104 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 109 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 119 of file PMAlgTrackMaker_module.cc.


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