#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 38 of file DTHVHandler.h.
DTHVHandler::DTHVHandler | ( | ) |
DTHVHandler::DTHVHandler | ( | const DTHVStatus * | dbObject | ) |
Definition at line 50 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 65 of file DTHVHandler.cc.
References DTHVStatus::get(), objectPtr, relativeConstraints::station, and makeMuonMisalignmentScenario::wheel.
Referenced by Options.Options::__getitem__(), betterConfigParser.BetterConfigParser::__updateDict(), util.rrapi.RRApi::columns(), rrapi.RRApi::columns(), util.rrapi.RRApi::count(), rrapi.RRApi::count(), rrapi.RRApi::data(), util.rrapi.RRApi::data(), betterConfigParser.BetterConfigParser::getCompares(), betterConfigParser.BetterConfigParser::getGeneral(), betterConfigParser.BetterConfigParser::getResultingSection(), rrapi.RRApi::report(), util.rrapi.RRApi::report(), rrapi.RRApi::reports(), util.rrapi.RRApi::reports(), util.rrapi.RRApi::tables(), rrapi.RRApi::tables(), rrapi.RRApi::tags(), util.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 113 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 128 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::stationId, and makeMuonMisalignmentScenario::wheel.
|
private |
Definition at line 67 of file DTHVHandler.h.
Referenced by get(), and offChannelsNumber().