#include <DTHVHandler.h>
Public Member Functions | |
DTHVHandler () | |
DTHVHandler (const DTHVStatus *dbObject) | |
int | get (const DTWireId &id, int &flagA, int &flagC, int &flagS) const |
get content More... | |
const DTHVStatus * | getDBObject () const |
access db object More... | |
int | offChannelsNumber () const |
int | offChannelsNumber (const DTChamberId &id) const |
~DTHVHandler () | |
Private Attributes | |
const DTHVStatus * | objectPtr |
Description: Class to analyze high voltage status
Definition at line 37 of file DTHVHandler.h.
DTHVHandler::DTHVHandler | ( | ) |
DTHVHandler::DTHVHandler | ( | const DTHVStatus * | dbObject | ) |
Definition at line 45 of file DTHVHandler.cc.
DTHVHandler::~DTHVHandler | ( | ) |
int DTHVHandler::get | ( | const DTWireId & | id, |
int & | flagA, | ||
int & | flagC, | ||
int & | flagS | ||
) | const |
get content
Operations
Definition at line 55 of file DTHVHandler.cc.
References DTHVStatus::get(), phase1PixelTopology::layer, objectPtr, and relativeConstraints::station.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), submitPVValidationJobs.BetterConfigParser::__updateDict(), util.rrapi.RRApi::columns(), rrapi.RRApi::columns(), rrapi.RRApi::count(), util.rrapi.RRApi::count(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), submitPVValidationJobs.BetterConfigParser::getResultingSection(), util.rrapi.RRApi::report(), rrapi.RRApi::report(), rrapi.RRApi::reports(), util.rrapi.RRApi::reports(), rrapi.RRApi::tables(), util.rrapi.RRApi::tables(), util.rrapi.RRApi::tags(), rrapi.RRApi::tags(), rrapi.RRApi::templates(), util.rrapi.RRApi::templates(), util.rrapi.RRApi::workspaces(), and rrapi.RRApi::workspaces().
const DTHVStatus* DTHVHandler::getDBObject | ( | ) | const |
access db object
int DTHVHandler::offChannelsNumber | ( | ) | const |
Definition at line 87 of file DTHVHandler.cc.
References DTHVStatus::begin(), data, DTHVStatus::end(), mps_splice::entry, DTHVStatusData::fCell, DTHVStatusData::flagA, DTHVStatusData::flagC, DTHVStatusData::flagS, DTHVStatusData::lCell, and objectPtr.
int DTHVHandler::offChannelsNumber | ( | const DTChamberId & | id | ) | const |
Definition at line 101 of file DTHVHandler.cc.
References DTHVStatus::begin(), data, DTHVStatus::end(), mps_splice::entry, DTHVStatusData::fCell, DTHVStatusData::flagA, DTHVStatusData::flagC, DTHVStatusData::flagS, DTHVStatusData::lCell, objectPtr, DTHVStatusId::sectorId, DTHVStatusId::stationId, and DTHVStatusId::wheelId.
|
private |
Definition at line 60 of file DTHVHandler.h.
Referenced by get(), and offChannelsNumber().