Jpp test-rotations-old
the software that should make you happy
|
Data structure for fit parameters. More...
#include <JMuonGandalfParameters_t.hh>
Public Member Functions | |
JMuonGandalfParameters_t () | |
Default constructor. | |
virtual | ~JMuonGandalfParameters_t () |
Virtual destructor. | |
void | reset () |
Reset fit parameters. | |
bool | equals (const JMuonGandalfParameters_t ¶meters) const |
Equality. | |
ClassDef (JMuonGandalfParameters_t, 3) | |
Public Attributes | |
double | roadWidth_m |
road width [m] | |
double | R_Hz |
default rate [Hz] | |
size_t | numberOfPrefits |
number of prefits | |
double | TTS_ns |
transition-time spread [ns] | |
double | E_GeV |
energy [GeV] | |
double | TMin_ns |
minimal time w.r.t. Cherenkov hypothesis [ns] | |
double | TMax_ns |
maximal time w.r.t. Cherenkov hypothesis [ns] | |
double | ZMin_m |
minimal z-positon [m] | |
double | ZMax_m |
maximal z-positon [m] | |
double | VMax_npe |
maximum number of of photo-electrons | |
int | NMax |
maximum number of iterations | |
Data structure for fit parameters.
Definition at line 21 of file JMuonGandalfParameters_t.hh.
|
inline |
Default constructor.
Definition at line 27 of file JMuonGandalfParameters_t.hh.
|
inlinevirtual |
|
inline |
Reset fit parameters.
Definition at line 41 of file JMuonGandalfParameters_t.hh.
|
inline |
Equality.
parameters | fit parameters |
Definition at line 62 of file JMuonGandalfParameters_t.hh.
JRECONSTRUCTION::JMuonGandalfParameters_t::ClassDef | ( | JMuonGandalfParameters_t | , |
3 | ) |
double JRECONSTRUCTION::JMuonGandalfParameters_t::roadWidth_m |
road width [m]
Definition at line 79 of file JMuonGandalfParameters_t.hh.
double JRECONSTRUCTION::JMuonGandalfParameters_t::R_Hz |
default rate [Hz]
Definition at line 80 of file JMuonGandalfParameters_t.hh.
size_t JRECONSTRUCTION::JMuonGandalfParameters_t::numberOfPrefits |
number of prefits
Definition at line 81 of file JMuonGandalfParameters_t.hh.
double JRECONSTRUCTION::JMuonGandalfParameters_t::TTS_ns |
transition-time spread [ns]
Definition at line 82 of file JMuonGandalfParameters_t.hh.
double JRECONSTRUCTION::JMuonGandalfParameters_t::E_GeV |
energy [GeV]
Definition at line 83 of file JMuonGandalfParameters_t.hh.
double JRECONSTRUCTION::JMuonGandalfParameters_t::TMin_ns |
minimal time w.r.t. Cherenkov hypothesis [ns]
Definition at line 84 of file JMuonGandalfParameters_t.hh.
double JRECONSTRUCTION::JMuonGandalfParameters_t::TMax_ns |
maximal time w.r.t. Cherenkov hypothesis [ns]
Definition at line 85 of file JMuonGandalfParameters_t.hh.
double JRECONSTRUCTION::JMuonGandalfParameters_t::ZMin_m |
minimal z-positon [m]
Definition at line 86 of file JMuonGandalfParameters_t.hh.
double JRECONSTRUCTION::JMuonGandalfParameters_t::ZMax_m |
maximal z-positon [m]
Definition at line 87 of file JMuonGandalfParameters_t.hh.
double JRECONSTRUCTION::JMuonGandalfParameters_t::VMax_npe |
maximum number of of photo-electrons
Definition at line 88 of file JMuonGandalfParameters_t.hh.
int JRECONSTRUCTION::JMuonGandalfParameters_t::NMax |
maximum number of iterations
Definition at line 89 of file JMuonGandalfParameters_t.hh.