LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "Interactor.h"
Public Member Functions | |
Interactor (double tcut) | |
virtual | ~Interactor () |
double | getTcut () const |
virtual Interactor * | clone () const =0 |
Clone method. More... | |
virtual bool | noise (const KTrack &trk, double s, TrackError &noise_matrix) const =0 |
Calculate noise matrix. More... | |
Private Attributes | |
double | fTcut |
Maximum delta ray energy for dE/dx. More... | |
Definition at line 27 of file Interactor.h.
|
explicit |
Constructor.
Arguments:
tcut - Maximum delta ray energy.
Definition at line 21 of file Interactor.cxx.
References ~Interactor().
|
virtualdefault |
Referenced by Interactor().
|
pure virtual |
Clone method.
Implemented in trkf::InteractPlane, and trkf::InteractGeneral.
Referenced by getTcut().
|
inline |
Definition at line 32 of file Interactor.h.
References clone(), fTcut, and noise().
Referenced by trkf::InteractPlane::noise().
|
pure virtual |
Calculate noise matrix.
Implemented in trkf::InteractPlane, and trkf::InteractGeneral.
Referenced by getTcut().
|
private |
Maximum delta ray energy for dE/dx.
Definition at line 41 of file Interactor.h.
Referenced by getTcut().