![]() |
|
|||
File indexing completed on 2024-04-06 12:12:10
0001 // -*- C++ -*- 0002 // 0003 // Package: Framework 0004 // Class : EventSetupRecordKey 0005 // 0006 // Implementation: 0007 // <Notes on implementation> 0008 // 0009 // Author: Chris Jones 0010 // Created: Fri Mar 25 15:25:50 EST 2005 0011 // 0012 0013 // system include files 0014 0015 // user include files 0016 #include "FWCore/Framework/interface/EventSetupRecordKey.h" 0017 0018 // 0019 // constants, enums and typedefs 0020 // 0021 0022 namespace edm { 0023 namespace eventsetup { 0024 // 0025 // static data member definitions 0026 // 0027 0028 // 0029 // constructors and destructor 0030 // 0031 EventSetupRecordKey::EventSetupRecordKey() : type_() {} 0032 0033 // EventSetupRecordKey::EventSetupRecordKey(const EventSetupRecordKey& rhs) 0034 // { 0035 // // do actual copying here; 0036 // } 0037 0038 //EventSetupRecordKey::~EventSetupRecordKey() 0039 //{ 0040 //} 0041 0042 // 0043 // assignment operators 0044 // 0045 // const EventSetupRecordKey& EventSetupRecordKey::operator=(const EventSetupRecordKey& rhs) 0046 // { 0047 // //An exception safe implementation is 0048 // EventSetupRecordKey temp(rhs); 0049 // swap(rhs); 0050 // 0051 // return *this; 0052 // } 0053 0054 // 0055 // member functions 0056 // 0057 0058 // 0059 // const member functions 0060 // 0061 0062 // 0063 // static member functions 0064 // 0065 } // namespace eventsetup 0066 } // namespace edm
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |