Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
L1TriggerConfig
L1TConfigProducers
src
OnlineDBqueryHelper.h
Go to the documentation of this file.
1
#ifndef L1TriggerConfig_L1TConfigProducers_QueryHelper_h
2
#define L1TriggerConfig_L1TConfigProducers_QueryHelper_h
3
4
#include <map>
5
#include <vector>
6
#include <string>
7
#include <numeric>
8
#include <algorithm>
9
#include "
CondTools/L1Trigger/interface/OMDSReader.h
"
10
11
namespace
l1t {
12
13
// The following class encloses some of the conventions for the online DB model:
14
// https://indico.cern.ch/event/591003/contributions/2384788/attachments/1378957/2095301/L1TriggerDatabase_v2.pdf
15
16
class
OnlineDBqueryHelper
{
17
public
:
18
static
std::map<std::string, std::string>
fetch
(
const
std::vector<std::string> &queryColumns,
19
const
std::string
&
table
,
20
const
std::string
&
key
,
21
l1t::OMDSReader
&m_omdsReader);
22
};
23
24
}
// namespace l1t
25
#endif
TableParser.table
tuple table
Definition:
TableParser.py:111
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
OMDSReader.h
l1t::OnlineDBqueryHelper::fetch
static std::map< std::string, std::string > fetch(const std::vector< std::string > &queryColumns, const std::string &table, const std::string &key, l1t::OMDSReader &m_omdsReader)
Definition:
OnlineDBqueryHelper.cc:3
l1t::OnlineDBqueryHelper
Definition:
OnlineDBqueryHelper.h:16
submitPVResolutionJobs.key
tuple key
prepare the HTCondor submission files and eventually submit them
Definition:
submitPVResolutionJobs.py:398
l1t::OMDSReader
Definition:
OMDSReader.h:42
Generated for CMSSW Reference Manual by
1.8.5