|
Jpp
17.2.1-pre0
the software that should make you happy
|
Acoustic single fit. More...
#include <JEvt.hh>
Public Member Functions | |
| JFit () | |
| Default constructor. More... | |
| JFit (const int id, const double tx, const double ty, const double tx2, const double ty2, const double vs) | |
| Constructor. More... | |
| virtual | ~JFit () |
| Virtual destructor. More... | |
| ClassDef (JFit, 2) | |
Public Attributes | |
| int | id |
| string identifier More... | |
| double | tx |
| slope dx/dz More... | |
| double | ty |
| slope dy/dz More... | |
| double | tx2 |
| 2nd order correction of slope dx/dz More... | |
| double | ty2 |
| 2nd order correction of slope dy/dz More... | |
| double | vs |
| stretching factor More... | |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const JFit &fit) |
| Write fit to output. More... | |
Acoustic single fit.
Definition at line 29 of file JAcoustics/JEvt.hh.
|
inline |
Default constructor.
Definition at line 35 of file JAcoustics/JEvt.hh.
|
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 55 of file JAcoustics/JEvt.hh.
|
inlinevirtual |
| JACOUSTICS::JFit::ClassDef | ( | JFit | , |
| 2 | |||
| ) |
|
friend |
Write fit to output.
| out | output stream |
| fit | fit |
Definition at line 84 of file JAcoustics/JEvt.hh.
| int JACOUSTICS::JFit::id |
string identifier
Definition at line 101 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JFit::tx |
slope dx/dz
Definition at line 102 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JFit::ty |
slope dy/dz
Definition at line 103 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JFit::tx2 |
2nd order correction of slope dx/dz
Definition at line 104 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JFit::ty2 |
2nd order correction of slope dy/dz
Definition at line 105 of file JAcoustics/JEvt.hh.
| double JACOUSTICS::JFit::vs |
stretching factor
Definition at line 106 of file JAcoustics/JEvt.hh.
1.8.5