LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
Interactor.cxx
Go to the documentation of this file.
1 
12 
13 namespace trkf {
14 
21  Interactor::Interactor(double tcut) :
22  fTcut(tcut)
23  {}
24 
27  {}
28 
29 } // end namespace trkf
Base class for Kalman filter track interactor.
Interactor(double tcut)
Constructor.
Definition: Interactor.cxx:21
virtual ~Interactor()
Destructor.
Definition: Interactor.cxx:26