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] |
correct | energy correction |
debug | debug |
Definition at line 128 of file JORCAReconstruction.hh.
132 :
133 muon (parameters.muon, storage.muon, rates_Hz, correct.muon,
debug),
134 shower(parameters.shower, storage.shower, correct.shower,
debug)
135 {}
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 147 of file JORCAReconstruction.hh.
151 {
153
154 input.muon =
muon .
getInput(router, summary, event, coverage);
156
157 return input;
158 }
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 167 of file JORCAReconstruction.hh.
168 {
170
171 out +=
muon (input.muon);
172 out +=
shower(input.shower);
173
174 return out;
175 }
◆ muon
◆ shower
The documentation for this struct was generated from the following file: