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  {
65  unsigned int countIndex;
66  unsigned int countThreshold;
67 
69 
71 };
72 
73 
74 public:
75 
76  inline const std::vector<ObjectParameter>* objectParameter() const
77  {
78  return &m_objectParameter;
79  }
80 
81 
83  void setConditionParameter(const std::vector<ObjectParameter>&);
84 
85 
87  virtual void print(std::ostream& myCout) const;
88 
90  friend std::ostream& operator<<(std::ostream&, const L1GtJetCountsTemplate&);
91 
92 private:
93 
95  void copy( const L1GtJetCountsTemplate& cp);
96 
97 
98 private:
99 
101  std::vector<ObjectParameter> m_objectParameter;
102 
103 
105 };
106 
107 #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 &)
#define COND_SERIALIZABLE
Definition: Serializable.h:37