|
||||
File indexing completed on 2024-04-06 12:02:03
0001 #ifndef L1Geometry_L1CaloGeometryRecord_h 0002 #define L1Geometry_L1CaloGeometryRecord_h 0003 // -*- C++ -*- 0004 // 0005 // Package: L1Geometry 0006 // Class : L1CaloGeometryRecord 0007 // 0008 /**\class L1CaloGeometryRecord L1CaloGeometryRecord.h L1TriggerConfig/L1Geometry/interface/L1CaloGeometryRecord.h 0009 0010 Description: <one line class summary> 0011 0012 Usage: 0013 <usage> 0014 0015 */ 0016 // 0017 // Original Author: Werner Sun 0018 // Created: Mon Oct 23 23:08:26 EDT 2006 0019 // $Id: L1CaloGeometryRecord.h,v 1.1 2006/12/21 01:55:34 wsun Exp $ 0020 // 0021 0022 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h" 0023 #include "FWCore/Framework/interface/DependentRecordImplementation.h" 0024 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h" 0025 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h" 0026 0027 /* class L1CaloGeometryRecord : */ 0028 /* public edm::eventsetup::EventSetupRecordImplementation<L1CaloGeometryRecord> */ 0029 /* {}; */ 0030 class L1CaloGeometryRecord 0031 : public edm::eventsetup::DependentRecordImplementation<L1CaloGeometryRecord, 0032 edm::mpl::Vector<L1TriggerKeyListRcd, L1TriggerKeyRcd> > {}; 0033 0034 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |