CMS 3D CMS Logo

CSCL1TPParametersRcd.h
Go to the documentation of this file.
1 #ifndef DataRecord_CSCL1TPParametersRcd_h
2 
3 #define DataRecord_CSCL1TPParametersRcd_h
4 
5 // -*- C++ -*-
6 
7 //
8 
9 // Package: DataRecord
10 
11 // Class : CSCL1TPParametersRcd
12 
13 //
14 
25 //
26 
27 // Author: Slava Valuev
28 
29 // Created: Thu Apr 12 11:18:05 CEST 2007
30 
31 // $Id: CSCL1TPParametersRcd.h,v 1.2 2008/03/03 07:09:47 wsun Exp $
32 
33 //
34 
36 
37 //#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
41 
42 //class CSCL1TPParametersRcd : public edm::eventsetup::EventSetupRecordImplementation<CSCL1TPParametersRcd> {};
44  : public edm::eventsetup::DependentRecordImplementation<CSCL1TPParametersRcd,
45  edm::mpl::Vector<L1TriggerKeyListRcd, L1TriggerKeyRcd> > {};
46 
47 #endif