CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2_patch1/src/CondFormats/DataRecord/interface/HcalCovarianceMatricesRcd.h

Go to the documentation of this file.
00001 #ifndef DataRecord_HcalCovarianceMatricesRcd_h
00002 #define DataRecord_HcalCovarianceMatricesRcd_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     DataRecord
00006 // Class  :     HcalCovarianceMatricesRcd
00007 // 
00016 //
00017 // Author:      
00018 // Created:     Sat Mar  1 15:49:28 CET 2008
00019 // $Id: HcalCovarianceMatricesRcd.h,v 1.2 2012/11/12 21:13:54 dlange Exp $
00020 //
00021 
00022 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00023 #include "Geometry/Records/interface/IdealGeometryRecord.h"
00024 
00025 class HcalCovarianceMatricesRcd : public edm::eventsetup::DependentRecordImplementation<HcalCovarianceMatricesRcd, boost::mpl::vector<IdealGeometryRecord> > {};
00026 
00027 #endif