CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtJetCountsTemplate.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1TObjects_L1GtJetCountsTemplate_h
2 #define CondFormats_L1TObjects_L1GtJetCountsTemplate_h
3 
20 // system include files
22 
23 #include <string>
24 #include <iosfwd>
25 
26 #include <boost/cstdint.hpp>
27 
28 // user include files
29 
30 // base class
32 
33 // forward declarations
34 
35 // class declaration
37 {
38 
39 public:
40 
41  // constructor
43 
44  // constructor
46 
47  // constructor
49 
50  // copy constructor
52 
53  // destructor
54  virtual ~L1GtJetCountsTemplate();
55 
56  // assign operator
58 
59 public:
60 
63  {
64  unsigned int countIndex;
65  unsigned int countThreshold;
66 
68 
70 };
71 
72 
73 public:
74 
75  inline const std::vector<ObjectParameter>* objectParameter() const
76  {
77  return &m_objectParameter;
78  }
79 
80 
82  void setConditionParameter(const std::vector<ObjectParameter>&);
83 
84 
86  virtual void print(std::ostream& myCout) const;
87 
89  friend std::ostream& operator<<(std::ostream&, const L1GtJetCountsTemplate&);
90 
91 private:
92 
94  void copy( const L1GtJetCountsTemplate& cp);
95 
96 
97 private:
98 
100  std::vector<ObjectParameter> m_objectParameter;
101 
102 
104 };
105 
106 #endif
void copy(const L1GtJetCountsTemplate &cp)
copy function for copy constructor and operator=
void setConditionParameter(const std::vector< ObjectParameter > &)
set functions
friend std::ostream & operator<<(std::ostream &, const L1GtJetCountsTemplate &)
output stream operator
typedef for a single object template
L1GtConditionType
const std::vector< ObjectParameter > * objectParameter() const
virtual void print(std::ostream &myCout) const
print the condition
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
L1GtJetCountsTemplate & operator=(const L1GtJetCountsTemplate &)