Jpp 20.0.0-rc.2
the software that should make you happy
|
class to handle the second position fit of the shower reconstruction, mainly dedicated for ORCA More...
#include <JShowerPositionFit.hh>
Classes | |
struct | input_type |
Input data type. More... | |
Public Member Functions | |
JShowerPositionFit (const JShowerPositionFitParameters_t ¶meters, const storage_type &storage, const int debug=0) | |
Parameterized constructor. | |
input_type | getInput (const JModuleRouter &router, const JSummaryRouter &summary, const JDAQEvent &event, const JEvt &in, const coverage_type &coverage) const |
Get input data. | |
JEvt | operator() (const input_type &input) |
Fit function. | |
void | reset () |
Reset fit parameters. | |
bool | equals (const JShowerPositionFitParameters_t ¶meters) const |
Equality. | |
ClassDef (JShowerPositionFitParameters_t, 2) | |
Public Attributes | |
size_t | numberOfPrefits |
number of prefits | |
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 | Emin_GeV |
minimum energy to scan | |
double | Emax_GeV |
maximum energy to scan | |
int | En |
number of points to scan in energy range | |
double | R_Hz |
default rate [Hz] | |
double | TTS_ns |
transition-time spread [ns] | |
double | VMax_npe |
maximum number of of photo-electrons | |
int | NMax |
maximum number of iterations | |
Private Types | |
typedef JHitW0 | hit_type |
typedef std::vector< hit_type > | buffer_type |
typedef JRegressor< JPoint4E, JGandalf > | JRegressor_t |
Private Attributes | |
std::vector< double > | Ev |
class to handle the second position fit of the shower reconstruction, mainly dedicated for ORCA
Definition at line 78 of file JShowerPositionFit.hh.
Definition at line 84 of file JShowerPositionFit.hh.
Definition at line 85 of file JShowerPositionFit.hh.
Definition at line 86 of file JShowerPositionFit.hh.
|
inline |
Parameterized constructor.
parameters | struct that holds default-optimized parameters for the reconstruction |
storage | storage |
debug | debug |
Definition at line 128 of file JShowerPositionFit.hh.
|
inline |
Get input data.
router | module router |
summary | summary data |
event | event |
in | start values |
coverage | coverage |
Definition at line 170 of file JShowerPositionFit.hh.
|
inline |
Fit function.
input | input data |
Definition at line 198 of file JShowerPositionFit.hh.
|
inlineinherited |
Reset fit parameters.
Definition at line 32 of file JShowerPositionFitParameters_t.hh.
|
inlineinherited |
Equality.
parameters | fit parameters |
Definition at line 53 of file JShowerPositionFitParameters_t.hh.
|
inherited |
|
private |
Definition at line 88 of file JShowerPositionFit.hh.
|
inherited |
number of prefits
Definition at line 70 of file JShowerPositionFitParameters_t.hh.
|
inherited |
maximum time for local coincidences [ns]
Definition at line 71 of file JShowerPositionFitParameters_t.hh.
|
inherited |
minimum time for local coincidences [ns]
Definition at line 72 of file JShowerPositionFitParameters_t.hh.
|
inherited |
maximal distance to optical module [m]
Definition at line 73 of file JShowerPositionFitParameters_t.hh.
|
inherited |
minimum energy to scan
Definition at line 74 of file JShowerPositionFitParameters_t.hh.
|
inherited |
maximum energy to scan
Definition at line 75 of file JShowerPositionFitParameters_t.hh.
|
inherited |
number of points to scan in energy range
Definition at line 76 of file JShowerPositionFitParameters_t.hh.
|
inherited |
default rate [Hz]
Definition at line 77 of file JShowerPositionFitParameters_t.hh.
|
inherited |
transition-time spread [ns]
Definition at line 78 of file JShowerPositionFitParameters_t.hh.
|
inherited |
maximum number of of photo-electrons
Definition at line 79 of file JShowerPositionFitParameters_t.hh.
|
inherited |
maximum number of iterations
Definition at line 80 of file JShowerPositionFitParameters_t.hh.