|
||||
File indexing completed on 2024-04-06 12:13:09
0001 #ifndef __class_____class___h 0002 #define __class_____class___h 0003 // -*- C++ -*- 0004 // 0005 // Package: __subsys__/__pkgname__ 0006 // Class : __class__ 0007 // 0008 /**\class __class__ __class__.h __subsys__/__pkgname__/interface/__class__.h 0009 0010 Description: [one line class summary] 0011 0012 Usage: 0013 <usage> 0014 0015 */ 0016 // 0017 // Author: __author__ 0018 // Created: __date__ 0019 // 0020 0021 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 0022 0023 class __class__ : public edm::eventsetup::EventSetupRecordImplementation<__class__> {}; 0024 0025 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |