Data struct that holds the parameters for JMuonPrefit angular reconstruction This is part of the constructor parameters of JMuonPrefit
More...
#include <JMuonPrefitParameters_t.hh>
Data struct that holds the parameters for JMuonPrefit angular reconstruction This is part of the constructor parameters of JMuonPrefit
Definition at line 22 of file JMuonPrefitParameters_t.hh.
◆ JMuonPrefitParameters_t()
JFIT::JMuonPrefitParameters_t::JMuonPrefitParameters_t |
( |
| ) |
|
|
inline |
◆ ~JMuonPrefitParameters_t()
virtual JFIT::JMuonPrefitParameters_t::~JMuonPrefitParameters_t |
( |
| ) |
|
|
inlinevirtual |
◆ reset()
void JFIT::JMuonPrefitParameters_t::reset |
( |
| ) |
|
|
inline |
◆ equals()
Definition at line 50 of file JMuonPrefitParameters_t.hh.
52 return (this->
sigma_ns == parameters.sigma_ns and
53 this->gridAngle_deg == parameters.gridAngle_deg and
54 this->useL0 == parameters.useL0 and
55 this->numberOfOutliers == parameters.numberOfOutliers and
56 this->numberOfPrefits == parameters.numberOfPrefits and
57 this->Tmax_ns == parameters.Tmax_ns and
58 this->roadWidth_m == parameters.roadWidth_m);
◆ ClassDef()
◆ sigma_ns
double JFIT::JMuonPrefitParameters_t::sigma_ns |
◆ gridAngle_deg
double JFIT::JMuonPrefitParameters_t::gridAngle_deg |
◆ useL0
bool JFIT::JMuonPrefitParameters_t::useL0 |
◆ numberOfOutliers
int JFIT::JMuonPrefitParameters_t::numberOfOutliers |
◆ numberOfPrefits
size_t JFIT::JMuonPrefitParameters_t::numberOfPrefits |
◆ Tmax_ns
double JFIT::JMuonPrefitParameters_t::Tmax_ns |
◆ ctMin
double JFIT::JMuonPrefitParameters_t::ctMin |
◆ roadWidth_m
double JFIT::JMuonPrefitParameters_t::roadWidth_m |
The documentation for this struct was generated from the following file: