21 #include "boost/lexical_cast.hpp" 30 m_partitionNumber(parSet.getParameter<
int> (
"PartitionNumber")) {
48 auto pL1GtTriggerMask = std::make_unique<L1GtTriggerMask>();
58 gtSchema,
"GT_PARTITION_FINOR_ALGO");
61 for (std::vector<std::string>::const_iterator iter = columns.begin(); iter != columns.end(); iter++) {
62 LogTrace(
"L1GtTriggerMaskAlgoTrigConfigOnlineProd") << ( *iter ) << std::endl;
68 columns, gtSchema,
"GT_PARTITION_FINOR_ALGO",
"GT_PARTITION_FINOR_ALGO.ID",
73 edm::LogError(
"L1-O2O") <<
"Problem with L1GtTriggerMaskAlgoTrigRcd key:" << objectKey;
74 return pL1GtTriggerMask;
78 int maskSize = columns.size() - 1;
79 std::vector<bool> trigMaskBool(maskSize,
false);
80 std::vector<unsigned int> trigMask(maskSize, 0);
82 for (
int i = 0;
i < maskSize;
i++) {
83 bool tMask = trigMaskBool[
i];
89 pL1GtTriggerMask->setGtTriggerMask(trigMask);
92 std::ostringstream myCoutStream;
93 pL1GtTriggerMask->print(myCoutStream);
94 LogTrace(
"L1GtTriggerMaskAlgoTrigConfigOnlineProd")
95 <<
"\nThe following L1GtTriggerMaskAlgoTrigRcd record was read from OMDS: \n" 96 << myCoutStream.str() <<
"\n" << std::endl;
99 return pL1GtTriggerMask;
bool fillVariable(const std::string &columnName, T &outputVariable) const
const QueryResults singleAttribute(const T &data) const
~L1GtTriggerMaskAlgoTrigConfigOnlineProd() override
destructor
L1GtTriggerMaskAlgoTrigConfigOnlineProd(const edm::ParameterSet &)
constructor
std::vector< std::string > columnNames(const std::string &schemaName, const std::string &tableName)
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="")
int m_partitionNumber
partition number
l1t::OMDSReader m_omdsReader
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
std::unique_ptr< L1GtTriggerMask > newObject(const std::string &objectKey) override
public methods