1#ifndef  __JRECONSTRUCTION__JSHOWERPOSITIONFITPARAMETERS__ 
    2#define  __JRECONSTRUCTION__JSHOWERPOSITIONFITPARAMETERS__ 
   56              this->TMax_ns          == parameters.
TMax_ns          &&
 
   57              this->TMin_ns          == parameters.
TMin_ns          &&
 
   58              this->DMax_m           == parameters.
DMax_m           &&
 
   59              this->R_Hz             == parameters.
R_Hz             &&
 
   60              this->TTS_ns           == parameters.
TTS_ns           &&
 
   61              this->Emin_GeV         == parameters.
Emin_GeV         &&
 
   62              this->Emax_GeV         == parameters.
Emax_GeV         &&
 
   63              this->En               == parameters.
En               &&
 
   64              this->VMax_npe         == parameters.
VMax_npe         &&
 
   65              this->NMax             == parameters.
NMax);
 
 
 
std::istream & operator>>(std::istream &in, JRECONSTRUCTION::JShowerPositionFitParameters_t ¶meters)
Read fit parameters from input.
std::ostream & operator<<(std::ostream &out, const JRECONSTRUCTION::JShowerPositionFitParameters_t ¶meters)
Write fit parameters to output.
double VMax_npe
maximum number of of photo-electrons
double R_Hz
default rate [Hz]
void reset()
Reset fit parameters.
virtual ~JShowerPositionFitParameters_t()
Virtual destructor.
bool equals(const JShowerPositionFitParameters_t ¶meters) const
Equality.
double TTS_ns
transition-time spread [ns]
double TMin_ns
minimum time for local coincidences [ns]
size_t numberOfPrefits
number of prefits
double Emax_GeV
maximum energy to scan
int NMax
maximum number of iterations
double TMax_ns
maximum time for local coincidences [ns]
JShowerPositionFitParameters_t()
Default constructor.
double Emin_GeV
minimum energy to scan
int En
number of points to scan in energy range
ClassDef(JShowerPositionFitParameters_t, 2)
double DMax_m
maximal distance to optical module [m]