CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_13_patch3/src/CondFormats/DataRecord/interface/L1EmEtScaleRcd.h

Go to the documentation of this file.
00001 #ifndef L1Scales_L1EmEtScaleRcd_h
00002 #define L1Scales_L1EmEtScaleRcd_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     DataRecord
00006 // Class  :     L1EmEtScaleRcd
00007 // 
00016 //
00017 // Author:      Jim Brooke
00018 // Created:     Wed Oct  4 16:49:43 CEST 2006
00019 // $Id: 
00020 //
00021 
00022 #include "boost/mpl/vector.hpp"
00023 
00024 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00025 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00026 #include "CondFormats/DataRecord/interface/L1TriggerKeyListRcd.h"
00027 #include "CondFormats/DataRecord/interface/L1TriggerKeyRcd.h"
00028 
00029 //class L1EmEtScaleRcd : public edm::eventsetup::EventSetupRecordImplementation<L1EmEtScaleRcd> {};
00030 class L1EmEtScaleRcd : public edm::eventsetup::DependentRecordImplementation<L1EmEtScaleRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
00031 
00032 #endif