#include <StatusFlagCommentCOOL.h>
|
cool::RecordSpecification | createSpec () |
|
coral::AttributeList | createPayload (int colourCode, float dfrac, float thrust, std::string &comment, const cool::RecordSpecification &spec) |
|
| StatusFlagCommentCOOL (const std::string &dbStr, const std::string &folderStr, int runS, int lumiS, int runU, int lumiU) |
|
| StatusFlagCommentCOOL (int runS, int lumiS, int runU, int lumiU) |
|
| StatusFlagCommentCOOL () |
|
virtual | ~StatusFlagCommentCOOL () |
|
void | insert (cool::ChannelId channelId, int code, float dfrac, float thrust, std::string comment, const std::string &tag_name) |
|
void | insert (const std::string &channelName, int code, float dfrac, float thrust, const std::string &comment, const std::string &tag_name) |
|
cool::IDatabasePtr | coolDbInstance (const std::string &dbStr, bool readOnly) |
|
cool::IFolderPtr | coolFolderInstance (const std::string &folderStr) |
|
void | setSince (cool::Int64 run, cool::Int64 lumi) |
|
void | setUntil (cool::Int64 run, cool::Int64 lumi) |
|
void | printIOV () |
|
void | setIOV (cool::Int64 runS, cool::Int64 lumiS, cool::Int64 runU, cool::Int64 lumiU) |
|
void | setIOV (cool::Int64 run) |
|
void | flush () |
|
void | dump (cool::ChannelSelection selection, std::string tag_name) |
|
std::string | dumpField (cool::ChannelId channelId, std::string field, std::string tag_name) |
|
int | dumpCode (const std::string &channelName, const std::string &tag_name) |
|
void | dumpall (const std::string &tag_name) |
|
cool::IFolderPtr | getCoolFolder () |
|
cool::IDatabasePtr | getCoolDb () |
|
|
void | insert_helper (cool::ChannelId channelId, coral::AttributeList &payload, const std::string &tag_name) |
|
void | Initialize (const std::string &dbStr, const std::string &folderStr, int runS, int lumiS, int runU, int lumiU) |
|
Definition at line 52 of file StatusFlagCommentCOOL.h.
◆ StatusFlagCommentCOOL() [1/3]
dqutils::StatusFlagCommentCOOL::StatusFlagCommentCOOL |
( |
const std::string & |
dbStr, |
|
|
const std::string & |
folderStr, |
|
|
int |
runS, |
|
|
int |
lumiS, |
|
|
int |
runU, |
|
|
int |
lumiU |
|
) |
| |
◆ StatusFlagCommentCOOL() [2/3]
dqutils::StatusFlagCommentCOOL::StatusFlagCommentCOOL |
( |
int |
runS, |
|
|
int |
lumiS, |
|
|
int |
runU, |
|
|
int |
lumiU |
|
) |
| |
◆ StatusFlagCommentCOOL() [3/3]
dqutils::StatusFlagCommentCOOL::StatusFlagCommentCOOL |
( |
| ) |
|
◆ ~StatusFlagCommentCOOL()
virtual dqutils::StatusFlagCommentCOOL::~StatusFlagCommentCOOL |
( |
| ) |
|
|
inlinevirtual |
◆ coolDbInstance()
cool::IDatabasePtr dqutils::StatusFlagCOOLBase::coolDbInstance |
( |
const std::string & |
dbStr, |
|
|
bool |
readOnly |
|
) |
| |
|
inherited |
◆ coolFolderInstance()
cool::IFolderPtr dqutils::StatusFlagCOOLBase::coolFolderInstance |
( |
const std::string & |
folderStr | ) |
|
|
inherited |
◆ createPayload()
coral::AttributeList dqutils::StatusFlagCommentCOOL::createPayload |
( |
int |
colourCode, |
|
|
float |
dfrac, |
|
|
float |
thrust, |
|
|
std::string & |
comment, |
|
|
const cool::RecordSpecification & |
spec |
|
) |
| |
◆ createSpec()
cool::RecordSpecification dqutils::StatusFlagCommentCOOL::createSpec |
( |
| ) |
|
◆ dump()
void dqutils::StatusFlagCOOLBase::dump |
( |
cool::ChannelSelection |
selection, |
|
|
std::string |
tag_name |
|
) |
| |
|
inherited |
◆ dumpall()
void dqutils::StatusFlagCOOLBase::dumpall |
( |
const std::string & |
tag_name | ) |
|
|
inherited |
◆ dumpCode()
int dqutils::StatusFlagCOOLBase::dumpCode |
( |
const std::string & |
channelName, |
|
|
const std::string & |
tag_name |
|
) |
| |
|
inherited |
◆ dumpField()
std::string dqutils::StatusFlagCOOLBase::dumpField |
( |
cool::ChannelId |
channelId, |
|
|
std::string |
field, |
|
|
std::string |
tag_name |
|
) |
| |
|
inherited |
◆ flush()
void dqutils::StatusFlagCOOLBase::flush |
( |
| ) |
|
|
inherited |
◆ getCoolDb()
cool::IDatabasePtr dqutils::StatusFlagCOOLBase::getCoolDb |
( |
| ) |
|
|
inherited |
◆ getCoolFolder()
cool::IFolderPtr dqutils::StatusFlagCOOLBase::getCoolFolder |
( |
| ) |
|
|
inherited |
◆ Initialize()
void dqutils::StatusFlagCOOLBase::Initialize |
( |
const std::string & |
dbStr, |
|
|
const std::string & |
folderStr, |
|
|
int |
runS, |
|
|
int |
lumiS, |
|
|
int |
runU, |
|
|
int |
lumiU |
|
) |
| |
|
protectedinherited |
◆ insert() [1/2]
void dqutils::StatusFlagCommentCOOL::insert |
( |
const std::string & |
channelName, |
|
|
int |
code, |
|
|
float |
dfrac, |
|
|
float |
thrust, |
|
|
const std::string & |
comment, |
|
|
const std::string & |
tag_name |
|
) |
| |
◆ insert() [2/2]
void dqutils::StatusFlagCommentCOOL::insert |
( |
cool::ChannelId |
channelId, |
|
|
int |
code, |
|
|
float |
dfrac, |
|
|
float |
thrust, |
|
|
std::string |
comment, |
|
|
const std::string & |
tag_name |
|
) |
| |
◆ insert_helper()
void dqutils::StatusFlagCOOLBase::insert_helper |
( |
cool::ChannelId |
channelId, |
|
|
coral::AttributeList & |
payload, |
|
|
const std::string & |
tag_name |
|
) |
| |
|
protectedinherited |
◆ printIOV()
void dqutils::StatusFlagCOOLBase::printIOV |
( |
| ) |
|
|
inherited |
◆ setIOV() [1/2]
void dqutils::StatusFlagCOOLBase::setIOV |
( |
cool::Int64 |
run | ) |
|
|
inherited |
◆ setIOV() [2/2]
void dqutils::StatusFlagCOOLBase::setIOV |
( |
cool::Int64 |
runS, |
|
|
cool::Int64 |
lumiS, |
|
|
cool::Int64 |
runU, |
|
|
cool::Int64 |
lumiU |
|
) |
| |
|
inherited |
◆ setSince()
void dqutils::StatusFlagCOOLBase::setSince |
( |
cool::Int64 |
run, |
|
|
cool::Int64 |
lumi |
|
) |
| |
|
inherited |
◆ setUntil()
void dqutils::StatusFlagCOOLBase::setUntil |
( |
cool::Int64 |
run, |
|
|
cool::Int64 |
lumi |
|
) |
| |
|
inherited |
◆ m_coolDb
cool::IDatabasePtr dqutils::StatusFlagCOOLBase::m_coolDb |
|
protectedinherited |
◆ m_coolFolder
cool::IFolderPtr dqutils::StatusFlagCOOLBase::m_coolFolder |
|
protectedinherited |
◆ m_since
cool::ValidityKey dqutils::StatusFlagCOOLBase::m_since |
|
protectedinherited |
◆ m_until
cool::ValidityKey dqutils::StatusFlagCOOLBase::m_until |
|
protectedinherited |
The documentation for this class was generated from the following file: