ORCA shower reconstruction.
More...
#include <JORCAShowerReconstruction.hh>
ORCA shower reconstruction.
Definition at line 37 of file JORCAShowerReconstruction.hh.
◆ JORCAShowerReconstruction()
Constructor.
- Parameters
-
| parameters | parameters |
| storage | storage |
| pmtParameters | PMT parameters |
| correct | energy correction |
| debug | debug |
Definition at line 127 of file JORCAShowerReconstruction.hh.
131 :
134 position (parameters.position, storage.position, pmtParameters,
debug),
135 direction(parameters.direction, storage.direction, pmtParameters,
debug),
136 fit (parameters.fit, storage.fit, pmtParameters, correct,
debug)
137 {}
JShowerPointSimplex simplex
JShowerDirectionPrefit direction
JShowerPositionFit position
◆ getInput()
Get input data.
- Parameters
-
| router | module router |
| summary | summary data |
| event | event |
| coverage | coverage |
- Returns
- input data
Definition at line 149 of file JORCAShowerReconstruction.hh.
153 {
155
161
162 return input;
163 }
input_type getInput(const JModuleRouter &router, const JSummaryRouter &summary, const JDAQEvent &event, const JEvt &in, const coverage_type &coverage) const
Get input data.
input_type getInput(const JModuleRouter &router, const JSummaryRouter &summary, const JDAQEvent &event, const JEvt &in, const coverage_type &coverage) const
Get input data.
input_type getInput(const JModuleRouter &router, const KM3NETDAQ::JDAQEvent &event, const JEvt &in, const coverage_type &coverage) const
Get input data.
input_type getInput(const JModuleRouter &router, const JSummaryRouter &summary, const JDAQEvent &event, const JEvt &in, const coverage_type &coverage) const
Get input data.
input_type getInput(const JModuleRouter &router, const KM3NETDAQ::JDAQEvent &event, const coverage_type &coverage) const
Get input data.
◆ operator()()
| JEvt JRECONSTRUCTION::JORCAShowerReconstruction::operator() |
( |
input_type & | input | ) |
|
|
inline |
Fit function.
- Parameters
-
- Returns
- fit results
Definition at line 172 of file JORCAShowerReconstruction.hh.
173 {
175
176 input.simplex.in =
prefit(input.prefit);
177
179
180 input.position.in =
simplex(input.simplex);
181
183
184 input.direction.in =
position(input.position);
185
187
188 input.fit.in =
direction(input.direction);
189
191
193
195
196 for (JFIT::JEvt::iterator i = out.begin(); i != out.end(); ++i) {
198 }
199
200 return out;
201 }
◆ prefit
◆ simplex
◆ position
◆ direction
◆ fit
| JShowerFit JRECONSTRUCTION::JORCAShowerReconstruction::fit |
The documentation for this struct was generated from the following file: