|
Jpp 20.0.0-rc.3
the software that should make you happy
|
Acoustic super event fit. More...
#include <JSuperEvt.hh>
Classes | |
| struct | rx_t |
| Acoustics transmission. More... | |
| struct | tx_t |
| Acoustics emission. More... | |
Public Types | |
| typedef std::vector< tx_t > | tx_type |
| typedef std::vector< rx_t > | rx_type |
Public Member Functions | |
| JSuperEvt () | |
| Default constructor. | |
| JSuperEvt (const JEvt &event) | |
| Constructor. | |
| virtual JReader & | read (JReader &in) override |
| Read from input. | |
| virtual JWriter & | write (JWriter &out) const override |
| Write to output. | |
| ClassDefOverride (JSuperEvt, 1) | |
| ClassDefOverride (JEvt, 9) | |
| ClassDef (JHead, 7) | |
Public Attributes | |
| tx_type | tx |
| rx_type | rx |
| int | detid |
| detector identifier | |
| double | UNIXTimeStart |
| start time | |
| double | UNIXTimeStop |
| stop time | |
| int | nhit |
| number of hits | |
| int | nfit |
| number of hits used in fit (after outlier removal) | |
| int | npar |
| number of fit parameters | |
| double | ndf |
| weighed number of degrees of freedom | |
| double | chi2 |
| chi2 | |
| int | numberOfIterations |
| number of iterations | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JSuperEvt &event) |
| Write super event to output. | |
Acoustic super event fit.
Definition at line 35 of file JSuperEvt.hh.
Definition at line 189 of file JSuperEvt.hh.
Definition at line 190 of file JSuperEvt.hh.
|
inline |
|
inline |
Read from input.
| in | reader |
Implements JIO::JSerialisable.
Definition at line 233 of file JSuperEvt.hh.
Write to output.
| out | writer |
Implements JIO::JSerialisable.
Definition at line 250 of file JSuperEvt.hh.
| JACOUSTICS::JSuperEvt::ClassDefOverride | ( | JSuperEvt | , |
| 1 | ) |
|
inherited |
|
inherited |
|
friend |
Write super event to output.
| out | output stream |
| event | super event |
Definition at line 202 of file JSuperEvt.hh.
| tx_type JACOUSTICS::JSuperEvt::tx |
Definition at line 192 of file JSuperEvt.hh.
| rx_type JACOUSTICS::JSuperEvt::rx |
Definition at line 193 of file JSuperEvt.hh.
|
inherited |
detector identifier
Definition at line 260 of file JAcoustics/JEvt.hh.
|
inherited |
start time
Definition at line 261 of file JAcoustics/JEvt.hh.
|
inherited |
stop time
Definition at line 262 of file JAcoustics/JEvt.hh.
|
inherited |
number of hits
Definition at line 263 of file JAcoustics/JEvt.hh.
|
inherited |
number of hits used in fit (after outlier removal)
Definition at line 264 of file JAcoustics/JEvt.hh.
|
inherited |
number of fit parameters
Definition at line 265 of file JAcoustics/JEvt.hh.
|
inherited |
weighed number of degrees of freedom
Definition at line 266 of file JAcoustics/JEvt.hh.
|
inherited |
chi2
Definition at line 267 of file JAcoustics/JEvt.hh.
|
inherited |
number of iterations
Definition at line 268 of file JAcoustics/JEvt.hh.