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
26 
27 #include <string>
28 #include <iosfwd>
29 
30 // user include files
31 
32 // base class
34 
35 // forward declarations
36 
37 // class declaration
39 {
40 
41 public:
42 
43  // constructor
45 
46  // constructor
48 
49  // constructor
51 
52  // copy constructor
54 
55  // destructor
56  virtual ~L1GtCastorTemplate();
57 
58  // assign operator
60 
61 public:
62 
64  virtual void print(std::ostream& myCout) const;
65 
67  friend std::ostream& operator<<(std::ostream&, const L1GtCastorTemplate&);
68 
69 private:
70 
72  void copy(const L1GtCastorTemplate& cp);
73 
74 
76 };
77 
78 #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 &)