Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
lardata
lardata
RecoObjects
Interactor.cxx
Go to the documentation of this file.
1
///////////////////////////////////////////////////////////////////////
2
///
3
/// \file Interactor.cxx
4
///
5
/// \brief Base class for Kalman filter track interactor.
6
///
7
/// \author H. Greenlee
8
///
9
////////////////////////////////////////////////////////////////////////
10
11
#include "
lardata/RecoObjects/Interactor.h
"
12
13
namespace
trkf {
14
15
/// Constructor.
16
///
17
/// Arguments:
18
///
19
/// tcut - Maximum delta ray energy.
20
///
21
Interactor::Interactor
(
double
tcut) : fTcut(tcut) {}
22
23
Interactor::~Interactor
() =
default
;
24
25
}
// end namespace trkf
Interactor.h
Base class for Kalman filter track interactor.
trkf::Interactor::Interactor
Interactor(double tcut)
Definition:
Interactor.cxx:21
trkf::Interactor::~Interactor
virtual ~Interactor()
Generated by
1.8.5