Jpp  debug
the software that should make you happy
Public Member Functions | Public Attributes | List of all members
JRECONSTRUCTION::JShowerPointSimplexParameters_t Struct Reference

#include <JShowerPointSimplexParameters_t.hh>

Inheritance diagram for JRECONSTRUCTION::JShowerPointSimplexParameters_t:
TObject JRECONSTRUCTION::JShowerPointSimplex

Public Member Functions

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

Public Attributes

size_t numberOfPrefits
 number of prefits More...
 
double sigma_ns
 time resolution [ns] More...
 
double TMaxLocal_ns
 time window for local coincidences [ns] More...
 
double TMax_ns
 maximum time for local coincidences [ns] More...
 
double TMin_ns
 minimum time for local coincidences [ns] More...
 
double DMax_m
 maximal distance to optical module [m] More...
 
double ctMin
 minimal cosine space angle between PMT axes More...
 
int mestimator
 m-estimator More...
 
int NMax
 maximum number of iterations More...
 

Detailed Description

Definition at line 15 of file JShowerPointSimplexParameters_t.hh.

Constructor & Destructor Documentation

◆ JShowerPointSimplexParameters_t()

JRECONSTRUCTION::JShowerPointSimplexParameters_t::JShowerPointSimplexParameters_t ( )
inline

Default constructor.

Definition at line 21 of file JShowerPointSimplexParameters_t.hh.

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

◆ ~JShowerPointSimplexParameters_t()

virtual JRECONSTRUCTION::JShowerPointSimplexParameters_t::~JShowerPointSimplexParameters_t ( )
inlinevirtual

Virtual destructor.

Definition at line 29 of file JShowerPointSimplexParameters_t.hh.

30  {}

Member Function Documentation

◆ reset()

void JRECONSTRUCTION::JShowerPointSimplexParameters_t::reset ( )
inline

Reset fit parameters.

Definition at line 35 of file JShowerPointSimplexParameters_t.hh.

36  {
37  numberOfPrefits = 0; // 0 means process all inputs
38  sigma_ns = 1;
39  TMaxLocal_ns = 10;
40  TMax_ns = 60.0;
41  TMin_ns = -60.0;
42  DMax_m = 50.0;
43  ctMin = 0.2;
45  NMax = 1000;
46  }
@ EM_LORENTZIAN
Definition: JMEstimator.hh:187
double TMin_ns
minimum time for local coincidences [ns]
double TMaxLocal_ns
time window for local coincidences [ns]
double TMax_ns
maximum time for local coincidences [ns]
double ctMin
minimal cosine space angle between PMT axes
double DMax_m
maximal distance to optical module [m]

◆ equals()

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

Equality.

Parameters
parametersfit parameters
Returns
true if equals; else false

Definition at line 54 of file JShowerPointSimplexParameters_t.hh.

55  {
56  return (this->numberOfPrefits == parameters.numberOfPrefits &&
57  this->sigma_ns == parameters.sigma_ns &&
58  this->TMaxLocal_ns == parameters.TMaxLocal_ns &&
59  this->TMax_ns == parameters.TMax_ns &&
60  this->TMin_ns == parameters.TMin_ns &&
61  this->DMax_m == parameters.DMax_m &&
62  this->ctMin == parameters.ctMin &&
63  this->mestimator == parameters.mestimator &&
64  this->NMax == parameters.NMax
65  );
66  }

◆ ClassDef()

JRECONSTRUCTION::JShowerPointSimplexParameters_t::ClassDef ( JShowerPointSimplexParameters_t  ,
 
)

Member Data Documentation

◆ numberOfPrefits

size_t JRECONSTRUCTION::JShowerPointSimplexParameters_t::numberOfPrefits

number of prefits

Definition at line 70 of file JShowerPointSimplexParameters_t.hh.

◆ sigma_ns

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::sigma_ns

time resolution [ns]

Definition at line 71 of file JShowerPointSimplexParameters_t.hh.

◆ TMaxLocal_ns

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMaxLocal_ns

time window for local coincidences [ns]

Definition at line 72 of file JShowerPointSimplexParameters_t.hh.

◆ TMax_ns

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMax_ns

maximum time for local coincidences [ns]

Definition at line 73 of file JShowerPointSimplexParameters_t.hh.

◆ TMin_ns

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMin_ns

minimum time for local coincidences [ns]

Definition at line 74 of file JShowerPointSimplexParameters_t.hh.

◆ DMax_m

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::DMax_m

maximal distance to optical module [m]

Definition at line 75 of file JShowerPointSimplexParameters_t.hh.

◆ ctMin

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::ctMin

minimal cosine space angle between PMT axes

Definition at line 76 of file JShowerPointSimplexParameters_t.hh.

◆ mestimator

int JRECONSTRUCTION::JShowerPointSimplexParameters_t::mestimator

m-estimator

Definition at line 77 of file JShowerPointSimplexParameters_t.hh.

◆ NMax

int JRECONSTRUCTION::JShowerPointSimplexParameters_t::NMax

maximum number of iterations

Definition at line 78 of file JShowerPointSimplexParameters_t.hh.


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