Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:23:46

0001 #ifndef PatAlgos_KinematicResolutionRcd_h
0002 #define PatAlgos_KinematicResolutionRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     PatAlgos
0006 // Class  :     KinematicResolutionRcd
0007 //
0008 /**\class KinematicResolutionRcd ParticleResolutionRcd.h PhysicsTools/PatAlgos/interface/ParticleResolutionRcd.h
0009 
0010  Description: Interface for getting Kinematic Resolutions through EventSetup
0011 
0012 */
0013 //
0014 // Author:
0015 // Created:     Sun Jun 24 16:53:34 CEST 2007
0016 //
0017 
0018 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0019 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0020 #include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"
0021 
0022 #include "FWCore/Utilities/interface/mplVector.h"
0023 
0024 class KinematicResolutionRcd
0025     : public edm::eventsetup::DependentRecordImplementation<KinematicResolutionRcd,
0026                                                             edm::mpl::Vector<IdealMagneticFieldRecord> > {};
0027 #endif