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
21 #include <string>
22 #include <iosfwd>
23 
24 #include <boost/cstdint.hpp>
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  virtual ~L1GtJetCountsTemplate();
53 
54  // assign operator
56 
57 public:
58 
61  {
62  unsigned int countIndex;
63  unsigned int countThreshold;
64 
66  };
67 
68 
69 public:
70 
71  inline const std::vector<ObjectParameter>* objectParameter() const
72  {
73  return &m_objectParameter;
74  }
75 
76 
78  void setConditionParameter(const std::vector<ObjectParameter>&);
79 
80 
82  virtual void print(std::ostream& myCout) const;
83 
85  friend std::ostream& operator<<(std::ostream&, const L1GtJetCountsTemplate&);
86 
87 private:
88 
90  void copy( const L1GtJetCountsTemplate& cp);
91 
92 
93 private:
94 
96  std::vector<ObjectParameter> m_objectParameter;
97 
98 };
99 
100 #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 &)