| 
    Jpp
    18.0.0
    
   the software that should make you happy 
   | 
 
Auxiliary data structure to convert model to event. More...
#include <JEvtToolkit.hh>
  
 Public Member Functions | |
| getEvt (const JHead &header, const JModel &model) | |
| Constructor.  More... | |
| virtual JReader & | read (JReader &in) override | 
| Read from input.  More... | |
| virtual JWriter & | write (JWriter &out) const override | 
| Write to output.  More... | |
| ClassDefOverride (JEvt, 7) | |
| ClassDef (JHead, 5) | |
Public Attributes | |
| std::string | oid | 
| detector identifier  More... | |
| double | UNIXTimeStart | 
| start time  More... | |
| double | UNIXTimeStop | 
| stop time  More... | |
| int | nhit | 
| number of hits  More... | |
| int | nfit | 
| number of hits used in fit (after outlier removal)  More... | |
| int | npar | 
| number of fit parameters  More... | |
| double | ndf | 
| weighed number of degrees of freedom  More... | |
| double | chi2 | 
| chi2  More... | |
Auxiliary data structure to convert model to event.
Definition at line 114 of file JAcoustics/JEvtToolkit.hh.
Constructor.
| header | header | 
| model | model | 
Definition at line 123 of file JAcoustics/JEvtToolkit.hh.
Read from input.
| in | reader | 
Implements JIO::JSerialisable.
Reimplemented in JACOUSTICS::JSuperEvt.
Definition at line 389 of file JAcoustics/JEvt.hh.
Write to output.
| out | writer | 
Implements JIO::JSerialisable.
Reimplemented in JACOUSTICS::JSuperEvt.
Definition at line 404 of file JAcoustics/JEvt.hh.
      
  | 
  inherited | 
      
  | 
  inherited | 
      
  | 
  inherited | 
detector identifier
Definition at line 255 of file JAcoustics/JEvt.hh.
      
  | 
  inherited | 
start time
Definition at line 256 of file JAcoustics/JEvt.hh.
      
  | 
  inherited | 
stop time
Definition at line 257 of file JAcoustics/JEvt.hh.
      
  | 
  inherited | 
number of hits
Definition at line 258 of file JAcoustics/JEvt.hh.
      
  | 
  inherited | 
number of hits used in fit (after outlier removal)
Definition at line 259 of file JAcoustics/JEvt.hh.
      
  | 
  inherited | 
number of fit parameters
Definition at line 260 of file JAcoustics/JEvt.hh.
      
  | 
  inherited | 
weighed number of degrees of freedom
Definition at line 261 of file JAcoustics/JEvt.hh.
      
  | 
  inherited | 
chi2
Definition at line 262 of file JAcoustics/JEvt.hh.
 1.8.5