ORCA shower reconstruction.
More...
#include <JORCAShowerReconstruction.hh>
ORCA shower reconstruction.
Definition at line 39 of file JORCAShowerReconstruction.hh.
◆ JORCAShowerReconstruction()
Constructor.
- Parameters
-
| parameters | parameters |
| storage | storage |
| pmtParameters | PMT parameters |
| correct | energy correction |
| debug | debug |
Definition at line 135 of file JORCAShowerReconstruction.hh.
139 :
142 position (parameters.position, storage.position, pmtParameters,
debug),
143 direction(parameters.direction, storage.direction, pmtParameters,
debug),
144 fit (parameters.fit, storage.fit, pmtParameters, correct,
debug),
145 features (parameters.features, storage.features, pmtParameters,
debug)
146 {}
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 158 of file JORCAShowerReconstruction.hh.
162 {
164
171
172 return input;
173 }
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.
input_type getInput(const JModuleRouter &router, const JSummaryRouter &summary, const JDAQEvent &event, const JEvt &in, 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 182 of file JORCAShowerReconstruction.hh.
183 {
185
186 input.simplex.in =
prefit(input.prefit);
187
189
190 input.position.in =
simplex(input.simplex);
191
193
194 input.direction.in =
position(input.position);
195
197
198 input.fit.in =
direction(input.direction);
199
201
202 input.features.in =
fit(input.fit);
203
205
207
209
210 for (JFIT::JEvt::iterator i = out.begin(); i != out.end(); ++i) {
212 }
213
214 return out;
215 }
◆ prefit
◆ simplex
◆ position
◆ direction
◆ fit
| JShowerFit JRECONSTRUCTION::JORCAShowerReconstruction::fit |
◆ features
The documentation for this struct was generated from the following file: