1#ifndef  __JRECONSTRUCTION__JSHOWERBJORKENYPARAMETERS__ 
    2#define  __JRECONSTRUCTION__JSHOWERBJORKENYPARAMETERS__ 
   57              this->TMin_ns                  == parameters.
TMin_ns                  &&         
 
   60              this->R_Hz                     == parameters.
R_Hz                     && 
 
   62              this->fit_step                 == parameters.
fit_step                 &&
 
   63              this->VMax_npe                 == parameters.
VMax_npe                 &&
 
   64              this->NMax                     == parameters.
NMax);
 
 
 
Maximum likelihood estimator (M-estimators).
 
std::istream & operator>>(std::istream &in, JRECONSTRUCTION::JShowerBjorkenYParameters_t ¶meters)
Read fit parameters from input.
 
std::ostream & operator<<(std::ostream &out, const JRECONSTRUCTION::JShowerBjorkenYParameters_t ¶meters)
Write fit parameters to output.
 
Data structure for fit parameters.
 
double fit_step
simplex initial step
 
size_t numberOfPrefits
number of prefits
 
double TMax_ns
maximum time for local coincidences [ns]
 
double VMax_npe
maximum number of of photo-electrons
 
virtual ~JShowerBjorkenYParameters_t()
Virtual destructor.
 
int NMax
maximum number of iterations
 
int mestimator
M-estimator
 
ClassDef(JShowerBjorkenYParameters_t, 1)
 
double roadWidth_m
road width [m]
 
bool equals(const JShowerBjorkenYParameters_t ¶meters) const
Equality.
 
void reset()
Reset fit parameters.
 
double R_Hz
default rate [Hz]
 
JShowerBjorkenYParameters_t()
Default constructor.
 
double TMin_ns
minimum time for local coincidences [ns]