|
Jpp
19.1.0-rc.1
the software that should make you happy
|
class to handle the direction fit of the shower reconstruction, mainly dedicated for ORCA More...
#include <JShowerFit.hh>
Public Member Functions | |
| JShowerFit (const JShowerFitParameters_t ¶meters, const JModuleRouter &router, const JSummaryRouter &summary, const std::string pdfFile, const JShowerEnergyCorrection &correct, 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 JShowerFitParameters_t ¶meters) const |
| Equality. More... | |
| ClassDef (JShowerFitParameters_t, 2) | |
Public Attributes | |
| const JModuleRouter & | router |
| const JSummaryRouter & | summary |
| const JShowerEnergyCorrection & | correct |
| size_t | numberOfPrefits |
| number of prefits More... | |
| double | TMax_ns |
| maximum time for local coincidences [ns] More... | |
| double | TMin_ns |
| minimum time for local coincidences [ns] More... | |
| double | DStep_m |
| step increase for the distance to optical module [m] More... | |
| double | R_Hz |
| default rate [Hz] More... | |
| int | mestimator |
| M-estimator More... | |
| double | Vmax_npe |
| maximum number of of photo-electrons More... | |
| double | DMax_m |
| maximal distance to optical module [m] More... | |
Private Types | |
| typedef JRegressor< JShower3EZ, JGandalf > | JRegressor_t |
class to handle the direction fit of the shower reconstruction, mainly dedicated for ORCA
Definition at line 72 of file JShowerFit.hh.
|
private |
Definition at line 77 of file JShowerFit.hh.
|
inline |
Parameterized constructor.
| parameters | struct that holds default-optimized parameters for the reconstruction, available in $JPP_DATA. |
| router | module router, this is built via detector file. |
| summary | summary router |
| pdfFile | PDF file |
| correct | energy correction |
| debug | debug |
Definition at line 92 of file JShowerFit.hh.
|
inline |
Declaration of the member function that actually performs the reconstruction.
| event | = JDAQEvent |
| in | = input fits |
Definition at line 128 of file JShowerFit.hh.
|
inlineinherited |
Reset fit parameters.
Definition at line 35 of file JShowerFitParameters_t.hh.
|
inlineinherited |
Equality.
| parameters | fit parameters |
Definition at line 53 of file JShowerFitParameters_t.hh.
|
inherited |
| const JModuleRouter& JRECONSTRUCTION::JShowerFit::router |
Definition at line 212 of file JShowerFit.hh.
| const JSummaryRouter& JRECONSTRUCTION::JShowerFit::summary |
Definition at line 213 of file JShowerFit.hh.
| const JShowerEnergyCorrection& JRECONSTRUCTION::JShowerFit::correct |
Definition at line 214 of file JShowerFit.hh.
|
inherited |
number of prefits
Definition at line 69 of file JShowerFitParameters_t.hh.
|
inherited |
maximum time for local coincidences [ns]
Definition at line 70 of file JShowerFitParameters_t.hh.
|
inherited |
minimum time for local coincidences [ns]
Definition at line 71 of file JShowerFitParameters_t.hh.
|
inherited |
step increase for the distance to optical module [m]
Definition at line 72 of file JShowerFitParameters_t.hh.
|
inherited |
default rate [Hz]
Definition at line 73 of file JShowerFitParameters_t.hh.
|
inherited |
M-estimator
Definition at line 74 of file JShowerFitParameters_t.hh.
|
inherited |
maximum number of of photo-electrons
Definition at line 75 of file JShowerFitParameters_t.hh.
|
inherited |
maximal distance to optical module [m]
Definition at line 76 of file JShowerFitParameters_t.hh.