CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1CaloGeometryRecord.h
Go to the documentation of this file.
1 #ifndef L1Geometry_L1CaloGeometryRecord_h
2 #define L1Geometry_L1CaloGeometryRecord_h
3 // -*- C++ -*-
4 //
5 // Package: L1Geometry
6 // Class : L1CaloGeometryRecord
7 //
16 //
17 // Original Author: Werner Sun
18 // Created: Mon Oct 23 23:08:26 EDT 2006
19 // $Id: L1CaloGeometryRecord.h,v 1.1 2008/04/16 23:06:56 wsun Exp $
20 //
21 
22 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
26 
27 /* class L1CaloGeometryRecord : */
28 /* public edm::eventsetup::EventSetupRecordImplementation<L1CaloGeometryRecord> */
29 /* {}; */
30 class L1CaloGeometryRecord : public edm::eventsetup::DependentRecordImplementation<L1CaloGeometryRecord, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
31 
32 #endif