| 
    Jpp 19.3.0-rc.2
    
   the software that should make you happy 
   | 
 
Acoustic single fit. More...
#include <JEvt.hh>
  
Public Member Functions | |
| JFit () | |
| Default constructor.   | |
| JFit (const int id, const double tx, const double ty, const double tx2, const double ty2, const double vs) | |
| Constructor.   | |
| virtual | ~JFit () | 
| Virtual destructor.   | |
| ClassDefOverride (JFit, 2) | |
Public Attributes | |
| int | id | 
| string identifier   | |
| double | tx | 
| slope dx/dz   | |
| double | ty | 
| slope dy/dz   | |
| double | tx2 | 
| 2nd order correction of slope dx/dz   | |
| double | ty2 | 
| 2nd order correction of slope dy/dz   | |
| double | vs | 
| stretching factor   | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JFit &fit) | 
| Write fit to output.   | |
| JReader & | operator>> (JReader &in, JFit &object) | 
| Read fit from input.   | |
| JWriter & | operator<< (JWriter &out, const JFit &object) | 
| Write fit to output.   | |
Acoustic single fit.
Definition at line 34 of file JAcoustics/JEvt.hh.
      
  | 
  inline | 
      
  | 
  inline | 
Constructor.
| id | string identifier | 
| tx | slope dx/dz | 
| ty | slope dy/dz | 
| tx2 | 2nd order correction of slope dx/dz | 
| ty2 | 2nd order correction of slope dy/dz | 
| vs | stretching factor | 
Definition at line 60 of file JAcoustics/JEvt.hh.
      
  | 
  inlinevirtual | 
| JACOUSTICS::JFit::ClassDefOverride | ( | JFit | , | 
| 2 | ) | 
      
  | 
  friend | 
Write fit to output.
| out | output stream | 
| fit | fit | 
Definition at line 89 of file JAcoustics/JEvt.hh.
Read fit from input.
| in | reader | 
| object | fit | 
Definition at line 111 of file JAcoustics/JEvt.hh.
Write fit to output.
| out | writer | 
| object | fit | 
Definition at line 131 of file JAcoustics/JEvt.hh.
| int JACOUSTICS::JFit::id | 
string identifier
Definition at line 145 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JFit::tx | 
slope dx/dz
Definition at line 146 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JFit::ty | 
slope dy/dz
Definition at line 147 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JFit::tx2 | 
2nd order correction of slope dx/dz
Definition at line 148 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JFit::ty2 | 
2nd order correction of slope dy/dz
Definition at line 149 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JFit::vs | 
stretching factor
Definition at line 150 of file JAcoustics/JEvt.hh.