|
Jpp 20.0.0-rc.9-29-gccc23c492-D
the software that should make you happy
|
Event with vertex. More...
Public Member Functions | |
| event_type () | |
| Default constructor. | |
| event_type (const JEvent &event) | |
| Copy constructor. | |
| event_type (const JVertex3D &vertex, const JEvent &event) | |
| Constructor. | |
| double | getQ () const |
| Get average quality. | |
| const int | getDetectorID () const |
| Get detector identifier. | |
| int | getOverlays () const |
| Get number of overlayed events. | |
| int | getID () const |
| Get emitter identifier. | |
| void | merge (const JEvent &event) |
| Merge event. | |
| virtual JReader & | read (JReader &in) override |
| Read from input. | |
| virtual JWriter & | write (JWriter &out) const override |
| Write to output. | |
| ClassDefOverride (JEvent, 4) | |
| int | getCounter () const |
| Get counter. | |
| ClassDefNV (JCounter, 1) | |
Static Public Member Functions | |
| template<class T > | |
| static void | overlap (T p, T q, const double Tmax_s) |
| Empty overlapping events. | |
Static Public Attributes | |
| static double | TOA_s = std::numeric_limits<double>::max() |
| start time of data | |
Protected Attributes | |
| int | detid |
| int | overlays |
| int | id |
| int | counter |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const event_type &object) |
| Write event to output stream. | |
Event with vertex.
Definition at line 140 of file JAcousticsTriggerProcessor.cc.
|
inline |
Default constructor.
Definition at line 147 of file JAcousticsTriggerProcessor.cc.
|
inline |
Copy constructor.
| event | event |
Definition at line 158 of file JAcousticsTriggerProcessor.cc.
|
inline |
Constructor.
| vertex | vertex |
| event | event |
Definition at line 170 of file JAcousticsTriggerProcessor.cc.
|
inline |
Get average quality.
Definition at line 182 of file JAcousticsTriggerProcessor.cc.
|
inlineinherited |
Get detector identifier.
|
inlineinherited |
Get number of overlayed events.
|
inlineinherited |
Get emitter identifier.
|
inlineinherited |
Merge event.
It is assumed that the transmissions in both events are ordered according the default less-than operator.
| event | event |
Definition at line 165 of file JEvent.hh.
|
inlinestaticinherited |
Empty overlapping events.
The events should be time sorted on input.
The time window applies to the difference between the first transmission of an event and the last transmission of the previous event.
| p | begin of events |
| q | end of events |
| Tmax_s | time window [s] |
Definition at line 247 of file JEvent.hh.
|
inlineoverridevirtualinherited |
|
inlineoverridevirtualinherited |
Write to output.
| out | writer |
|
inherited |
|
inlineinherited |
|
inherited |
|
friend |
Write event to output stream.
| out | output stream |
Definition at line 206 of file JAcousticsTriggerProcessor.cc.
|
static |
start time of data
Set start time of data.
Definition at line 217 of file JAcousticsTriggerProcessor.cc.
|
protectedinherited |
Definition at line 88 of file JCounter.hh.