Represents an Rt relation in the form of a set of (time,radius,resolution) points.
More...
#include <RtData_t_r_reso.h>
|
typedef std::vector< double > | DataVec |
|
Represents an Rt relation in the form of a set of (time,radius,resolution) points.
Definition at line 16 of file RtData_t_r_reso.h.
◆ DataVec
◆ RtData_t_r_reso()
MuonCalib::RtData_t_r_reso::RtData_t_r_reso |
( |
| ) |
|
|
inline |
◆ addEntry()
bool MuonCalib::RtData_t_r_reso::addEntry |
( |
double |
t, |
|
|
double |
r, |
|
|
double |
reso |
|
) |
| |
|
inline |
returns falls if the current time is smaller then the previous one
Definition at line 35 of file RtData_t_r_reso.h.
◆ isValid() [1/2]
bool MuonCalib::RtData_t_r_reso::isValid |
( |
| ) |
const |
|
inline |
◆ isValid() [2/2]
void MuonCalib::RtData_t_r_reso::isValid |
( |
bool |
f | ) |
|
|
inline |
◆ radii()
◆ read()
std::istream & MuonCalib::RtData_t_r_reso::read |
( |
std::istream & |
is | ) |
|
Definition at line 16 of file RtData_t_r_reso.cxx.
19 double t(0),
r(0), reso(0);
34 log << MSG::WARNING <<
"read() <unexpected eof> -> exit after " <<
i - 1 <<
" entries out of " <<
m_npars
35 <<
" were read from file" <<
endmsg;
◆ regionId()
unsigned int MuonCalib::RtData_t_r_reso::regionId |
( |
| ) |
const |
|
inline |
◆ reset()
void MuonCalib::RtData_t_r_reso::reset |
( |
| ) |
|
◆ resolution()
const DataVec& MuonCalib::RtData_t_r_reso::resolution |
( |
| ) |
const |
|
inline |
◆ setRegionId()
void MuonCalib::RtData_t_r_reso::setRegionId |
( |
int |
id | ) |
|
|
inline |
◆ times()
◆ write()
std::ostream & MuonCalib::RtData_t_r_reso::write |
( |
std::ostream & |
os | ) |
const |
◆ write_forDB()
void MuonCalib::RtData_t_r_reso::write_forDB |
( |
FILE * |
frtt, |
|
|
FILE * |
frtr, |
|
|
FILE * |
frts |
|
) |
| const |
◆ m_isValid
bool MuonCalib::RtData_t_r_reso::m_isValid |
|
private |
◆ m_npars
unsigned int MuonCalib::RtData_t_r_reso::m_npars |
|
private |
◆ m_radiusVec
DataVec MuonCalib::RtData_t_r_reso::m_radiusVec |
|
private |
◆ m_regionId
int MuonCalib::RtData_t_r_reso::m_regionId |
|
private |
◆ m_resoVec
DataVec MuonCalib::RtData_t_r_reso::m_resoVec |
|
private |
◆ m_timeVec
DataVec MuonCalib::RtData_t_r_reso::m_timeVec |
|
private |
The documentation for this class was generated from the following files: