#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 |
void | initialize () |
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 | |
DTLVStatus (DTLVStatus const &) | |
std::string | mapName () const |
read and store full content More... | |
DTLVStatus & | operator= (DTLVStatus const &) |
template<class Archive > | |
void | serialize (Archive &ar, const unsigned int version) |
Private Attributes | |
std::vector< std::pair < DTLVStatusId, DTLVStatusData > > | dataList |
std::string | dataVersion |
edm::ConstRespectingPtr < DTBufferTree< int, int > > | dBuf |
Friends | |
class | boost::serialization::access |
template<typename CondSerializationT , typename Enabled > | |
struct | cond::serialization::access |
Description: Class to hold CCB status
Definition at line 71 of file DTLVStatus.h.
typedef std::vector< std::pair<DTLVStatusId, DTLVStatusData> >::const_iterator DTLVStatus::const_iterator |
Access methods to data.
Definition at line 147 of file DTLVStatus.h.
DTLVStatus::DTLVStatus | ( | ) |
Constructor
Definition at line 33 of file DTLVStatus.cc.
References dataList.
DTLVStatus::DTLVStatus | ( | const std::string & | version | ) |
Definition at line 40 of file DTLVStatus.cc.
References dataList.
DTLVStatus::~DTLVStatus | ( | ) |
|
private |
DTLVStatus::const_iterator DTLVStatus::begin | ( | void | ) | const |
Definition at line 342 of file DTLVStatus.cc.
References dataList.
void DTLVStatus::clear | ( | void | ) |
reset content
Definition at line 138 of file DTLVStatus.cc.
References dataList, and initialize().
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(), BeautifulSoup.Tag::setString(), 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 347 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 80 of file DTLVStatus.cc.
References 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(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().
int DTLVStatus::get | ( | const DTChamberId & | id, |
int & | flagCFE, | ||
int & | flagDFE, | ||
int & | flagCMC, | ||
int & | flagDMC | ||
) | const |
Definition at line 112 of file DTLVStatus.cc.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), rrapi.RRApi::columns(), rrapi.RRApi::count(), rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), rrapi.RRApi::reports(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), and rrapi.RRApi::workspaces().
void DTLVStatus::initialize | ( | ) |
Definition at line 359 of file DTLVStatus.cc.
References DTBufferTree< Key, Content >::clear(), dataList, dBuf, DTBufferTree< Key, Content >::insert(), and DTLVStatusId::stationId.
Referenced by clear().
|
private |
read and store full content
Definition at line 352 of file DTLVStatus.cc.
References dataVersion, and mergeVDriftHistosByStation::name.
|
private |
|
private |
int DTLVStatus::set | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | flagCFE, | ||
int | flagDFE, | ||
int | flagCMC, | ||
int | flagDMC | ||
) |
Definition at line 145 of file DTLVStatus.cc.
References 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 191 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 206 of file DTLVStatus.cc.
References set().
Referenced by setFlagCFE().
int DTLVStatus::setFlagCFE | ( | const DTChamberId & | id, |
int | flag | ||
) |
Definition at line 231 of file DTLVStatus.cc.
References setFlagCFE(), and relativeConstraints::station.
int DTLVStatus::setFlagCMC | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | flag | ||
) |
Definition at line 274 of file DTLVStatus.cc.
References set().
Referenced by setFlagCMC().
int DTLVStatus::setFlagCMC | ( | const DTChamberId & | id, |
int | flag | ||
) |
Definition at line 299 of file DTLVStatus.cc.
References setFlagCMC(), and relativeConstraints::station.
int DTLVStatus::setFlagDFE | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | flag | ||
) |
Definition at line 240 of file DTLVStatus.cc.
References set().
Referenced by setFlagDFE().
int DTLVStatus::setFlagDFE | ( | const DTChamberId & | id, |
int | flag | ||
) |
Definition at line 265 of file DTLVStatus.cc.
References setFlagDFE(), and relativeConstraints::station.
int DTLVStatus::setFlagDMC | ( | int | wheelId, |
int | stationId, | ||
int | sectorId, | ||
int | flag | ||
) |
Definition at line 308 of file DTLVStatus.cc.
References set().
Referenced by setFlagDMC().
int DTLVStatus::setFlagDMC | ( | const DTChamberId & | id, |
int | flag | ||
) |
Definition at line 333 of file DTLVStatus.cc.
References setFlagDMC(), and relativeConstraints::station.
const std::string & DTLVStatus::version | ( | ) | const |
std::string & DTLVStatus::version | ( | ) |
|
friend |
Definition at line 168 of file DTLVStatus.h.
|
friend |
Definition at line 168 of file DTLVStatus.h.
|
private |
Definition at line 160 of file DTLVStatus.h.
Referenced by begin(), clear(), DTLVStatus(), end(), get(), initialize(), and set().
|
private |
Definition at line 158 of file DTLVStatus.h.
|
private |
Definition at line 162 of file DTLVStatus.h.
Referenced by get(), initialize(), and set().