CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/PhysicsTools/PatAlgos/interface/KinematicResolutionRcd.h

Go to the documentation of this file.
00001 #ifndef PatAlgos_KinematicResolutionRcd_h
00002 #define PatAlgos_KinematicResolutionRcd_h
00003 // -*- C++ -*-
00004 //
00005 // Package:     PatAlgos
00006 // Class  :     KinematicResolutionRcd
00007 // 
00013 //
00014 // Author:      
00015 // Created:     Sun Jun 24 16:53:34 CEST 2007
00016 // $Id: KinematicResolutionRcd.h,v 1.2 2009/06/25 23:49:34 gpetrucc Exp $
00017 //
00018 
00019 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
00020 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00021 #include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"
00022 
00023 
00024 #include "boost/mpl/vector.hpp"
00025 
00026 
00027 class KinematicResolutionRcd : 
00028     public edm::eventsetup::DependentRecordImplementation<
00029             KinematicResolutionRcd,
00030             boost::mpl::vector<IdealMagneticFieldRecord>
00031         > {};
00032 #endif