LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "InteractGeneral.h"
Public Member Functions | |
InteractGeneral (detinfo::DetectorPropertiesData const &detProp, double tcut) | |
Interactor * | clone () const override |
Clone method. More... | |
bool | noise (const KTrack &trk, double s, TrackError &noise_matrix) const override |
double | getTcut () const |
Private Attributes | |
InteractPlane | fInteract |
PropAny | fProp |
Definition at line 24 of file InteractGeneral.h.
|
explicit |
Constructor.
Arguments:
tcut - Maximum delta ray energy.
Definition at line 23 of file InteractGeneral.cxx.
Referenced by clone().
|
inlineoverridevirtual |
Clone method.
Implements trkf::Interactor.
Definition at line 28 of file InteractGeneral.h.
References InteractGeneral(), and noise().
|
inlineinherited |
Definition at line 32 of file Interactor.h.
References trkf::Interactor::clone(), trkf::Interactor::fTcut, and trkf::Interactor::noise().
Referenced by trkf::InteractPlane::noise().
|
overridevirtual |
Calculate noise matrix.
Arguments:
trk - Original track. s - Path distance. noise_matrix - Resultant noise matrix.
Returns: True if success.
Currently calculate noise from multiple scattering only.
Note about multiple scattering calculation:
We make a zero distance propagation to a plane surface (SurfXYZPlane) that is normal to the track direction. Then calculate the noise matrix on that surface and transform back to the original surface.
Implements trkf::Interactor.
Definition at line 46 of file InteractGeneral.cxx.
References fInteract, fProp, trkf::KTrack::getMomentum(), trkf::KTrack::getPosition(), trkf::invert(), trkf::InteractPlane::noise(), trkf::PropAny::short_vec_prop(), and trkf::Propagator::UNKNOWN.
Referenced by clone().
|
private |
Definition at line 32 of file InteractGeneral.h.
Referenced by noise().
|
private |
Definition at line 33 of file InteractGeneral.h.
Referenced by noise().