|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Struct for storing analysis variables. More...
#include <JAnalysisSummary.hh>
Public Member Functions | |
| ClassDefNV (JAnalysisSummary, 1) | |
Public Attributes | |
| double | Dmin = std::numeric_limits<double>::max() |
| Minimum distance from reconstructed shower vertex to any DOM [m]. | |
| int | Dmin_ModuleID = -1 |
| DOM ID corresponding to the DOM at Dmin_DOM. | |
| size_t | nMaxPMT_snapshot = 0 |
| maximum number of PMT with at least one hit in any DOM | |
| int | nMaxPMT_snapshot_ModuleID = -1 |
| DOM ID with maximum number of PMT hits in the snapshot. | |
| size_t | nMaxPMT_trigger = 0 |
| maximum number of PMT with at least one triggered hit in any DOM | |
| int | nMaxPMT_trigger_ModuleID = -1 |
| DOM ID with maximum number of PMT triggered. | |
| double | visible_energy_total = 0 |
| double | visible_energy_lepton = 0 |
| double | visible_energy_hadron = 0 |
Struct for storing analysis variables.
It includes spark-removal variables and visible energy variables, the idea is to be expandable.
Definition at line 20 of file JAnalysisSummary.hh.
| JRECONSTRUCTION::JAnalysisSummary::ClassDefNV | ( | JAnalysisSummary | , |
| 1 | ) |
| double JRECONSTRUCTION::JAnalysisSummary::Dmin = std::numeric_limits<double>::max() |
Minimum distance from reconstructed shower vertex to any DOM [m].
Definition at line 22 of file JAnalysisSummary.hh.
| int JRECONSTRUCTION::JAnalysisSummary::Dmin_ModuleID = -1 |
DOM ID corresponding to the DOM at Dmin_DOM.
Definition at line 23 of file JAnalysisSummary.hh.
| size_t JRECONSTRUCTION::JAnalysisSummary::nMaxPMT_snapshot = 0 |
maximum number of PMT with at least one hit in any DOM
Definition at line 26 of file JAnalysisSummary.hh.
| int JRECONSTRUCTION::JAnalysisSummary::nMaxPMT_snapshot_ModuleID = -1 |
DOM ID with maximum number of PMT hits in the snapshot.
Definition at line 27 of file JAnalysisSummary.hh.
| size_t JRECONSTRUCTION::JAnalysisSummary::nMaxPMT_trigger = 0 |
maximum number of PMT with at least one triggered hit in any DOM
Definition at line 28 of file JAnalysisSummary.hh.
| int JRECONSTRUCTION::JAnalysisSummary::nMaxPMT_trigger_ModuleID = -1 |
DOM ID with maximum number of PMT triggered.
Definition at line 29 of file JAnalysisSummary.hh.
| double JRECONSTRUCTION::JAnalysisSummary::visible_energy_total = 0 |
Definition at line 32 of file JAnalysisSummary.hh.
| double JRECONSTRUCTION::JAnalysisSummary::visible_energy_lepton = 0 |
Definition at line 33 of file JAnalysisSummary.hh.
| double JRECONSTRUCTION::JAnalysisSummary::visible_energy_hadron = 0 |
Definition at line 34 of file JAnalysisSummary.hh.