CMS 3D CMS Logo

L1TUtmAlgorithm.h
Go to the documentation of this file.
1 //
2 // NOTE: This file was automatically generated from UTM library via import_utm.pl
3 // DIRECT EDITS MIGHT BE LOST.
4 //
10 #ifndef tmEventSetup_L1TUtmAlgorithm_hh
11 #define tmEventSetup_L1TUtmAlgorithm_hh
12 
13 #include <set>
14 #include <string>
15 #include <vector>
17 
22 public:
24  : name_(),
25  expression_(),
27  rpn_vector_(),
28  index_(),
29  module_id_(),
30  module_index_(),
31  version(0){};
32 
33  virtual ~L1TUtmAlgorithm() = default;
34 
36  void setRpnVector(const std::vector<std::string>& x) { rpn_vector_ = x; };
37 
39  const std::string& getName() const { return name_; };
40 
42  const std::string& getExpression() const { return expression_; };
43 
46 
48  const std::vector<std::string>& getRpnVector() const { return rpn_vector_; };
49 
51  unsigned int getIndex() const { return index_; };
52 
54  unsigned int getModuleId() const { return module_id_; };
55 
57  unsigned int getModuleIndex() const { return module_index_; };
58 
59 protected:
63  std::vector<std::string> rpn_vector_;
64  unsigned int index_;
65  unsigned int module_id_;
66  unsigned int module_index_;
67  unsigned int version;
68 
70 };
71 
72 #endif // tmEventSetup_L1TUtmAlgorithm_hh
L1TUtmAlgorithm::L1TUtmAlgorithm
L1TUtmAlgorithm()
Definition: L1TUtmAlgorithm.h:23
L1TUtmAlgorithm::getName
const std::string & getName() const
Definition: L1TUtmAlgorithm.h:39
L1TUtmAlgorithm::expression_
std::string expression_
Definition: L1TUtmAlgorithm.h:61
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
L1TUtmAlgorithm::index_
unsigned int index_
Definition: L1TUtmAlgorithm.h:64
L1TUtmAlgorithm::version
unsigned int version
Definition: L1TUtmAlgorithm.h:67
DDAxes::x
L1TUtmAlgorithm::~L1TUtmAlgorithm
virtual ~L1TUtmAlgorithm()=default
L1TUtmAlgorithm
Definition: L1TUtmAlgorithm.h:21
L1TUtmAlgorithm::rpn_vector_
std::vector< std::string > rpn_vector_
Definition: L1TUtmAlgorithm.h:63
L1TUtmAlgorithm::expression_in_condition_
std::string expression_in_condition_
Definition: L1TUtmAlgorithm.h:62
Serializable.h
L1TUtmAlgorithm::getExpressionInCondition
const std::string & getExpressionInCondition() const
Definition: L1TUtmAlgorithm.h:45
L1TUtmAlgorithm::module_index_
unsigned int module_index_
Definition: L1TUtmAlgorithm.h:66
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
L1TUtmAlgorithm::getRpnVector
const std::vector< std::string > & getRpnVector() const
Definition: L1TUtmAlgorithm.h:48
L1TUtmAlgorithm::setRpnVector
void setRpnVector(const std::vector< std::string > &x)
Definition: L1TUtmAlgorithm.h:36
L1TUtmAlgorithm::module_id_
unsigned int module_id_
Definition: L1TUtmAlgorithm.h:65
L1TUtmAlgorithm::name_
std::string name_
Definition: L1TUtmAlgorithm.h:57
L1TUtmAlgorithm::getExpression
const std::string & getExpression() const
Definition: L1TUtmAlgorithm.h:42
L1TUtmAlgorithm::getModuleIndex
unsigned int getModuleIndex() const
Definition: L1TUtmAlgorithm.h:57
L1TUtmAlgorithm::getIndex
unsigned int getIndex() const
Definition: L1TUtmAlgorithm.h:51
L1TUtmAlgorithm::getModuleId
unsigned int getModuleId() const
Definition: L1TUtmAlgorithm.h:54