test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
HLTrigger
HLTcore
interface
TriggerExpressionPathReader.h
Go to the documentation of this file.
1
#ifndef HLTrigger_HLTfilters_TriggerExpressionPathReader_h
2
#define HLTrigger_HLTfilters_TriggerExpressionPathReader_h
3
4
#include <vector>
5
#include <string>
6
7
#include "
HLTrigger/HLTcore/interface/TriggerExpressionEvaluator.h
"
8
9
namespace
triggerExpression {
10
11
class
PathReader
:
public
Evaluator
{
12
public
:
13
PathReader
(
const
std::string
&
pattern
) :
14
m_pattern
(pattern),
15
m_triggers
()
16
{ }
17
18
bool
operator()
(
const
Data
&
data
)
const
;
19
20
void
init
(
const
Data
&
data
);
21
22
void
dump
(std::ostream &
out
)
const
;
23
24
private
:
25
std::string
m_pattern
;
26
std::vector<std::pair<std::string, unsigned int> >
m_triggers
;
27
};
28
29
}
// namespace triggerExpression
30
31
#endif // HLTrigger_HLTfilters_TriggerExpressionPathReader_h
triggerExpression::PathReader::PathReader
PathReader(const std::string &pattern)
Definition:
TriggerExpressionPathReader.h:13
triggerExpression::PathReader::m_pattern
std::string m_pattern
Definition:
TriggerExpressionPathReader.h:25
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
listBenchmarks.pattern
list pattern
Definition:
listBenchmarks.py:26
triggerExpression::PathReader::init
void init(const Data &data)
Definition:
TriggerExpressionPathReader.cc:41
triggerExpression::PathReader
Definition:
TriggerExpressionPathReader.h:11
triggerExpression::PathReader::operator()
bool operator()(const Data &data) const
Definition:
TriggerExpressionPathReader.cc:15
GenerateHcalLaserBadRunList.out
tuple out
Definition:
GenerateHcalLaserBadRunList.py:91
TriggerExpressionEvaluator.h
triggerExpression::Data
Definition:
TriggerExpressionData.h:22
triggerExpression::PathReader::dump
void dump(std::ostream &out) const
Definition:
TriggerExpressionPathReader.cc:27
triggerExpression::Evaluator
Definition:
TriggerExpressionEvaluator.h:10
triggerExpression::PathReader::m_triggers
std::vector< std::pair< std::string, unsigned int > > m_triggers
Definition:
TriggerExpressionPathReader.h:26
AlCaHLTBitMon_QueryRunRegistry.data
tuple data
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:288
Generated for CMSSW Reference Manual by
1.8.5