|
Jpp test-rotations-old-533-g2bdbdb559
the software that should make you happy
|
Struct for storing spark removal summary data. More...
#include <JSparkSummary.hh>
Public Member Functions | |
| ClassDefNV (JSparkSummary, 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. | |
Struct for storing spark removal summary data.
Definition at line 22 of file JSparkSummary.hh.
| JRECONSTRUCTION::JSparkSummary::ClassDefNV | ( | JSparkSummary | , |
| 1 | ) |
| double JRECONSTRUCTION::JSparkSummary::Dmin = std::numeric_limits<double>::max() |
Minimum distance from reconstructed shower vertex to any DOM [m].
Definition at line 24 of file JSparkSummary.hh.
| int JRECONSTRUCTION::JSparkSummary::Dmin_ModuleID = -1 |
DOM ID corresponding to the DOM at Dmin_DOM.
Definition at line 25 of file JSparkSummary.hh.
| size_t JRECONSTRUCTION::JSparkSummary::nMaxPMT_snapshot = 0 |
maximum number of PMT with at least one hit in any DOM
Definition at line 28 of file JSparkSummary.hh.
| int JRECONSTRUCTION::JSparkSummary::nMaxPMT_snapshot_ModuleID = -1 |
DOM ID with maximum number of PMT hits in the snapshot.
Definition at line 29 of file JSparkSummary.hh.
| size_t JRECONSTRUCTION::JSparkSummary::nMaxPMT_trigger = 0 |
maximum number of PMT with at least one triggered hit in any DOM
Definition at line 30 of file JSparkSummary.hh.
| int JRECONSTRUCTION::JSparkSummary::nMaxPMT_trigger_ModuleID = -1 |
DOM ID with maximum number of PMT triggered.
Definition at line 31 of file JSparkSummary.hh.