|
||||
File indexing completed on 2024-04-06 12:12:23
0001 #ifndef Framework_DummyRecord_h 0002 #define Framework_DummyRecord_h 0003 /* 0004 * DummyRecord.h 0005 * EDMProto 0006 * 0007 * Created by Chris Jones on 4/4/05. 0008 * 0009 */ 0010 0011 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 0012 0013 class DummyRecord : public edm::eventsetup::EventSetupRecordImplementation<DummyRecord> {}; 0014 0015 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |