Jpp
15.0.1-rc.2-highQE
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, 1) | |
Public Attributes | |
const JModuleRouter & | router |
const JSummaryRouter & | summary |
size_t | numberOfPrefits |
number of prefits More... | |
size_t | numberOfOutfits |
number of fits to be saved in output 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... | |
double | E_GeV |
energy [GeV] 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< JPoint4D, JGandalf > | JRegressor_t |
class to handle the second position fit of the shower reconstruction, mainly dedicated for ORCA
Definition at line 72 of file JShowerPositionFit.hh.
|
private |
Definition at line 79 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 93 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 124 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 52 of file JShowerPositionFitParameters_t.hh.
|
inherited |
const JModuleRouter& JRECONSTRUCTION::JShowerPositionFit::router |
Definition at line 186 of file JShowerPositionFit.hh.
const JSummaryRouter& JRECONSTRUCTION::JShowerPositionFit::summary |
Definition at line 187 of file JShowerPositionFit.hh.
|
inherited |
number of prefits
Definition at line 69 of file JShowerPositionFitParameters_t.hh.
|
inherited |
number of fits to be saved in output
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 |
road width [m]
Definition at line 73 of file JShowerPositionFitParameters_t.hh.
|
inherited |
minimal cosine space angle between PMT axes
Definition at line 74 of file JShowerPositionFitParameters_t.hh.
|
inherited |
energy [GeV]
Definition at line 75 of file JShowerPositionFitParameters_t.hh.
|
inherited |
default rate [Hz]
Definition at line 76 of file JShowerPositionFitParameters_t.hh.
|
inherited |
transition-time spread [ns]
Definition at line 77 of file JShowerPositionFitParameters_t.hh.
|
inherited |
maximum number of of photo-electrons
Definition at line 78 of file JShowerPositionFitParameters_t.hh.
|
inherited |
maximum number of iterations
Definition at line 79 of file JShowerPositionFitParameters_t.hh.