#include <DTLVStatus.h>
Public Types | |
typedef std::vector< std::pair < DTLVStatusId, DTLVStatusData > >::const_iterator | const_iterator |
Access methods to data. More... | |
Public Member Functions | |
const_iterator | begin () const |
void | clear () |
reset content More... | |
DTLVStatus () | |
DTLVStatus (const std::string &version) | |
const_iterator | end () const |
int | get (int wheelId, int stationId, int sectorId, int &flagCFE, int &flagDFE, int &flagCMC, int &flagDMC) const |
get content More... | |
int | get (const DTChamberId &id, int &flagCFE, int &flagDFE, int &flagCMC, int &flagDMC) const |
int | set (int wheelId, int stationId, int sectorId, int flagCFE, int flagDFE, int flagCMC, int flagDMC) |
int | set (const DTChamberId &id, int flagCFE, int flagDFE, int flagCMC, int flagDMC) |
int | setFlagCFE (int wheelId, int stationId, int sectorId, int flag) |
int | setFlagCFE (const DTChamberId &id, int flag) |
int | setFlagCMC (int wheelId, int stationId, int sectorId, int flag) |
int | setFlagCMC (const DTChamberId &id, int flag) |
int | setFlagDFE (int wheelId, int stationId, int sectorId, int flag) |
int | setFlagDFE (const DTChamberId &id, int flag) |
int | setFlagDMC (int wheelId, int stationId, int sectorId, int flag) |
int | setFlagDMC (const DTChamberId &id, int flag) |
const std::string & | version () const |
access version More... | |
std::string & | version () |
~DTLVStatus () | |
Private Member Functions | |
void | cacheMap () const |
read and store full content More... | |
std::string | mapName () const |
Private Attributes | |
std::vector< std::pair < DTLVStatusId, DTLVStatusData > > | dataList |
std::string | dataVersion |
DTBufferTree< int, int > * | dBuf |
Description: Class to hold CCB status
Definition at line 64 of file DTLVStatus.h.
typedef std::vector< std::pair<DTLVStatusId, DTLVStatusData> >::const_iterator DTLVStatus::const_iterator |
Access methods to data.
Definition at line 140 of file DTLVStatus.h.
DTLVStatus::DTLVStatus | ( | ) |
Constructor
Definition at line 35 of file DTLVStatus.cc.
References dataList, and dBuf.
DTLVStatus::DTLVStatus | ( | const std::string & | version | ) |
Definition at line 42 of file DTLVStatus.cc.
References dataList, and dBuf.
DTLVStatus::~DTLVStatus | ( | ) |
DTLVStatus::const_iterator DTLVStatus::begin | ( | void | ) | const |
Definition at line 367 of file DTLVStatus.cc.
References dataList.
|
private |
read and store full content
Definition at line 384 of file DTLVStatus.cc.
References dataList, dBuf, DTBufferTree< Key, Content >::insert(), and DTLVStatusId::stationId.
Referenced by get(), and set().
void DTLVStatus::clear | ( | void | ) |
reset content
Definition at line 152 of file DTLVStatus.cc.
References dataList, and dBuf.
Referenced by Vispa.Views.WidgetView.WidgetView::closeEvent(), Vispa.Views.BoxDecayView.BoxDecayView::closeEvent(), Vispa.Share.FindAlgorithm.FindAlgorithm::findUsingFindDialog(), Vispa.Views.LineDecayView.LineDecayView::setDataObjects(), Vispa.Views.WidgetView.WidgetView::setDataObjects(), Vispa.Views.TreeView.TreeView::updateContent(), Vispa.Views.TableView.TableView::updateContent(), Vispa.Views.BoxDecayView.BoxDecayView::updateContent(), and Vispa.Views.PropertyView.PropertyView::updateContent().
DTLVStatus::const_iterator DTLVStatus::end | ( | void | ) | const |
Definition at line 372 of file DTLVStatus.cc.
References dataList.
Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().
int DTLVStatus::get | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int & | flagCFE, | ||
int & | flagDFE, | ||
int & | flagCMC, | ||
int & | flagDMC | ||
) | const |
get content
Operations
Definition at line 84 of file DTLVStatus.cc.
References cacheMap(), data, dataList, dBuf, DTBufferTree< Key, Content >::find(), DTLVStatusData::flagCFE, DTLVStatusData::flagCMC, DTLVStatusData::flagDFE, DTLVStatusData::flagDMC, and edm::second().
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
int DTLVStatus::get | ( | const DTChamberId & | id, |
int & | flagCFE, | ||
int & | flagDFE, | ||
int & | flagCMC, | ||
int & | flagDMC | ||
) | const |
Definition at line 126 of file DTLVStatus.cc.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), and betterConfigParser.BetterConfigParser::getResultingSection().
|
private |
Definition at line 377 of file DTLVStatus.cc.
References dataVersion, and mergeVDriftHistosByStation::name.
int DTLVStatus::set | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | flagCFE, | ||
int | flagDFE, | ||
int | flagCMC, | ||
int | flagDMC | ||
) |
Definition at line 161 of file DTLVStatus.cc.
References cacheMap(), data, dataList, dBuf, DTBufferTree< Key, Content >::find(), DTLVStatusData::flagCFE, DTLVStatusData::flagCMC, DTLVStatusData::flagDFE, DTLVStatusData::flagDMC, DTBufferTree< Key, Content >::insert(), combine::key, edm::second(), and DTLVStatusId::stationId.
Referenced by betterConfigParser.BetterConfigParser::getGeneral(), set(), setFlagCFE(), setFlagCMC(), setFlagDFE(), and setFlagDMC().
int DTLVStatus::set | ( | const DTChamberId & | id, |
int | flagCFE, | ||
int | flagDFE, | ||
int | flagCMC, | ||
int | flagDMC | ||
) |
Definition at line 216 of file DTLVStatus.cc.
References set(), and relativeConstraints::station.
Referenced by betterConfigParser.BetterConfigParser::getGeneral().
int DTLVStatus::setFlagCFE | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | flag | ||
) |
Definition at line 231 of file DTLVStatus.cc.
References set().
Referenced by setFlagCFE().
int DTLVStatus::setFlagCFE | ( | const DTChamberId & | id, |
int | flag | ||
) |
Definition at line 256 of file DTLVStatus.cc.
References setFlagCFE(), and relativeConstraints::station.
int DTLVStatus::setFlagCMC | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | flag | ||
) |
Definition at line 299 of file DTLVStatus.cc.
References set().
Referenced by setFlagCMC().
int DTLVStatus::setFlagCMC | ( | const DTChamberId & | id, |
int | flag | ||
) |
Definition at line 324 of file DTLVStatus.cc.
References setFlagCMC(), and relativeConstraints::station.
int DTLVStatus::setFlagDFE | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | flag | ||
) |
Definition at line 265 of file DTLVStatus.cc.
References set().
Referenced by setFlagDFE().
int DTLVStatus::setFlagDFE | ( | const DTChamberId & | id, |
int | flag | ||
) |
Definition at line 290 of file DTLVStatus.cc.
References setFlagDFE(), and relativeConstraints::station.
int DTLVStatus::setFlagDMC | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | flag | ||
) |
Definition at line 333 of file DTLVStatus.cc.
References set().
Referenced by setFlagDMC().
int DTLVStatus::setFlagDMC | ( | const DTChamberId & | id, |
int | flag | ||
) |
Definition at line 358 of file DTLVStatus.cc.
References setFlagDMC(), and relativeConstraints::station.
const std::string & DTLVStatus::version | ( | ) | const |
std::string & DTLVStatus::version | ( | ) |
|
private |
Definition at line 148 of file DTLVStatus.h.
Referenced by begin(), cacheMap(), clear(), DTLVStatus(), end(), get(), and set().
|
private |
Definition at line 146 of file DTLVStatus.h.
|
private |
Definition at line 150 of file DTLVStatus.h.
Referenced by cacheMap(), clear(), DTLVStatus(), get(), set(), and ~DTLVStatus().