CMS 3D CMS Logo

L1EmEtScaleRcd.h
Go to the documentation of this file.
1 #ifndef L1Scales_L1EmEtScaleRcd_h
2 #define L1Scales_L1EmEtScaleRcd_h
3 // -*- C++ -*-
4 //
5 // Package: DataRecord
6 // Class : L1EmEtScaleRcd
7 //
16 //
17 // Author: Jim Brooke
18 // Created: Wed Oct 4 16:49:43 CEST 2006
19 // $Id:
20 //
21 
23 
24 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
28 
29 //class L1EmEtScaleRcd : public edm::eventsetup::EventSetupRecordImplementation<L1EmEtScaleRcd> {};
31  : public edm::eventsetup::DependentRecordImplementation<L1EmEtScaleRcd,
32  edm::mpl::Vector<L1TriggerKeyListRcd, L1TriggerKeyRcd> > {};
33 
34 #endif