Jpp
debug
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>
Public Member Functions | |
JShowerPositionFit (const JShowerPositionFitParameters_t ¶meters, const JModuleRouter &router, const JSummaryRouter &summary, const std::string pdfFile, 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 JShowerPositionFitParameters_t ¶meters) const |
Equality. More... | |
ClassDef (JShowerPositionFitParameters_t, 2) | |
Public Attributes | |
const JModuleRouter & | router |
const JSummaryRouter & | summary |
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 | DMax_m |
maximal distance to optical module [m] More... | |
double | Emin_GeV |
minimum energy to scan More... | |
double | Emax_GeV |
maximum energy to scan More... | |
int | En |
number of points to scan in energy range More... | |
double | R_Hz |
default rate [Hz] More... | |
double | TTS_ns |
transition-time spread [ns] More... | |
double | VMax_npe |
maximum number of of photo-electrons More... | |
int | NMax |
maximum number of iterations More... | |
Private Types | |
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 73 of file JShowerPositionFit.hh.
|
private |
Definition at line 80 of file JShowerPositionFit.hh.
|
inline |
Parameterized constructor.
parameters | struct that holds default-optimized parameters for the reconstruction |
router | module router, this is built via detector file. |
summary | summary router |
pdfFile | file name with PDF |
debug | debug |
Definition at line 94 of file JShowerPositionFit.hh.
|
inline |
Declaration of the member function that actually performs the reconstruction.
event | which is a JDAQEvent |
in | input fits |
Definition at line 137 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 82 of file JShowerPositionFit.hh.
const JModuleRouter& JRECONSTRUCTION::JShowerPositionFit::router |
Definition at line 196 of file JShowerPositionFit.hh.
const JSummaryRouter& JRECONSTRUCTION::JShowerPositionFit::summary |
Definition at line 197 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.