CMS 3D CMS Logo

TriggerExpressionL1uGTReader.h
Go to the documentation of this file.
1 #ifndef HLTrigger_HLTfilters_TriggerExpressionL1uGTReader_h
2 #define HLTrigger_HLTfilters_TriggerExpressionL1uGTReader_h
3 
4 #include <vector>
5 #include <string>
6 
8 
9 namespace triggerExpression {
10 
11  class L1uGTReader : public Evaluator {
12  public:
14 
15  bool operator()(const Data& data) const override;
16 
17  void init(const Data& data) override;
18 
19  void dump(std::ostream& out) const override;
20 
21  private:
23  std::vector<std::pair<std::string, unsigned int> > m_triggers;
24  };
25 
26 } // namespace triggerExpression
27 
28 #endif // HLTrigger_HLTfilters_TriggerExpressionL1uGTReader_h
L1uGTReader(const std::string &pattern)
std::vector< std::pair< std::string, unsigned int > > m_triggers
void dump(std::ostream &out) const override
void init(const Data &data) override
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
bool operator()(const Data &data) const override