CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GtCastorTemplate.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1TObjects_L1GtCastorTemplate_h
2 #define CondFormats_L1TObjects_L1GtCastorTemplate_h
3 
24 // system include files
25 #include <string>
26 #include <iosfwd>
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
45  L1GtCastorTemplate(const std::string&);
46 
47  // constructor
48  L1GtCastorTemplate(const std::string&, const L1GtConditionType&);
49 
50  // copy constructor
52 
53  // destructor
54  virtual ~L1GtCastorTemplate();
55 
56  // assign operator
58 
59 public:
60 
62  virtual void print(std::ostream& myCout) const;
63 
65  friend std::ostream& operator<<(std::ostream&, const L1GtCastorTemplate&);
66 
67 private:
68 
70  void copy(const L1GtCastorTemplate& cp);
71 
72 };
73 
74 #endif
L1GtConditionType
void copy(const L1GtCastorTemplate &cp)
copy function for copy constructor and operator=
friend std::ostream & operator<<(std::ostream &, const L1GtCastorTemplate &)
output stream operator
virtual void print(std::ostream &myCout) const
print the condition
L1GtCastorTemplate & operator=(const L1GtCastorTemplate &)