Jpp  18.6.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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, 1)
 

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...
 
double epsilon
 tolerance for minimisation More...
 

Detailed Description

Data structure for fit parameters.

Definition at line 16 of file JShowerFitParameters_t.hh.

Constructor & Destructor Documentation

JRECONSTRUCTION::JShowerFitParameters_t::JShowerFitParameters_t ( )
inline

Default constructor.

Definition at line 22 of file JShowerFitParameters_t.hh.

23  {
24  this->reset();
25  }
virtual JRECONSTRUCTION::JShowerFitParameters_t::~JShowerFitParameters_t ( )
inlinevirtual

Virtual destructor.

Definition at line 30 of file JShowerFitParameters_t.hh.

30 {}

Member Function Documentation

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 = 5;
41  DMax_m = 60;
42  R_Hz = 10.0e3;
44  Vmax_npe = 20;
45  epsilon = 0.001;
46  }
double TMax_ns
maximum time for local coincidences [ns]
double TMin_ns
minimum time for local coincidences [ns]
double DMax_m
maximal distance to optical module [m]
double epsilon
tolerance for minimisation
double Vmax_npe
maximum number of of photo-electrons
double DStep_m
step increase for the distance to optical module [m]
bool JRECONSTRUCTION::JShowerFitParameters_t::equals ( const JShowerFitParameters_t parameters) const
inline

Equality.

Parameters
parametersfit parameters
Returns
true if equals; else false

Definition at line 54 of file JShowerFitParameters_t.hh.

55  {
56  return (this->TMax_ns == parameters.TMax_ns &&
57  this->TMin_ns == parameters.TMin_ns &&
58  this->numberOfPrefits == parameters.numberOfPrefits &&
59  this->DStep_m == parameters.DStep_m &&
60  this->DMax_m == parameters.DMax_m &&
61  this->R_Hz == parameters.R_Hz &&
62  this->mestimator == parameters.mestimator &&
63  this->Vmax_npe == parameters.Vmax_npe &&
64  this->epsilon == parameters.epsilon);
65  }
double TMax_ns
maximum time for local coincidences [ns]
*fatal Wrong number of arguments esac JCookie sh typeset Z DETECTOR typeset Z SOURCE_RUN typeset Z TARGET_RUN set_variable PARAMETERS_FILE $WORKDIR parameters
Definition: diff-Tuna.sh:38
then usage $script< detector file >< detectorfile > nIf the range of floors is the first detector file is aligned to the second before the comparison nIn this
JRECONSTRUCTION::JShowerFitParameters_t::ClassDef ( JShowerFitParameters_t  ,
 
)

Member Data Documentation

size_t JRECONSTRUCTION::JShowerFitParameters_t::numberOfPrefits

number of prefits

Definition at line 70 of file JShowerFitParameters_t.hh.

double JRECONSTRUCTION::JShowerFitParameters_t::TMax_ns

maximum time for local coincidences [ns]

Definition at line 71 of file JShowerFitParameters_t.hh.

double JRECONSTRUCTION::JShowerFitParameters_t::TMin_ns

minimum time for local coincidences [ns]

Definition at line 72 of file JShowerFitParameters_t.hh.

double JRECONSTRUCTION::JShowerFitParameters_t::DStep_m

step increase for the distance to optical module [m]

Definition at line 73 of file JShowerFitParameters_t.hh.

double JRECONSTRUCTION::JShowerFitParameters_t::R_Hz

default rate [Hz]

Definition at line 74 of file JShowerFitParameters_t.hh.

int JRECONSTRUCTION::JShowerFitParameters_t::mestimator

M-estimator.

Definition at line 75 of file JShowerFitParameters_t.hh.

double JRECONSTRUCTION::JShowerFitParameters_t::Vmax_npe

maximum number of of photo-electrons

Definition at line 76 of file JShowerFitParameters_t.hh.

double JRECONSTRUCTION::JShowerFitParameters_t::DMax_m

maximal distance to optical module [m]

Definition at line 77 of file JShowerFitParameters_t.hh.

double JRECONSTRUCTION::JShowerFitParameters_t::epsilon

tolerance for minimisation

Definition at line 78 of file JShowerFitParameters_t.hh.


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