CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/CondFormats/DataRecord/interface/L1GctJetFinderParamsRcd.h

Go to the documentation of this file.
00001 #ifndef DataRecord_L1GctJetFinderParamsRcd_h
00002 #define DataRecord_L1GctJetFinderParamsRcd_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     DataRecord
00006 // Class  :     L1GctJetFinderParamsRcd
00007 // 
00016 //
00017 // Author:      
00018 // Created:     Tue Jul 10 10:14:03 CEST 2007
00019 // $Id: L1GctJetFinderParamsRcd.h,v 1.3 2009/02/24 15:47:22 jbrooke 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 #include "CondFormats/DataRecord/interface/L1CaloGeometryRecord.h"
00029 
00030 //class L1GctJetFinderParamsRcd : public edm::eventsetup::EventSetupRecordImplementation<L1GctJetFinderParamsRcd> {};
00031 class L1GctJetFinderParamsRcd : public edm::eventsetup::DependentRecordImplementation<L1GctJetFinderParamsRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd,L1CaloGeometryRecord> > {};
00032 
00033 #endif