CMS 3D CMS Logo

EventSetupRecordKey.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Framework
4 // Class : EventSetupRecordKey
5 //
6 // Implementation:
7 // <Notes on implementation>
8 //
9 // Author: Chris Jones
10 // Created: Fri Mar 25 15:25:50 EST 2005
11 //
12 
13 // system include files
14 
15 // user include files
17 
18 //
19 // constants, enums and typedefs
20 //
21 
22 namespace edm {
23  namespace eventsetup {
24  //
25  // static data member definitions
26  //
27 
28  //
29  // constructors and destructor
30  //
32 
33  // EventSetupRecordKey::EventSetupRecordKey(const EventSetupRecordKey& rhs)
34  // {
35  // // do actual copying here;
36  // }
37 
38  //EventSetupRecordKey::~EventSetupRecordKey()
39  //{
40  //}
41 
42  //
43  // assignment operators
44  //
45  // const EventSetupRecordKey& EventSetupRecordKey::operator=(const EventSetupRecordKey& rhs)
46  // {
47  // //An exception safe implementation is
48  // EventSetupRecordKey temp(rhs);
49  // swap(rhs);
50  //
51  // return *this;
52  // }
53 
54  //
55  // member functions
56  //
57 
58  //
59  // const member functions
60  //
61 
62  //
63  // static member functions
64  //
65  } // namespace eventsetup
66 } // namespace edm
HLT enums.