CMS 3D CMS Logo

L1GtBptxTemplate.h
Go to the documentation of this file.
1 #ifndef CondFormats_L1TObjects_L1GtBptxTemplate_h
2 #define CondFormats_L1TObjects_L1GtBptxTemplate_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  ~L1GtBptxTemplate() 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 L1GtBptxTemplate&);
65 
66 private:
68  void copy(const L1GtBptxTemplate& cp);
69 
71 };
72 
73 #endif
L1GtBptxTemplate::~L1GtBptxTemplate
~L1GtBptxTemplate() override
Definition: L1GtBptxTemplate.cc:67
L1GtCondition
Definition: L1GtCondition.h:35
L1GtBptxTemplate::L1GtBptxTemplate
L1GtBptxTemplate()
Definition: L1GtBptxTemplate.cc:40
COND_SERIALIZABLE
#define COND_SERIALIZABLE
Definition: Serializable.h:39
L1GtBptxTemplate
Definition: L1GtBptxTemplate.h:39
L1GtConditionType
L1GtConditionType
Definition: L1GtDefinitions.h:91
L1GtBptxTemplate::print
void print(std::ostream &myCout) const override
print the condition
Definition: L1GtBptxTemplate.cc:77
L1GtBptxTemplate::operator=
L1GtBptxTemplate & operator=(const L1GtBptxTemplate &)
Definition: L1GtBptxTemplate.cc:72
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
L1GtCondition.h
L1GtBptxTemplate::copy
void copy(const L1GtBptxTemplate &cp)
copy function for copy constructor and operator=
Definition: L1GtBptxTemplate.cc:86
Serializable.h
L1GtBptxTemplate::operator<<
friend std::ostream & operator<<(std::ostream &, const L1GtBptxTemplate &)
output stream operator
Definition: L1GtBptxTemplate.cc:96
CommonMethods.cp
def cp(fromDir, toDir, listOfFiles, overwrite=False, smallList=False)
Definition: CommonMethods.py:192