CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCL1TPParametersRcd.h
Go to the documentation of this file.
1 #ifndef DataRecord_CSCL1TPParametersRcd_h
2 
3 #define DataRecord_CSCL1TPParametersRcd_h
4 
5 
6 
7 // -*- C++ -*-
8 
9 //
10 
11 // Package: DataRecord
12 
13 // Class : CSCL1TPParametersRcd
14 
15 //
16 
27 //
28 
29 // Author: Slava Valuev
30 
31 // Created: Thu Apr 12 11:18:05 CEST 2007
32 
33 // $Id: CSCL1TPParametersRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $
34 
35 //
36 
37 #include "boost/mpl/vector.hpp"
38 
39 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
43 
44 
45 
46 //class CSCL1TPParametersRcd : public edm::eventsetup::EventSetupRecordImplementation<CSCL1TPParametersRcd> {};
47 class CSCL1TPParametersRcd : public edm::eventsetup::DependentRecordImplementation<CSCL1TPParametersRcd, boost::mpl::vector<L1TriggerKeyListRcd,L1TriggerKeyRcd> > {};
48 
49 
50 
51 #endif