| 
    Jpp
    17.2.0
    
   the software that should make you happy 
   | 
 
Acoustic event header. More...
#include <JEvt.hh>
  
 Public Member Functions | |
| JHead () | |
| Default constructor.  More... | |
| JHead (const std::string &oid, const double t0, const double t1, const int nhit, const int npar, const double ndf, const double chi2) | |
| Constructor.  More... | |
| virtual | ~JHead () | 
| Virtual destructor.  More... | |
| ClassDef (JHead, 4) | |
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 | npar | 
| number of fit parameters  More... | |
| double | ndf | 
| weighed number of degrees of freedom  More... | |
| double | chi2 | 
| chi2  More... | |
Acoustic event header.
Definition at line 113 of file JAcoustics/JEvt.hh.
      
  | 
  inline | 
Default constructor.
Definition at line 117 of file JAcoustics/JEvt.hh.
      
  | 
  inline | 
Constructor.
| oid | detector identifer | 
| t0 | UNIX start time | 
| t1 | UNIX stop time | 
| nhit | number of hits | 
| npar | number of fit parameters | 
| ndf | weighed number of degrees of freedom | 
| chi2 | chi2 | 
Definition at line 139 of file JAcoustics/JEvt.hh.
      
  | 
  inlinevirtual | 
| JACOUSTICS::JHead::ClassDef | ( | JHead | , | 
| 4 | |||
| ) | 
| std::string JACOUSTICS::JHead::oid | 
detector identifier
Definition at line 165 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JHead::UNIXTimeStart | 
start time
Definition at line 166 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JHead::UNIXTimeStop | 
stop time
Definition at line 167 of file JAcoustics/JEvt.hh.
| int JACOUSTICS::JHead::nhit | 
number of hits
Definition at line 168 of file JAcoustics/JEvt.hh.
| int JACOUSTICS::JHead::npar | 
number of fit parameters
Definition at line 169 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JHead::ndf | 
weighed number of degrees of freedom
Definition at line 170 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JHead::chi2 | 
chi2
Definition at line 171 of file JAcoustics/JEvt.hh.
 1.8.5