Jpp  19.1.0-rc.1
the software that should make you happy
Public Member Functions | Public Attributes | List of all members
JRECONSTRUCTION::JShowerFitParameters_t Struct Reference

Data structure for fit parameters. More...

#include <JShowerFitParameters_t.hh>

Inheritance diagram for JRECONSTRUCTION::JShowerFitParameters_t:
TObject JRECONSTRUCTION::JShowerFit

Public Member Functions

 JShowerFitParameters_t ()
 Default constructor. More...
 
virtual ~JShowerFitParameters_t ()
 Virtual destructor. More...
 
void reset ()
 Reset fit parameters. More...
 
bool equals (const JShowerFitParameters_t &parameters) const
 Equality. More...
 
 ClassDef (JShowerFitParameters_t, 2)
 

Public Attributes

size_t numberOfPrefits
 number of prefits
More...
 
double TMax_ns
 maximum time for local coincidences [ns]
More...
 
double TMin_ns
 minimum time for local coincidences [ns]
More...
 
double DStep_m
 step increase for the distance to optical module [m]
More...
 
double R_Hz
 default rate [Hz]
More...
 
int mestimator
 M-estimator
More...
 
double Vmax_npe
 maximum number of of photo-electrons More...
 
double DMax_m
 maximal distance to optical module [m] More...
 

Detailed Description

Data structure for fit parameters.

Definition at line 16 of file JShowerFitParameters_t.hh.

Constructor & Destructor Documentation

◆ JShowerFitParameters_t()

JRECONSTRUCTION::JShowerFitParameters_t::JShowerFitParameters_t ( )
inline

Default constructor.

Definition at line 22 of file JShowerFitParameters_t.hh.

23  {
24  this->reset();
25  }

◆ ~JShowerFitParameters_t()

virtual JRECONSTRUCTION::JShowerFitParameters_t::~JShowerFitParameters_t ( )
inlinevirtual

Virtual destructor.

Definition at line 30 of file JShowerFitParameters_t.hh.

30 {}

Member Function Documentation

◆ reset()

void JRECONSTRUCTION::JShowerFitParameters_t::reset ( )
inline

Reset fit parameters.

Definition at line 35 of file JShowerFitParameters_t.hh.

36  {
37  numberOfPrefits = 4;
38  TMax_ns = 30;
39  TMin_ns = -30;
40  DStep_m = 0;
41  DMax_m = 60;
42  R_Hz = 10.0e3;
44  Vmax_npe = 20;
45  }
@ EM_NULL
Definition: JMEstimator.hh:189
double Vmax_npe
maximum number of of photo-electrons
double DMax_m
maximal distance to optical module [m]
double TMax_ns
maximum time for local coincidences [ns]
double TMin_ns
minimum time for local coincidences [ns]
double DStep_m
step increase for the distance to optical module [m]

◆ equals()

bool JRECONSTRUCTION::JShowerFitParameters_t::equals ( const JShowerFitParameters_t parameters) const
inline

Equality.

Parameters
parametersfit parameters
Returns
true if equals; else false

Definition at line 53 of file JShowerFitParameters_t.hh.

54  {
55  return (this->TMax_ns == parameters.TMax_ns &&
56  this->TMin_ns == parameters.TMin_ns &&
57  this->numberOfPrefits == parameters.numberOfPrefits &&
58  this->DStep_m == parameters.DStep_m &&
59  this->DMax_m == parameters.DMax_m &&
60  this->R_Hz == parameters.R_Hz &&
61  this->mestimator == parameters.mestimator &&
62  this->Vmax_npe == parameters.Vmax_npe
63  );
64  }

◆ ClassDef()

JRECONSTRUCTION::JShowerFitParameters_t::ClassDef ( JShowerFitParameters_t  ,
 
)

Member Data Documentation

◆ numberOfPrefits

size_t JRECONSTRUCTION::JShowerFitParameters_t::numberOfPrefits

number of prefits

Definition at line 69 of file JShowerFitParameters_t.hh.

◆ TMax_ns

double JRECONSTRUCTION::JShowerFitParameters_t::TMax_ns

maximum time for local coincidences [ns]

Definition at line 70 of file JShowerFitParameters_t.hh.

◆ TMin_ns

double JRECONSTRUCTION::JShowerFitParameters_t::TMin_ns

minimum time for local coincidences [ns]

Definition at line 71 of file JShowerFitParameters_t.hh.

◆ DStep_m

double JRECONSTRUCTION::JShowerFitParameters_t::DStep_m

step increase for the distance to optical module [m]

Definition at line 72 of file JShowerFitParameters_t.hh.

◆ R_Hz

double JRECONSTRUCTION::JShowerFitParameters_t::R_Hz

default rate [Hz]

Definition at line 73 of file JShowerFitParameters_t.hh.

◆ mestimator

int JRECONSTRUCTION::JShowerFitParameters_t::mestimator

M-estimator

Definition at line 74 of file JShowerFitParameters_t.hh.

◆ Vmax_npe

double JRECONSTRUCTION::JShowerFitParameters_t::Vmax_npe

maximum number of of photo-electrons

Definition at line 75 of file JShowerFitParameters_t.hh.

◆ DMax_m

double JRECONSTRUCTION::JShowerFitParameters_t::DMax_m

maximal distance to optical module [m]

Definition at line 76 of file JShowerFitParameters_t.hh.


The documentation for this struct was generated from the following file: