ORCA reconstruction.
More...
#include <JORCAReconstruction.hh>
ORCA reconstruction.
Definition at line 28 of file JORCAReconstruction.hh.
◆ JORCAReconstruction()
Constructor.
- Parameters
-
parameters | parameters |
storage | storage |
rates_Hz | K40 rates [Hz] |
pmtParameters | PMT parameters |
correct | energy correction |
debug | debug |
Definition at line 129 of file JORCAReconstruction.hh.
134 :
135 muon (parameters.muon, storage.muon, rates_Hz, pmtParameters, correct.muon,
debug),
136 shower(parameters.shower, storage.shower, correct.shower,
debug)
137 {}
JORCAShowerReconstruction shower
JORCAMuonReconstruction muon
◆ getInput()
Get input data.
- Parameters
-
router | module router |
summary | summary data |
event | event |
coverage | coverage |
- Returns
- input data
Definition at line 149 of file JORCAReconstruction.hh.
153 {
155
156 input.muon =
muon .
getInput(router, summary, event, coverage);
158
159 return input;
160 }
input_type getInput(const JModuleRouter &router, const JSummaryRouter &summary, const JDAQEvent &event, const coverage_type &coverage) const
Get input data.
input_type getInput(const JModuleRouter &router, const JSummaryRouter &summary, const JDAQEvent &event, const coverage_type &coverage) const
Get input data.
◆ operator()()
JEvt JRECONSTRUCTION::JORCAReconstruction::operator() |
( |
input_type & | input | ) |
|
|
inline |
Fit function.
- Parameters
-
- Returns
- fit results
Definition at line 169 of file JORCAReconstruction.hh.
170 {
172
173 out +=
muon (input.muon);
174 out +=
shower(input.shower);
175
176 return out;
177 }
◆ muon
◆ shower
The documentation for this struct was generated from the following file: