Public Types | Public Attributes | List of all members
trkf::KalmanFilterFinalTrackFitter::Inputs Struct Reference

Public Types

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

Public Attributes

fhicl::Atom< art::InputTaginputPFParticleLabel
 
fhicl::Atom< art::InputTaginputTracksLabel
 
fhicl::Atom< art::InputTaginputShowersLabel
 
fhicl::Atom< art::InputTaginputCaloLabel
 
fhicl::Atom< art::InputTaginputMCLabel
 
fhicl::Atom< art::InputTaginputPidLabel
 

Detailed Description

Definition at line 43 of file KalmanFilterFinalTrackFitter_module.cc.

Member Typedef Documentation

Definition at line 45 of file KalmanFilterFinalTrackFitter_module.cc.

Definition at line 44 of file KalmanFilterFinalTrackFitter_module.cc.

Member Data Documentation

fhicl::Atom<art::InputTag> trkf::KalmanFilterFinalTrackFitter::Inputs::inputCaloLabel
Initial value:
{
Name("inputCaloLabel"),
Comment("Label of anab::Calorimetry Collection, matching inputTracksLabel, to be used for "
"initial momentum estimate. Used only if momFromCalo is set to true.")}

Definition at line 55 of file KalmanFilterFinalTrackFitter_module.cc.

fhicl::Atom<art::InputTag> trkf::KalmanFilterFinalTrackFitter::Inputs::inputMCLabel
Initial value:
{
Name("inputMCLabel"),
Comment("Label of sim::MCTrack Collection to be used for initial momentum estimate. Used "
"only if momFromMC is set to true.")}

Definition at line 59 of file KalmanFilterFinalTrackFitter_module.cc.

fhicl::Atom<art::InputTag> trkf::KalmanFilterFinalTrackFitter::Inputs::inputPFParticleLabel
Initial value:
{
Name("inputPFParticleLabel"),
Comment("Label of recob::PFParticle Collection to be fit")}

Definition at line 46 of file KalmanFilterFinalTrackFitter_module.cc.

fhicl::Atom<art::InputTag> trkf::KalmanFilterFinalTrackFitter::Inputs::inputPidLabel
Initial value:
{
Name("inputPidLabel"),
Comment("Label of anab::ParticleID Collection, matching inputTracksLabel, to be used for "
"particle Id.")}

Definition at line 63 of file KalmanFilterFinalTrackFitter_module.cc.

fhicl::Atom<art::InputTag> trkf::KalmanFilterFinalTrackFitter::Inputs::inputShowersLabel
Initial value:
{
Name("inputShowersLabel"),
Comment("Label of recob::Shower Collection (associated to PFParticles) to be fit")}

Definition at line 52 of file KalmanFilterFinalTrackFitter_module.cc.

fhicl::Atom<art::InputTag> trkf::KalmanFilterFinalTrackFitter::Inputs::inputTracksLabel
Initial value:
{
Name("inputTracksLabel"),
Comment("Label of recob::Track Collection to be fit")}

Definition at line 49 of file KalmanFilterFinalTrackFitter_module.cc.


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