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

Public Types

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

Public Attributes

fhicl::Atom< art::InputTaginputTrajectoryLabel
 
fhicl::Atom< boolisTrackTrajectory
 
fhicl::Atom< art::InputTaginputMCLabel
 

Detailed Description

Definition at line 35 of file KalmanFilterTrajectoryFitter_module.cc.

Member Typedef Documentation

Definition at line 37 of file KalmanFilterTrajectoryFitter_module.cc.

Definition at line 36 of file KalmanFilterTrajectoryFitter_module.cc.

Member Data Documentation

fhicl::Atom<art::InputTag> trkf::KalmanFilterTrajectoryFitter::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 45 of file KalmanFilterTrajectoryFitter_module.cc.

fhicl::Atom<art::InputTag> trkf::KalmanFilterTrajectoryFitter::Inputs::inputTrajectoryLabel
Initial value:
{
Name("inputTrajectoryLabel"),
Comment("Label of recob::Trajectory or recob::TrackTrajectory Collection to be fit")}

Definition at line 38 of file KalmanFilterTrajectoryFitter_module.cc.

fhicl::Atom<bool> trkf::KalmanFilterTrajectoryFitter::Inputs::isTrackTrajectory
Initial value:
{
Name("isTrackTrajectory"),
Comment("If true, we assume the input collection is made of recob::TrackTrajectory "
"objects, otherwise of recob::Trajectory objects.")}

Definition at line 41 of file KalmanFilterTrajectoryFitter_module.cc.


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