CMS 3D CMS Logo

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 public:
40  // constructor
42 
43  // constructor
45 
46  // constructor
48 
49  // copy constructor
51 
52  // destructor
53  ~L1GtCastorTemplate() override;
54 
55  // assign operator
57 
58 public:
60  void print(std::ostream& myCout) const override;
61 
63  friend std::ostream& operator<<(std::ostream&, const L1GtCastorTemplate&);
64 
65 private:
67  void copy(const L1GtCastorTemplate& cp);
68 
70 };
71 
72 #endif
L1GtConditionType
~L1GtCastorTemplate() override
void print(std::ostream &myCout) const override
print the condition
void copy(const L1GtCastorTemplate &cp)
copy function for copy constructor and operator=
friend std::ostream & operator<<(std::ostream &, const L1GtCastorTemplate &)
output stream operator
#define COND_SERIALIZABLE
Definition: Serializable.h:39
L1GtCastorTemplate & operator=(const L1GtCastorTemplate &)