|
Jpp
debug
the software that should make you happy
|
#include <JShowerPointSimplexParameters_t.hh>
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 ¶meters) 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... | |
Definition at line 15 of file JShowerPointSimplexParameters_t.hh.
|
inline |
Default constructor.
Definition at line 21 of file JShowerPointSimplexParameters_t.hh.
|
inlinevirtual |
|
inline |
Reset fit parameters.
Definition at line 35 of file JShowerPointSimplexParameters_t.hh.
|
inline |
Equality.
| parameters | fit parameters |
Definition at line 54 of file JShowerPointSimplexParameters_t.hh.
| JRECONSTRUCTION::JShowerPointSimplexParameters_t::ClassDef | ( | JShowerPointSimplexParameters_t | , |
| 2 | |||
| ) |
| size_t JRECONSTRUCTION::JShowerPointSimplexParameters_t::numberOfPrefits |
number of prefits
Definition at line 70 of file JShowerPointSimplexParameters_t.hh.
| double JRECONSTRUCTION::JShowerPointSimplexParameters_t::sigma_ns |
time resolution [ns]
Definition at line 71 of file JShowerPointSimplexParameters_t.hh.
| double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMaxLocal_ns |
time window for local coincidences [ns]
Definition at line 72 of file JShowerPointSimplexParameters_t.hh.
| double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMax_ns |
maximum time for local coincidences [ns]
Definition at line 73 of file JShowerPointSimplexParameters_t.hh.
| double JRECONSTRUCTION::JShowerPointSimplexParameters_t::TMin_ns |
minimum time for local coincidences [ns]
Definition at line 74 of file JShowerPointSimplexParameters_t.hh.
| double JRECONSTRUCTION::JShowerPointSimplexParameters_t::DMax_m |
maximal distance to optical module [m]
Definition at line 75 of file JShowerPointSimplexParameters_t.hh.
| double JRECONSTRUCTION::JShowerPointSimplexParameters_t::ctMin |
minimal cosine space angle between PMT axes
Definition at line 76 of file JShowerPointSimplexParameters_t.hh.
| int JRECONSTRUCTION::JShowerPointSimplexParameters_t::mestimator |
m-estimator
Definition at line 77 of file JShowerPointSimplexParameters_t.hh.
| int JRECONSTRUCTION::JShowerPointSimplexParameters_t::NMax |
maximum number of iterations
Definition at line 78 of file JShowerPointSimplexParameters_t.hh.