test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
L1GctJetFinderParamsRcd.h
Go to the documentation of this file.
1 #ifndef DataRecord_L1GctJetFinderParamsRcd_h
2 #define DataRecord_L1GctJetFinderParamsRcd_h
3 // -*- C++ -*-
4 //
5 // Package: DataRecord
6 // Class : L1GctJetFinderParamsRcd
7 //
16 //
17 // Author:
18 // Created: Tue Jul 10 10:14:03 CEST 2007
19 // $Id: L1GctJetFinderParamsRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $
20 //
21 
22 #include "boost/mpl/vector.hpp"
23 
24 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
29 
30 //class L1GctJetFinderParamsRcd : public edm::eventsetup::EventSetupRecordImplementation<L1GctJetFinderParamsRcd> {};
31 class L1GctJetFinderParamsRcd : public edm::eventsetup::DependentRecordImplementation<L1GctJetFinderParamsRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd,L1CaloGeometryRecord> > {};
32 
33 #endif