Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 // -*- C++ -*-
0002 //
0003 // Package:     PatAlgos
0004 // Class  :     KinematicResolutionRcd
0005 //
0006 // Implementation:
0007 //     <Notes on implementation>
0008 //
0009 // Author:
0010 // Created:     Sun Jun 24 16:53:34 CEST 2007
0011 
0012 #include "PhysicsTools/PatAlgos/interface/KinematicResolutionRcd.h"
0013 #include "PhysicsTools/PatAlgos/interface/KinematicResolutionProvider.h"
0014 #include "FWCore/Utilities/interface/typelookup.h"
0015 #include "FWCore/Framework/interface/eventsetuprecord_registration_macro.h"
0016 
0017 TYPELOOKUP_DATA_REG(KinematicResolutionProvider);
0018 EVENTSETUP_RECORD_REG(KinematicResolutionRcd);