LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "Interactor.h"
Public Member Functions | |
Interactor (double tcut) | |
Constructor. More... | |
virtual | ~Interactor () |
Destructor. More... | |
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.
trkf::Interactor::Interactor | ( | double | tcut | ) |
Constructor.
Constructor.
Arguments:
tcut - Maximum delta ray energy.
Definition at line 21 of file Interactor.cxx.
|
virtual |
|
pure virtual |
Clone method.
Implemented in trkf::InteractGeneral, and trkf::InteractPlane.
Referenced by getTcut().
|
inline |
Definition at line 39 of file Interactor.h.
References clone(), fTcut, noise(), and s.
Referenced by trkf::InteractPlane::noise().
|
pure virtual |
Calculate noise matrix.
Implemented in trkf::InteractGeneral, and trkf::InteractPlane.
Referenced by getTcut().
|
private |
Maximum delta ray energy for dE/dx.
Definition at line 53 of file Interactor.h.
Referenced by getTcut().