![]() |
ATLAS Offline Software
|
Represents an Rt relation in the form of a set of (time,radius,resolution) points. More...
#include <RtData_t_r_reso.h>
Public Types | |
| typedef std::vector< double > | DataVec |
Public Member Functions | |
| RtData_t_r_reso () | |
| bool | isValid () const |
| void | isValid (bool f) |
| unsigned int | regionId () const |
| const DataVec & | times () const |
| const DataVec & | radii () const |
| const DataVec & | resolution () const |
| void | setRegionId (int id) |
| bool | addEntry (double t, double r, double reso) |
| returns falls if the current time is smaller then the previous one | |
| void | reset () |
| std::istream & | read (std::istream &is) |
| std::ostream & | write (std::ostream &os) const |
| void | write_forDB (FILE *frtt, FILE *frtr, FILE *frts) const |
Private Attributes | |
| bool | m_isValid |
| unsigned int | m_npars |
| int | m_regionId |
| DataVec | m_timeVec |
| DataVec | m_radiusVec |
| DataVec | m_resoVec |
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.
| typedef std::vector<double> MuonCalib::RtData_t_r_reso::DataVec |
Definition at line 18 of file RtData_t_r_reso.h.
|
inline |
Definition at line 21 of file RtData_t_r_reso.h.
|
inline |
returns falls if the current time is smaller then the previous one
Definition at line 35 of file RtData_t_r_reso.h.
|
inline |
Definition at line 23 of file RtData_t_r_reso.h.
|
inline |
Definition at line 24 of file RtData_t_r_reso.h.
|
inline |
Definition at line 29 of file RtData_t_r_reso.h.
| std::istream & MuonCalib::RtData_t_r_reso::read | ( | std::istream & | is | ) |
Definition at line 16 of file RtData_t_r_reso.cxx.
|
inline |
Definition at line 26 of file RtData_t_r_reso.h.
| void MuonCalib::RtData_t_r_reso::reset | ( | ) |
Definition at line 90 of file RtData_t_r_reso.cxx.
|
inline |
Definition at line 30 of file RtData_t_r_reso.h.
|
inline |
Definition at line 32 of file RtData_t_r_reso.h.
|
inline |
Definition at line 28 of file RtData_t_r_reso.h.
| std::ostream & MuonCalib::RtData_t_r_reso::write | ( | std::ostream & | os | ) | const |
Definition at line 53 of file RtData_t_r_reso.cxx.
| void MuonCalib::RtData_t_r_reso::write_forDB | ( | FILE * | frtt, |
| FILE * | frtr, | ||
| FILE * | frts ) const |
Definition at line 67 of file RtData_t_r_reso.cxx.
|
private |
Definition at line 49 of file RtData_t_r_reso.h.
|
private |
Definition at line 51 of file RtData_t_r_reso.h.
|
private |
Definition at line 55 of file RtData_t_r_reso.h.
|
private |
Definition at line 52 of file RtData_t_r_reso.h.
|
private |
Definition at line 56 of file RtData_t_r_reso.h.
|
private |
Definition at line 54 of file RtData_t_r_reso.h.