CMS 3D CMS Logo

L1GtExternalTemplate.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1TObjects_L1GtExternalTemplate_h
2 #define CondFormats_L1TObjects_L1GtExternalTemplate_h
3 
25 // system include files
27 
28 #include <string>
29 #include <iosfwd>
30 
31 // user include files
32 
33 // base class
35 
36 // forward declarations
37 
38 // class declaration
40 public:
41  // constructor
43 
44  // constructor
46 
47  // constructor
49 
50  // copy constructor
52 
53  // destructor
54  ~L1GtExternalTemplate() override;
55 
56  // assign operator
58 
59 public:
61  void print(std::ostream& myCout) const override;
62 
64  friend std::ostream& operator<<(std::ostream&, const L1GtExternalTemplate&);
65 
66 private:
68  void copy(const L1GtExternalTemplate& cp);
69 
71 };
72 
73 #endif
L1GtConditionType
L1GtExternalTemplate & operator=(const L1GtExternalTemplate &)
#define COND_SERIALIZABLE
Definition: Serializable.h:39
friend std::ostream & operator<<(std::ostream &, const L1GtExternalTemplate &)
output stream operator
void copy(const L1GtExternalTemplate &cp)
copy function for copy constructor and operator=
void print(std::ostream &myCout) const override
print the condition