Jpp
test_elongated_shower_pde
the software that should make you happy
|
class to handle the second position fit of the shower reconstruction, mainly dedicated for ORCA More...
#include <JShowerPointSimplex.hh>
Public Member Functions | |
JShowerPointSimplex (const JShowerPointSimplexParameters_t ¶meters, const JModuleRouter &router, const int debug=0) | |
Parameterized constructor. More... | |
JEvt | operator() (const KM3NETDAQ::JDAQEvent &event, const JFIT::JEvt &in) |
Declaration of the member function that actually performs the reconstruction. More... | |
void | reset () |
Reset fit parameters. More... | |
bool | equals (const JShowerPointSimplexParameters_t ¶meters) const |
Equality. More... | |
ClassDef (JShowerPointSimplexParameters_t, 1) | |
Public Attributes | |
const JModuleRouter & | router |
size_t | numberOfPrefits |
number of prefits More... | |
size_t | numberOfOutfits |
number of fits to be saved in output More... | |
size_t | minPrefitsSize |
number of prefits under which an event is treated as a very low energy one 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 | roadWidth_m |
road width [m] More... | |
double | ctMin |
minimal cosine space angle between PMT axes More... | |
JRange_t | TWindow_ns |
time window for local coincidences [ns] for events with few prefits More... | |
JRange_t | pos_grid_m |
edges in [m] of the position grid More... | |
double | pos_step_m |
step in [m] of position grid More... | |
JRange_t | time_grid_ns |
edges in [ns] of the time grid More... | |
double | time_step_ns |
step in [ns] of time grid More... | |
double | simplex_step_m |
step in [m] of JSimplex minimiser More... | |
double | simplex_step_ns |
step in [ns] of JSimplex minimiser More... | |
double | tukey_std_dev |
standard deviation of Tukey estimator More... | |
int | NMax |
maximum number of iterations More... | |
Private Types | |
typedef JRegressor< JPoint4D, JSimplex > | JRegressor_t |
typedef JTRIGGER::JHitR1 | hit_type |
typedef std::vector< hit_type > | buffer_type |
class to handle the second position fit of the shower reconstruction, mainly dedicated for ORCA
Definition at line 66 of file JShowerPointSimplex.hh.
|
private |
Definition at line 73 of file JShowerPointSimplex.hh.
|
private |
Definition at line 75 of file JShowerPointSimplex.hh.
|
private |
Definition at line 76 of file JShowerPointSimplex.hh.
|
inline |
Parameterized constructor.
parameters | struct that holds default-optimized parameters for the reconstruction. |
router | module router, this is built via detector file. |
debug | debug |
Definition at line 87 of file JShowerPointSimplex.hh.
|
inline |
Declaration of the member function that actually performs the reconstruction.
event | which is a JDAQEvent |
in | input fits |
Definition at line 108 of file JShowerPointSimplex.hh.
|
inlineinherited |
Reset fit parameters.
Definition at line 34 of file JShowerPointSimplexParameters_t.hh.
|
inlineinherited |
Equality.
parameters | fit parameters |
Definition at line 62 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
const JModuleRouter& JRECONSTRUCTION::JShowerPointSimplex::router |
Definition at line 202 of file JShowerPointSimplex.hh.
|
inherited |
number of prefits
Definition at line 86 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
number of fits to be saved in output
Definition at line 87 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
number of prefits under which an event is treated as a very low energy one
Definition at line 88 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
time resolution [ns]
Definition at line 89 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
time window for local coincidences [ns]
Definition at line 90 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
maximum time for local coincidences [ns]
Definition at line 91 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
minimum time for local coincidences [ns]
Definition at line 92 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
road width [m]
Definition at line 93 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
minimal cosine space angle between PMT axes
Definition at line 94 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
time window for local coincidences [ns] for events with few prefits
Definition at line 95 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
edges in [m] of the position grid
Definition at line 96 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
step in [m] of position grid
Definition at line 97 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
edges in [ns] of the time grid
Definition at line 98 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
step in [ns] of time grid
Definition at line 99 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
step in [m] of JSimplex minimiser
Definition at line 100 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
step in [ns] of JSimplex minimiser
Definition at line 101 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
standard deviation of Tukey estimator
Definition at line 102 of file JShowerPointSimplexParameters_t.hh.
|
inherited |
maximum number of iterations
Definition at line 103 of file JShowerPointSimplexParameters_t.hh.