LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Interactor.cxx
Go to the documentation of this file.
1 
12 
13 namespace trkf {
14 
21  Interactor::Interactor(double tcut) : fTcut(tcut) {}
22 
23  Interactor::~Interactor() = default;
24 
25 } // end namespace trkf
Base class for Kalman filter track interactor.
Interactor(double tcut)
Definition: Interactor.cxx:21
virtual ~Interactor()