/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWCore/Framework/src/EventSetupRecordKey.cc
66 строк
1 KB
W. David Dagenhart
Only changes from scram build code-format-all
30 апр 2019, 22:05
30 апр 2019, 22:05
23d7339
Код
Авторство
О чём код?
// -*- C++ -*- // // Package: Framework // Class : EventSetupRecordKey // // Implementation: // <Notes on implementation> // // Author: Chris Jones // Created: Fri Mar 25 15:25:50 EST 2005 // // system include files // user include files #include "FWCore/Framework/interface/EventSetupRecordKey.h" // // constants, enums and typedefs // namespace edm { namespace eventsetup { // // static data member definitions // // // constructors and destructor // EventSetupRecordKey::EventSetupRecordKey() : type_() {} // EventSetupRecordKey::EventSetupRecordKey(const EventSetupRecordKey& rhs) // { // // do actual copying here; // } //EventSetupRecordKey::~EventSetupRecordKey() //{ //} // // assignment operators // // const EventSetupRecordKey& EventSetupRecordKey::operator=(const EventSetupRecordKey& rhs) // { // //An exception safe implementation is // EventSetupRecordKey temp(rhs); // swap(rhs); // // return *this; // } // // member functions // // // const member functions // // // static member functions // } // namespace eventsetup } // namespace edm