#include <TrackStatePropagator.h>
Public Types | |
| using | Name = fhicl::Name |
| using | Comment = fhicl::Comment |
Public Attributes | |
| fhicl::Atom< double > | minStep |
| fhicl::Atom< double > | maxElossFrac |
| fhicl::Atom< int > | maxNit |
| fhicl::Atom< double > | tcut {Name("tcut"), Comment("Maximum delta ray energy for dE/dx."), 10.} |
| fhicl::Atom< double > | wrongDirDistTolerance |
| fhicl::Atom< bool > | propPinvErr |
Definition at line 45 of file TrackStatePropagator.h.
Definition at line 47 of file TrackStatePropagator.h.
Definition at line 46 of file TrackStatePropagator.h.
| fhicl::Atom<double> trkf::TrackStatePropagator::Config::maxElossFrac |
Definition at line 51 of file TrackStatePropagator.h.
| fhicl::Atom<int> trkf::TrackStatePropagator::Config::maxNit |
Definition at line 55 of file TrackStatePropagator.h.
| fhicl::Atom<double> trkf::TrackStatePropagator::Config::minStep |
Definition at line 48 of file TrackStatePropagator.h.
| fhicl::Atom<bool> trkf::TrackStatePropagator::Config::propPinvErr |
Definition at line 64 of file TrackStatePropagator.h.
| fhicl::Atom<double> trkf::TrackStatePropagator::Config::tcut {Name("tcut"), Comment("Maximum delta ray energy for dE/dx."), 10.} |
Definition at line 59 of file TrackStatePropagator.h.
| fhicl::Atom<double> trkf::TrackStatePropagator::Config::wrongDirDistTolerance |
Definition at line 60 of file TrackStatePropagator.h.
1.8.11