![]() |
ATLAS Offline Software
|
#include <CoolRpc.h>
Public Member Functions | |
| cool::IDatabasePtr | coolDbInstance (const std::string &dbStr, bool readOnly) |
| cool::IFolderPtr | coolFolderInstance (const std::string &folderStr) |
| void | coolDbFolder (const std::string &dbStr, const std::string &folderStr) |
| void | setSince (cool::Int64 run, cool::Int64 lumi) |
| void | setUntil (cool::Int64 iovmax, cool::Int64 lumi) |
| void | printIOV () |
| void | setIOV (cool::Int64 runS, cool::Int64 lumiS, cool::Int64 runU, cool::Int64 lumiU) |
| void | setIOV (cool::Int64 run) |
| cool::RecordSpecification | createSpecData () |
| coral::AttributeList | createPayloadData (const std::string &recEta, const std::string &DetEta, const std::string &recPhi1, const std::string &recPhi2, const std::string &detPhi1, const std::string &detPhi2, const cool::RecordSpecification &spec) |
| cool::RecordSpecification | createSpecDataCondDB () |
| coral::AttributeList | createPayloadDataCondDB (const std::string &PanelRes, const std::string &StripStatus, const cool::RecordSpecification &spec) |
| void | CoolOpen (const std::string &dbStr) |
| virtual | ~CoolRpc () |
| void | dump (cool::ChannelSelection selection) |
| std::string | dumpField (cool::ChannelId channelId, std::string field) |
| int | dumpCode (const std::string &channelName) |
| void | dumpall () |
| void | insert (cool::Int64 run, cool::ChannelId channelId, const std::string &recEta, const std::string &DetEta, const std::string &recPhi1, const std::string &recPhi2, const std::string &detPhi1, const std::string &detPhi2) |
| void | insert_withTag (cool::Int64 run, cool::ChannelId channelId, const std::string &recEta, const std::string &DetEta, const std::string &recPhi1, const std::string &recPhi2, const std::string &detPhi1, const std::string &detPhi2, const std::string &cool_tag) |
| void | insertCondDB_withTag (cool::Int64 run, cool::ChannelId channelId, const std::string &PanelRes, const std::string &StringStatus, const std::string &cool_tag) |
| cool::IFolderPtr | getCoolFolder () |
| cool::IDatabasePtr | getCoolDb () |
Private Attributes | |
| cool::ValidityKey | m_since {} |
| cool::ValidityKey | m_until {} |
| cool::IDatabasePtr | m_coolDb {} |
| cool::IFolderPtr | m_coolFolder {} |
|
virtual |
| cool::IDatabasePtr dqutils::CoolRpc::coolDbInstance | ( | const std::string & | dbStr, |
| bool | readOnly | ||
| ) |
| cool::IFolderPtr dqutils::CoolRpc::coolFolderInstance | ( | const std::string & | folderStr | ) |
| void dqutils::CoolRpc::CoolOpen | ( | const std::string & | dbStr | ) |
| coral::AttributeList dqutils::CoolRpc::createPayloadData | ( | const std::string & | recEta, |
| const std::string & | DetEta, | ||
| const std::string & | recPhi1, | ||
| const std::string & | recPhi2, | ||
| const std::string & | detPhi1, | ||
| const std::string & | detPhi2, | ||
| const cool::RecordSpecification & | spec | ||
| ) |
| coral::AttributeList dqutils::CoolRpc::createPayloadDataCondDB | ( | const std::string & | PanelRes, |
| const std::string & | StripStatus, | ||
| const cool::RecordSpecification & | spec | ||
| ) |
| cool::RecordSpecification dqutils::CoolRpc::createSpecData | ( | ) |
| cool::RecordSpecification dqutils::CoolRpc::createSpecDataCondDB | ( | ) |
| void dqutils::CoolRpc::dump | ( | cool::ChannelSelection | selection | ) |
| void dqutils::CoolRpc::dumpall | ( | ) |
| int dqutils::CoolRpc::dumpCode | ( | const std::string & | channelName | ) |
| std::string dqutils::CoolRpc::dumpField | ( | cool::ChannelId | channelId, |
| std::string | field | ||
| ) |
| cool::IDatabasePtr dqutils::CoolRpc::getCoolDb | ( | ) |
| cool::IFolderPtr dqutils::CoolRpc::getCoolFolder | ( | ) |
| void dqutils::CoolRpc::insert | ( | cool::Int64 | run, |
| cool::ChannelId | channelId, | ||
| const std::string & | recEta, | ||
| const std::string & | DetEta, | ||
| const std::string & | recPhi1, | ||
| const std::string & | recPhi2, | ||
| const std::string & | detPhi1, | ||
| const std::string & | detPhi2 | ||
| ) |
| void dqutils::CoolRpc::insert_withTag | ( | cool::Int64 | run, |
| cool::ChannelId | channelId, | ||
| const std::string & | recEta, | ||
| const std::string & | DetEta, | ||
| const std::string & | recPhi1, | ||
| const std::string & | recPhi2, | ||
| const std::string & | detPhi1, | ||
| const std::string & | detPhi2, | ||
| const std::string & | cool_tag | ||
| ) |
| void dqutils::CoolRpc::insertCondDB_withTag | ( | cool::Int64 | run, |
| cool::ChannelId | channelId, | ||
| const std::string & | PanelRes, | ||
| const std::string & | StringStatus, | ||
| const std::string & | cool_tag | ||
| ) |
| void dqutils::CoolRpc::printIOV | ( | ) |
| void dqutils::CoolRpc::setIOV | ( | cool::Int64 | run | ) |
| void dqutils::CoolRpc::setIOV | ( | cool::Int64 | runS, |
| cool::Int64 | lumiS, | ||
| cool::Int64 | runU, | ||
| cool::Int64 | lumiU | ||
| ) |
| void dqutils::CoolRpc::setSince | ( | cool::Int64 | run, |
| cool::Int64 | lumi | ||
| ) |
| void dqutils::CoolRpc::setUntil | ( | cool::Int64 | iovmax, |
| cool::Int64 | lumi | ||
| ) |
1.8.18