CMS 3D CMS Logo

L1GtHfRingEtSumsTemplate.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1TObjects_L1GtHfRingEtSumsTemplate_h
2 #define CondFormats_L1TObjects_L1GtHfRingEtSumsTemplate_h
3 
20 // system include files
22 
23 #include <string>
24 #include <iosfwd>
25 
26 // user include files
27 
28 // base class
30 
31 // forward declarations
32 
33 // class declaration
35 {
36 
37 public:
38 
39  // constructor
41 
42  // constructor
44 
45  // constructor
47 
48  // copy constructor
50 
51  // destructor
52  ~L1GtHfRingEtSumsTemplate() override;
53 
54  // assign operator
56 
57 public:
58 
61  {
62  unsigned int etSumIndex;
63  unsigned int etSumThreshold;
64 
65 
67 };
68 
69 
70 public:
71 
72  inline const std::vector<ObjectParameter>* objectParameter() const
73  {
74  return &m_objectParameter;
75  }
76 
77 
79  void setConditionParameter(const std::vector<ObjectParameter>&);
80 
81 
83  void print(std::ostream& myCout) const override;
84 
86  friend std::ostream& operator<<(std::ostream&, const L1GtHfRingEtSumsTemplate&);
87 
88 private:
89 
91  void copy( const L1GtHfRingEtSumsTemplate& cp);
92 
93 
94 private:
95 
97  std::vector<ObjectParameter> m_objectParameter;
98 
99 
101 };
102 
103 #endif
typedef for a single object template
friend std::ostream & operator<<(std::ostream &, const L1GtHfRingEtSumsTemplate &)
output stream operator
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
void print(std::ostream &myCout) const override
print the condition
L1GtConditionType
void copy(const L1GtHfRingEtSumsTemplate &cp)
copy function for copy constructor and operator=
void setConditionParameter(const std::vector< ObjectParameter > &)
set functions
L1GtHfRingEtSumsTemplate & operator=(const L1GtHfRingEtSumsTemplate &)
#define COND_SERIALIZABLE
Definition: Serializable.h:38
const std::vector< ObjectParameter > * objectParameter() const