#include <DTPerformance.h>
Public Types | |
typedef std::vector< std::pair < DTPerformanceId, DTPerformanceData > >::const_iterator | const_iterator |
Access methods to data. More... | |
Public Member Functions | |
const_iterator | begin () const |
void | clear () |
reset content More... | |
DTPerformance () | |
DTPerformance (const std::string &version) | |
const_iterator | end () const |
int | get (int wheelId, int stationId, int sectorId, int slId, float &meanT0, float &meanTtrig, float &meanMtime, float &meanNoise, float &meanAfterPulse, float &meanResolution, float &meanEfficiency, DTTimeUnits::type unit) const |
int | get (const DTSuperLayerId &id, float &meanT0, float &meanTtrig, float &meanMtime, float &meanNoise, float &meanAfterPulse, float &meanResolution, float &meanEfficiency, DTTimeUnits::type unit) const |
void | initialize () |
int | set (int wheelId, int stationId, int sectorId, int slId, float meanT0, float meanTtrig, float meanMtime, float meanNoise, float meanAfterPulse, float meanResolution, float meanEfficiency, DTTimeUnits::type unit) |
int | set (const DTSuperLayerId &id, float meanT0, float meanTtrig, float meanMtime, float meanNoise, float meanAfterPulse, float meanResolution, float meanEfficiency, DTTimeUnits::type unit) |
int | setSLPerformance (int wheelId, int stationId, int sectorId, int slId, float meanT0, float meanTtrig, float meanMtime, float meanNoise, float meanAfterPulse, float meanResolution, float meanEfficiency, DTTimeUnits::type unit) |
int | setSLPerformance (const DTSuperLayerId &id, float meanT0, float meanTtrig, float meanMtime, float meanNoise, float meanAfterPulse, float meanResolution, float meanEfficiency, DTTimeUnits::type unit) |
void | setUnit (float unit) |
int | slPerformance (int wheelId, int stationId, int sectorId, int slId, float &meanT0, float &meanTtrig, float &meanMtime, float &meanNoise, float &meanAfterPulse, float &meanResolution, float &meanEfficiency, DTTimeUnits::type unit) const |
get content More... | |
int | slPerformance (const DTSuperLayerId &id, float &meanT0, float &meanTtrig, float &meanMtime, float &meanNoise, float &meanAfterPulse, float &meanResolution, float &meanEfficiency, DTTimeUnits::type unit) const |
float | unit () const |
const std::string & | version () const |
access version More... | |
std::string & | version () |
~DTPerformance () | |
Private Member Functions | |
DTPerformance (DTPerformance const &) | |
std::string | mapName () const |
read and store full content More... | |
DTPerformance & | operator= (DTPerformance const &) |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
std::vector< std::pair < DTPerformanceId, DTPerformanceData > > | dataList |
std::string | dataVersion |
DTBufferTree< int, int > * | dBuf |
float | nsPerCount |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Description: Class to hold drift tubes performances ( SL by SL )
Definition at line 76 of file DTPerformance.h.
typedef std::vector< std::pair<DTPerformanceId, DTPerformanceData> >::const_iterator DTPerformance::const_iterator |
Access methods to data.
Definition at line 203 of file DTPerformance.h.
DTPerformance::DTPerformance | ( | ) |
Constructor
Definition at line 32 of file DTPerformance.cc.
DTPerformance::DTPerformance | ( | const std::string & | version | ) |
Definition at line 40 of file DTPerformance.cc.
DTPerformance::~DTPerformance | ( | ) |
Destructor
Definition at line 70 of file DTPerformance.cc.
|
private |
DTPerformance::const_iterator DTPerformance::begin | ( | void | ) | const |
Definition at line 278 of file DTPerformance.cc.
void DTPerformance::clear | ( | void | ) |
reset content
Definition at line 177 of file DTPerformance.cc.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), and Vispa.Views.WidgetView.WidgetView::setDataObjects().
DTPerformance::const_iterator DTPerformance::end | ( | void | ) | const |
Definition at line 283 of file DTPerformance.cc.
int DTPerformance::get | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | slId, | ||
float & | meanT0, | ||
float & | meanTtrig, | ||
float & | meanMtime, | ||
float & | meanNoise, | ||
float & | meanAfterPulse, | ||
float & | meanResolution, | ||
float & | meanEfficiency, | ||
DTTimeUnits::type | unit | ||
) | const |
Definition at line 85 of file DTPerformance.cc.
Referenced by Options.Options::__getitem__().
int DTPerformance::get | ( | const DTSuperLayerId & | id, |
float & | meanT0, | ||
float & | meanTtrig, | ||
float & | meanMtime, | ||
float & | meanNoise, | ||
float & | meanAfterPulse, | ||
float & | meanResolution, | ||
float & | meanEfficiency, | ||
DTTimeUnits::type | unit | ||
) | const |
Definition at line 137 of file DTPerformance.cc.
Referenced by Options.Options::__getitem__().
void DTPerformance::initialize | ( | ) |
Definition at line 295 of file DTPerformance.cc.
|
private |
read and store full content
Definition at line 288 of file DTPerformance.cc.
|
private |
|
private |
int DTPerformance::set | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | slId, | ||
float | meanT0, | ||
float | meanTtrig, | ||
float | meanMtime, | ||
float | meanNoise, | ||
float | meanAfterPulse, | ||
float | meanResolution, | ||
float | meanEfficiency, | ||
DTTimeUnits::type | unit | ||
) |
Definition at line 184 of file DTPerformance.cc.
Referenced by DTPerformanceHandler::getNewObjects().
int DTPerformance::set | ( | const DTSuperLayerId & | id, |
float | meanT0, | ||
float | meanTtrig, | ||
float | meanMtime, | ||
float | meanNoise, | ||
float | meanAfterPulse, | ||
float | meanResolution, | ||
float | meanEfficiency, | ||
DTTimeUnits::type | unit | ||
) |
Definition at line 249 of file DTPerformance.cc.
|
inline |
Definition at line 150 of file DTPerformance.h.
|
inline |
Definition at line 165 of file DTPerformance.h.
void DTPerformance::setUnit | ( | float | unit | ) |
Definition at line 273 of file DTPerformance.cc.
|
inline |
|
inline |
Definition at line 107 of file DTPerformance.h.
float DTPerformance::unit | ( | ) | const |
Definition at line 161 of file DTPerformance.cc.
const std::string & DTPerformance::version | ( | ) | const |
access version
Definition at line 167 of file DTPerformance.cc.
std::string & DTPerformance::version | ( | ) |
Definition at line 172 of file DTPerformance.cc.
|
friend |
Definition at line 225 of file DTPerformance.h.
|
friend |
Definition at line 225 of file DTPerformance.h.
|
private |
Definition at line 217 of file DTPerformance.h.
|
private |
Definition at line 214 of file DTPerformance.h.
|
private |
Definition at line 219 of file DTPerformance.h.
|
private |
Definition at line 215 of file DTPerformance.h.