CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtHfBitCountsTemplate.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1TObjects_L1GtHfBitCountsTemplate_h
2 #define CondFormats_L1TObjects_L1GtHfBitCountsTemplate_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  virtual ~L1GtHfBitCountsTemplate();
53 
54  // assign operator
56 
57 public:
58 
61  {
62  unsigned int countIndex;
63  unsigned int countThreshold;
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  virtual void print(std::ostream& myCout) const;
84 
86  friend std::ostream& operator<<(std::ostream&, const L1GtHfBitCountsTemplate&);
87 
88 private:
89 
91  void copy( const L1GtHfBitCountsTemplate& cp);
92 
93 
94 private:
95 
97  std::vector<ObjectParameter> m_objectParameter;
98 
99 
101 };
102 
103 #endif
virtual void print(std::ostream &myCout) const
print the condition
typedef for a single object template
L1GtConditionType
std::vector< ObjectParameter > m_objectParameter
variables containing the parameters
friend std::ostream & operator<<(std::ostream &, const L1GtHfBitCountsTemplate &)
output stream operator
L1GtHfBitCountsTemplate & operator=(const L1GtHfBitCountsTemplate &)
#define COND_SERIALIZABLE
Definition: Serializable.h:30
void setConditionParameter(const std::vector< ObjectParameter > &)
set functions
const std::vector< ObjectParameter > * objectParameter() const
void copy(const L1GtHfBitCountsTemplate &cp)
copy function for copy constructor and operator=