Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
N21-01-21
TimingFit
TimingFitResult.h
Go to the documentation of this file.
1
////////////////////////////////////////////////////////////////////////
2
// \file TimingFitResult.h
3
// \brief Store results of TimingFitAlg
4
// \author Christopher Backhouse - bckhouse@caltech.edu
5
////////////////////////////////////////////////////////////////////////
6
7
#ifndef TF_TIMINGFITRESULT_H
8
#define TF_TIMINGFITRESULT_H
9
10
namespace
tf
11
{
12
/// Store results of TimingFitAlg
13
class
TimingFitResult
14
{
15
public
:
16
TimingFitResult
()
17
:
bestInvSpeed
(0),
18
bestScore
(0),
fwdScore
(0),
revScore
(0),
19
valid
(false)
20
{
21
}
22
23
double
bestInvSpeed
;
///< ns/cm
24
double
bestScore
,
fwdScore
,
revScore
;
25
bool
valid
;
///< As reported by MINUIT
26
};
27
}
28
29
#endif
tf::TimingFitResult
Store results of TimingFitAlg.
Definition:
TimingFitResult.h:13
tf::TimingFitResult::bestScore
double bestScore
Definition:
TimingFitResult.h:24
tf::TimingFitResult::revScore
double revScore
Definition:
TimingFitResult.h:24
tf
Timing fit.
Definition:
TimingFit_module.cc:23
tf::TimingFitResult::TimingFitResult
TimingFitResult()
Definition:
TimingFitResult.h:16
tf::TimingFitResult::fwdScore
double fwdScore
Definition:
TimingFitResult.h:24
tf::TimingFitResult::valid
bool valid
As reported by MINUIT.
Definition:
TimingFitResult.h:25
tf::TimingFitResult::bestInvSpeed
double bestInvSpeed
ns/cm
Definition:
TimingFitResult.h:23
Generated on Thu Jan 21 2021 14:14:45 for NOvA by
1.8.11