Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:34

0001 #ifndef RecoParticleFlow_PFRecHitProducer_interface_PFRecHitTopologyRecord_h
0002 #define RecoParticleFlow_PFRecHitProducer_interface_PFRecHitTopologyRecord_h
0003 
0004 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0005 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0006 #include "Geometry/Records/interface/CaloGeometryRecord.h"
0007 #include "Geometry/Records/interface/HcalRecNumberingRecord.h"
0008 #include "CondFormats/DataRecord/interface/HcalPFCutsRcd.h"
0009 
0010 class PFRecHitHCALTopologyRecord : public edm::eventsetup::DependentRecordImplementation<
0011                                        PFRecHitHCALTopologyRecord,
0012                                        edm::mpl::Vector<HcalRecNumberingRecord, CaloGeometryRecord, HcalPFCutsRcd>> {};
0013 
0014 class PFRecHitECALTopologyRecord
0015     : public edm::eventsetup::DependentRecordImplementation<PFRecHitECALTopologyRecord,
0016                                                             edm::mpl::Vector<CaloGeometryRecord>> {};
0017 
0018 #endif  // RecoParticleFlow_PFRecHitProducer_interface_PFRecHitTopologyRecord_h