19 #include "boost/lexical_cast.hpp"
28 m_partitionNumber(parSet.getParameter<int> (
"PartitionNumber")) {
47 boost::shared_ptr<L1GtTriggerMask> pL1GtTriggerMask = boost::shared_ptr<L1GtTriggerMask>(
59 gtSchema,
"GT_PARTITION_VETO_TT");
62 for (std::vector<std::string>::const_iterator iter = columns.begin(); iter != columns.end(); iter++) {
63 LogTrace(
"L1GtTriggerMaskVetoTechTrigConfigOnlineProd") << ( *iter ) << std::endl;
69 columns, gtSchema,
"GT_PARTITION_VETO_TT",
"GT_PARTITION_VETO_TT.ID",
74 edm::LogError(
"L1-O2O") <<
"Problem with L1GtTriggerMaskVetoTechTrigRcd key:" << objectKey;
75 return pL1GtTriggerMask;
79 int maskSize = columns.size() - 1;
80 std::vector<bool> trigMaskBool(maskSize,
false);
81 std::vector<unsigned int> trigMask(maskSize, 0);
83 for (
int i = 0;
i < maskSize;
i++) {
84 bool tMask = trigMaskBool[
i];
90 pL1GtTriggerMask->setGtTriggerMask(trigMask);
93 std::ostringstream myCoutStream;
94 pL1GtTriggerMask->print(myCoutStream);
95 LogTrace(
"L1GtTriggerMaskVetoTechTrigConfigOnlineProd")
96 <<
"\nThe following L1GtTriggerMaskVetoTechTrigRcd record was read from OMDS: \n"
97 << myCoutStream.str() <<
"\n" << std::endl;
100 return pL1GtTriggerMask;
bool fillVariable(const std::string &columnName, T &outputVariable) const
const QueryResults singleAttribute(const T &data) const
~L1GtTriggerMaskVetoTechTrigConfigOnlineProd()
destructor
virtual boost::shared_ptr< L1GtTriggerMask > newObject(const std::string &objectKey)
public methods
int m_partitionNumber
partition number
const QueryResults basicQuery(const std::vector< std::string > &columnNames, const std::string &schemaName, const std::string &tableName, const std::string &conditionLHS="", const QueryResults conditionRHS=QueryResults(), const std::string &conditionRHSName="") const
l1t::OMDSReader m_omdsReader
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
L1GtTriggerMaskVetoTechTrigConfigOnlineProd(const edm::ParameterSet &)
constructor
std::vector< std::string > columnNames(const std::string &schemaName, const std::string &tableName) const