Go to the documentation of this file.00001 #ifndef PatAlgos_KinematicResolutionRcd_h
00002 #define PatAlgos_KinematicResolutionRcd_h
00003
00004
00005
00006
00007
00013
00014
00015
00016
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