ORCA muon reconstruction.
More...
#include <JORCAMuonReconstruction.hh>
ORCA muon reconstruction.
Definition at line 38 of file JORCAMuonReconstruction.hh.
◆ JORCAMuonReconstruction()
Constructor.
- Parameters
-
parameters | parameters |
storage | storage |
rates_Hz | K40 rates [Hz] |
pmtParameters | PMT parameters |
correct | energy correction |
debug | debug |
Definition at line 139 of file JORCAMuonReconstruction.hh.
144 :
147 start (parameters.start, storage.start, rates_Hz,
debug),
149 start2 (parameters.start2, storage.start2, rates_Hz,
debug),
150 energy (parameters.energy, storage.energy, pmtParameters, correct,
debug),
152 {}
◆ getInput()
Get input data.
- Parameters
-
router | module router |
summary | summary data |
event | event |
coverage | coverage |
- Returns
- input data
Definition at line 164 of file JORCAMuonReconstruction.hh.
168 {
170
178
179 return input;
180 }
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 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 JDAQEvent &event, const coverage_type &coverage) const
Get input data.
input_type getInput(const JModuleRouter &router, const JDAQEvent &event, const JEvt &in, const coverage_type &coverage) const
Get input data.
◆ operator()()
JEvt JRECONSTRUCTION::JORCAMuonReconstruction::operator() |
( |
input_type & | input | ) |
|
|
inline |
Fit function.
- Parameters
-
- Returns
- fit results
Definition at line 189 of file JORCAMuonReconstruction.hh.
190 {
192
193 input.simplex.in =
prefit(input.prefit);
194
196
197 input.start.in =
simplex(input.simplex);
198
200
201 input.gandalf.in =
start(input.start);
202
204
205 input.start2.in =
gandalf(input.gandalf);
206
208
209 input.energy.in =
start2(input.start2);
210
212
213 input.features.in=
energy(input.energy);
214
216
218
220
221 for (JFIT::JEvt::iterator i = out.begin(); i != out.end(); ++i) {
223 }
224
225 return out;
226 }
◆ prefit
JMuonPrefit JRECONSTRUCTION::JORCAMuonReconstruction::prefit |
◆ simplex
JMuonSimplex JRECONSTRUCTION::JORCAMuonReconstruction::simplex |
◆ start
JMuonStart JRECONSTRUCTION::JORCAMuonReconstruction::start |
◆ gandalf
JMuonGandalf JRECONSTRUCTION::JORCAMuonReconstruction::gandalf |
◆ start2
JMuonStart JRECONSTRUCTION::JORCAMuonReconstruction::start2 |
◆ energy
JMuonEnergy JRECONSTRUCTION::JORCAMuonReconstruction::energy |
◆ features
The documentation for this struct was generated from the following file: