#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 |
Public Member Functions inherited from trkf::Interactor | |
Interactor (double tcut) | |
virtual | ~Interactor () |
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.
|
inlineoverridevirtual |
Clone method.
Implements trkf::Interactor.
Definition at line 29 of file InteractGeneral.h.
|
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 47 of file InteractGeneral.cxx.
|
private |
Definition at line 36 of file InteractGeneral.h.
|
private |
Definition at line 37 of file InteractGeneral.h.