1#ifndef __JRECONSTRUCTION__JMUONSIMPLEXPARAMETERS__ 
    2#define __JRECONSTRUCTION__JMUONSIMPLEXPARAMETERS__ 
   61              this->useL0            == parameters.
useL0            &&
 
   64              this->ctMin            == parameters.
ctMin            &&
 
   66              this->TMin_ns          == parameters.
TMin_ns          &&
 
   67              this->TMax_ns          == parameters.
TMax_ns          &&
 
   68              this->NMax             == parameters.
NMax);
 
 
 
std::istream & operator>>(std::istream &in, JRECONSTRUCTION::JMuonSimplexParameters_t ¶meters)
Read fit parameters from input.
 
std::ostream & operator<<(std::ostream &out, const JRECONSTRUCTION::JMuonSimplexParameters_t ¶meters)
Write fit parameters to output.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
Data structure for fit parameters.
 
double TMax_ns
maximal time w.r.t. Cherenkov hypothesis [ns]
 
bool useL0
option for L0 hit use
 
double roadWidth_m
road width [m]
 
int NMax
maximum number of iterations
 
double TMaxLocal_ns
time window for local coincidences [ns]
 
void reset()
Reset fit parameters.
 
virtual ~JMuonSimplexParameters_t()
Virtual destructor.
 
size_t numberOfPrefits
number of prefits
 
double sigma_ns
time resolution [ns]
 
bool equals(const JMuonSimplexParameters_t ¶meters) const
Equality.
 
ClassDef(JMuonSimplexParameters_t, 3)
 
double TMin_ns
minimal time w.r.t. Cherenkov hypothesis [ns]
 
double ctMin
minimal cosine space angle between PMT axes
 
JMuonSimplexParameters_t()
Default constructor.