Jpp
18.5.0
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... | |
ClassDefOverride (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... | |
JReader & | operator>> (JReader &in, JFit &object) |
Read fit from input. More... | |
JWriter & | operator<< (JWriter &out, const JFit &object) |
Write fit to output. More... | |
Acoustic single fit.
Definition at line 35 of file JAcoustics/JEvt.hh.
|
inline |
Default constructor.
Definition at line 41 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 61 of file JAcoustics/JEvt.hh.
|
inlinevirtual |
JACOUSTICS::JFit::ClassDefOverride | ( | JFit | , |
2 | |||
) |
|
friend |
Write fit to output.
out | output stream |
fit | fit |
Definition at line 90 of file JAcoustics/JEvt.hh.
Read fit from input.
in | reader |
object | fit |
Definition at line 112 of file JAcoustics/JEvt.hh.
Write fit to output.
out | writer |
object | fit |
Definition at line 132 of file JAcoustics/JEvt.hh.
int JACOUSTICS::JFit::id |
string identifier
Definition at line 146 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JFit::tx |
slope dx/dz
Definition at line 147 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JFit::ty |
slope dy/dz
Definition at line 148 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JFit::tx2 |
2nd order correction of slope dx/dz
Definition at line 149 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JFit::ty2 |
2nd order correction of slope dy/dz
Definition at line 150 of file JAcoustics/JEvt.hh.
double JACOUSTICS::JFit::vs |
stretching factor
Definition at line 151 of file JAcoustics/JEvt.hh.