LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
trkf::TrackKalmanFitter::Config Struct Reference

#include "TrackKalmanFitter.h"

Public Types

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

Public Attributes

fhicl::Atom< bool > useRMS
 
fhicl::Atom< bool > sortHitsByPlane
 
fhicl::Atom< bool > sortOutputHitsMinLength
 
fhicl::Atom< bool > skipNegProp
 
fhicl::Atom< bool > cleanZigzag
 
fhicl::Atom< bool > rejectHighMultHits
 
fhicl::Atom< bool > rejectHitsNegativeGOF
 
fhicl::Atom< float > hitErr2ScaleFact
 
fhicl::Atom< bool > tryNoSkipWhenFails
 
fhicl::Atom< int > dumpLevel
 

Detailed Description

Definition at line 50 of file TrackKalmanFitter.h.

Member Typedef Documentation

Member Data Documentation

fhicl::Atom<bool> trkf::TrackKalmanFitter::Config::cleanZigzag
Initial value:
{
Name("cleanZigzag"),
Comment("Flag to decide whether hits with a zigzag pattern should be iteratively removed. Zigzag identified as negative dot product of segments connecting a point to the points before and after it."),
false
}

Definition at line 73 of file TrackKalmanFitter.h.

fhicl::Atom<int> trkf::TrackKalmanFitter::Config::dumpLevel
Initial value:
{
Name("dumpLevel"),
Comment("0 for no debug printouts, 1 for moderate, 2 for maximum."),
0
}

Definition at line 98 of file TrackKalmanFitter.h.

fhicl::Atom<float> trkf::TrackKalmanFitter::Config::hitErr2ScaleFact
Initial value:
{
Name("hitErr2ScaleFact"),
Comment("Scale the hit error squared by this factor."),
1.0
}

Definition at line 88 of file TrackKalmanFitter.h.

fhicl::Atom<bool> trkf::TrackKalmanFitter::Config::rejectHighMultHits
Initial value:
{
Name("rejectHighMultHits"),
Comment("Flag to rejects hits with recob::Hit::Multiplicity()>1."),
false
}

Definition at line 78 of file TrackKalmanFitter.h.

fhicl::Atom<bool> trkf::TrackKalmanFitter::Config::rejectHitsNegativeGOF
Initial value:
{
Name("rejectHitsNegativeGOF"),
Comment("Flag to rejects hits with recob::Hit::GoodnessOfFit<0."),
true
}

Definition at line 83 of file TrackKalmanFitter.h.

fhicl::Atom<bool> trkf::TrackKalmanFitter::Config::skipNegProp
Initial value:
{
Name("skipNegProp"),
Comment("Flag to decide whether, during the forward fit, the hits corresponding to a negative propagation distance should be dropped. Also, if sortOutputHitsMinLength is true, during sorting hits at a negative distance with respect to the previous are rejected."),
true
}

Definition at line 68 of file TrackKalmanFitter.h.

fhicl::Atom<bool> trkf::TrackKalmanFitter::Config::sortHitsByPlane
Initial value:
{
Name("sortHitsByPlane"),
Comment("Flag to sort hits along the forward fit. The hit order in each plane is preserved, the next hit to process in 3D is chosen as the one with shorter 3D propagation distance among the next hit in all planes."),
true
}

Definition at line 58 of file TrackKalmanFitter.h.

fhicl::Atom<bool> trkf::TrackKalmanFitter::Config::sortOutputHitsMinLength
Initial value:
{
Name("sortOutputHitsMinLength"),
Comment("Flag to decide whether the hits are sorted before creating the output track in order to avoid tracks with huge length."),
true
}

Definition at line 63 of file TrackKalmanFitter.h.

fhicl::Atom<bool> trkf::TrackKalmanFitter::Config::tryNoSkipWhenFails
Initial value:
{
Name("tryNoSkipWhenFails"),
Comment("In case skipNegProp is true and the track fit fails, make a second attempt to fit the track with skipNegProp=false in order to attempt to avoid losing efficiency."),
true
}

Definition at line 93 of file TrackKalmanFitter.h.

fhicl::Atom<bool> trkf::TrackKalmanFitter::Config::useRMS
Initial value:
{
Name("useRMSError"),
Comment("Flag to replace the default hit error recob::Hit::SigmaPeakTime() with recob::Hit::RMS()."),
true
}

Definition at line 53 of file TrackKalmanFitter.h.


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