|
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 <JShowerBjorkenY.hh>
Public Member Functions | |
| JShowerBjorkenY (const JShowerBjorkenYParameters_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... | |
| double | getFinalBjY (double E_em, double E_h) |
| void | reset () |
| Reset fit parameters. More... | |
| bool | equals (const JShowerBjorkenYParameters_t ¶meters) const |
| Equality. More... | |
| ClassDef (JShowerBjorkenYParameters_t, 1) | |
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 | roadWidth_m |
| road width [m] More... | |
| double | R_Hz |
| default rate [Hz] More... | |
| int | mestimator |
| M-estimator More... | |
| double | fit_step |
| simplex initial step More... | |
| double | VMax_npe |
| maximum number of of photo-electrons More... | |
| int | NMax |
| maximum number of iterations More... | |
Private Types | |
| typedef JRegressor< JShowerEH, JSimplex > | JRegressor_t |
class to handle the direction fit of the shower reconstruction, mainly dedicated for ORCA
Definition at line 74 of file JShowerBjorkenY.hh.
|
private |
Definition at line 79 of file JShowerBjorkenY.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 94 of file JShowerBjorkenY.hh.
|
inline |
Declaration of the member function that actually performs the reconstruction.
| event | = JDAQEvent |
| in | = input fits |
Definition at line 122 of file JShowerBjorkenY.hh.
|
inline |
Definition at line 229 of file JShowerBjorkenY.hh.
|
inlineinherited |
Reset fit parameters.
Definition at line 35 of file JShowerBjorkenYParameters_t.hh.
|
inlineinherited |
Equality.
| parameters | fit parameters |
Definition at line 54 of file JShowerBjorkenYParameters_t.hh.
|
inherited |
| const JModuleRouter& JRECONSTRUCTION::JShowerBjorkenY::router |
Definition at line 219 of file JShowerBjorkenY.hh.
| const JSummaryRouter& JRECONSTRUCTION::JShowerBjorkenY::summary |
Definition at line 220 of file JShowerBjorkenY.hh.
| const JShowerEnergyCorrection& JRECONSTRUCTION::JShowerBjorkenY::correct |
Definition at line 221 of file JShowerBjorkenY.hh.
|
inherited |
number of prefits
Definition at line 69 of file JShowerBjorkenYParameters_t.hh.
|
inherited |
maximum time for local coincidences [ns]
Definition at line 70 of file JShowerBjorkenYParameters_t.hh.
|
inherited |
minimum time for local coincidences [ns]
Definition at line 71 of file JShowerBjorkenYParameters_t.hh.
|
inherited |
road width [m]
Definition at line 72 of file JShowerBjorkenYParameters_t.hh.
|
inherited |
default rate [Hz]
Definition at line 73 of file JShowerBjorkenYParameters_t.hh.
|
inherited |
M-estimator
Definition at line 74 of file JShowerBjorkenYParameters_t.hh.
|
inherited |
simplex initial step
Definition at line 75 of file JShowerBjorkenYParameters_t.hh.
|
inherited |
maximum number of of photo-electrons
Definition at line 76 of file JShowerBjorkenYParameters_t.hh.
|
inherited |
maximum number of iterations
Definition at line 77 of file JShowerBjorkenYParameters_t.hh.