Jpp 20.0.0-195-g190c9e876
the software that should make you happy
Loading...
Searching...
No Matches
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.
 
virtual ~JShowerPointSimplexParameters_t ()
 Virtual destructor.
 
void reset ()
 Reset fit parameters.
 
bool equals (const JShowerPointSimplexParameters_t &parameters) const
 Equality.
 
 ClassDef (JShowerPointSimplexParameters_t, 3)
 

Public Attributes

size_t numberOfPrefits
 number of prefits
 
size_t numberOfPostfits
 number of postfits
 
double Qwatershed
 quality threshold
 
double sigma_ns
 time resolution [ns]
 
double TMaxLocal_ns
 time window for local coincidences [ns]
 
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 ctMin
 minimal cosine space angle between PMT axes
 
int mestimator
 m-estimator (see JFIT::JMEstimator_t)
 
int NMax
 maximum number of iterations
 

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 numberOfPostfits = 0; // 0 means do not select
39 Qwatershed = 0; // 0 means no watershed algorithm
40 sigma_ns = 1;
41 TMaxLocal_ns = 10;
42 TMax_ns = 60.0;
43 TMin_ns = -60.0;
44 DMax_m = 50.0;
45 ctMin = 0.2;
47 NMax = 1000;
48 }
@ EM_LORENTZIAN
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 56 of file JShowerPointSimplexParameters_t.hh.

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

◆ ClassDef()

JRECONSTRUCTION::JShowerPointSimplexParameters_t::ClassDef ( JShowerPointSimplexParameters_t ,
3  )

Member Data Documentation

◆ numberOfPrefits

size_t JRECONSTRUCTION::JShowerPointSimplexParameters_t::numberOfPrefits

number of prefits

Definition at line 74 of file JShowerPointSimplexParameters_t.hh.

◆ numberOfPostfits

size_t JRECONSTRUCTION::JShowerPointSimplexParameters_t::numberOfPostfits

number of postfits

Definition at line 75 of file JShowerPointSimplexParameters_t.hh.

◆ Qwatershed

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::Qwatershed

quality threshold

Definition at line 76 of file JShowerPointSimplexParameters_t.hh.

◆ sigma_ns

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::sigma_ns

time resolution [ns]

Definition at line 77 of file JShowerPointSimplexParameters_t.hh.

◆ TMaxLocal_ns

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMaxLocal_ns

time window for local coincidences [ns]

Definition at line 78 of file JShowerPointSimplexParameters_t.hh.

◆ TMax_ns

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMax_ns

maximum time for local coincidences [ns]

Definition at line 79 of file JShowerPointSimplexParameters_t.hh.

◆ TMin_ns

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMin_ns

minimum time for local coincidences [ns]

Definition at line 80 of file JShowerPointSimplexParameters_t.hh.

◆ DMax_m

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::DMax_m

maximal distance to optical module [m]

Definition at line 81 of file JShowerPointSimplexParameters_t.hh.

◆ ctMin

double JRECONSTRUCTION::JShowerPointSimplexParameters_t::ctMin

minimal cosine space angle between PMT axes

Definition at line 82 of file JShowerPointSimplexParameters_t.hh.

◆ mestimator

int JRECONSTRUCTION::JShowerPointSimplexParameters_t::mestimator

m-estimator (see JFIT::JMEstimator_t)

Definition at line 83 of file JShowerPointSimplexParameters_t.hh.

◆ NMax

int JRECONSTRUCTION::JShowerPointSimplexParameters_t::NMax

maximum number of iterations

Definition at line 84 of file JShowerPointSimplexParameters_t.hh.


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