00001 #ifndef DataRecord_L1GctJetCounterNegativeEtaRcd_h 00002 #define DataRecord_L1GctJetCounterNegativeEtaRcd_h 00003 // -*- C++ -*- 00004 // 00005 // Package: DataRecord 00006 // Class : L1GctJetCounterNegativeEtaRcd 00007 // 00016 // 00017 // Author: 00018 // Created: Tue Jul 10 10:14:03 CEST 2007 00019 // $Id: L1GctJetCounterNegativeEtaRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $ 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 L1GctJetCounterNegativeEtaRcd : public edm::eventsetup::EventSetupRecordImplementation<L1GctJetCounterNegativeEtaRcd> {}; 00030 class L1GctJetCounterNegativeEtaRcd : public edm::eventsetup::DependentRecordImplementation<L1GctJetCounterNegativeEtaRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {}; 00031 00032 #endif