CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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
21 #include <string>
22 #include <iosfwd>
23 
24 // user include files
25 
26 // base class
28 
29 // forward declarations
30 
31 // class declaration
33 {
34 
35 public:
36 
37  // constructor
39 
40  // constructor
41  L1GtHfRingEtSumsTemplate(const std::string& );
42 
43  // constructor
44  L1GtHfRingEtSumsTemplate(const std::string&, const L1GtConditionType& );
45 
46  // copy constructor
48 
49  // destructor
50  virtual ~L1GtHfRingEtSumsTemplate();
51 
52  // assign operator
54 
55 public:
56 
59  {
60  unsigned int etSumIndex;
61  unsigned int etSumThreshold;
62 
63  };
64 
65 
66 public:
67 
68  inline const std::vector<ObjectParameter>* objectParameter() const
69  {
70  return &m_objectParameter;
71  }
72 
73 
75  void setConditionParameter(const std::vector<ObjectParameter>&);
76 
77 
79  virtual void print(std::ostream& myCout) const;
80 
82  friend std::ostream& operator<<(std::ostream&, const L1GtHfRingEtSumsTemplate&);
83 
84 private:
85 
87  void copy( const L1GtHfRingEtSumsTemplate& cp);
88 
89 
90 private:
91 
93  std::vector<ObjectParameter> m_objectParameter;
94 
95 };
96 
97 #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
L1GtConditionType
virtual void print(std::ostream &myCout) const
print the condition
void copy(const L1GtHfRingEtSumsTemplate &cp)
copy function for copy constructor and operator=
void setConditionParameter(const std::vector< ObjectParameter > &)
set functions
L1GtHfRingEtSumsTemplate & operator=(const L1GtHfRingEtSumsTemplate &)
const std::vector< ObjectParameter > * objectParameter() const