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 |
correct | energy correction |
debug | debug |
Definition at line 126 of file JORCAShowerReconstruction.hh.
129 :
134 fit (parameters.fit, storage.fit, correct,
debug)
135 {}
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 147 of file JORCAShowerReconstruction.hh.
151 {
153
159
160 return input;
161 }
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 170 of file JORCAShowerReconstruction.hh.
171 {
173
175
176 {
177 out =
prefit(input.prefit);
178
180 }
181 {
182 input.simplex.in = out;
183
185
187 }
188 {
189 input.position.in = out;
190
192
194 }
195 {
196 input.direction.in = out;
197
199
201 }
202 {
203 input.fit.in = out;
204
205 out =
fit(input.fit);
206
208 }
209 {
210 for (JFIT::JEvt::iterator i = out.begin(); i != out.end(); ++i) {
212 }
213 }
214
215 return out;
216 }
static const int JSHOWERPOSITIONFIT
static const int JSHOWERDIRECTIONPREFIT
static const int JSHOWERPOINTSIMPLEX
static const int JSHOWERCOMPLETEFIT
static const int JSHOWERPREFIT
◆ prefit
◆ simplex
◆ position
◆ direction
◆ fit
JShowerFit JRECONSTRUCTION::JORCAShowerReconstruction::fit |
The documentation for this struct was generated from the following file: