Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-01-18 03:41:49

0001 #ifndef CondFormats_HGCalDenseIndexInfoRcd_h
0002 #define CondFormats_HGCalDenseIndexInfoRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     CondFormats/DataRecord
0006 // Class  :     HGCalDenseIndexInfoRcd
0007 //
0008 /**\class HGCalDenseIndexInfoRcd HGCalDenseIndexInfoRcd.h CondFormats/DataRecord/interface/HGCalDenseIndexInfoRcd.h
0009  *
0010  * Description:
0011  *   This record is used join information from the geometry and logical mapping
0012  *   This record depends on the HGCalElectronicsMappingRcd and CaloGeometryRecord
0013  *
0014  */
0015 //
0016 // Author:      Pedro Da Silva, Izaak Neutelings
0017 // Created:     Mon, 29 May 2023 09:13:07 GMT
0018 //
0019 
0020 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0021 #include "FWCore/Utilities/interface/mplVector.h"
0022 #include "CondFormats/DataRecord/interface/HGCalElectronicsMappingRcd.h"
0023 #include "Geometry/Records/interface/CaloGeometryRecord.h"
0024 
0025 class HGCalDenseIndexInfoRcd : public edm::eventsetup::DependentRecordImplementation<
0026                                    HGCalDenseIndexInfoRcd,
0027                                    edm::mpl::Vector<HGCalElectronicsMappingRcd, CaloGeometryRecord> > {};
0028 
0029 #endif