Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-05-04 04:04:13

0001 #ifndef CondFormatsModuleRcd_HGCalElectronicsMappingRcd_h
0002 #define CondFormatsModuleRcd_HGCalElectronicsMappingRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     CondFormats/DataRecords
0006 // Class  :     HGCalElectronicsMappingRcd
0007 //
0008 /**\class HGCalElectronicsMappingRcd HGCalElectronicsMappingRcd.h CondFormats/DataRecords/interface/HGCalElectronicsMappingRcd.h
0009  Description: This record *is temporary* and it is used to store the parameters which are used to describe 
0010  - dense indexing of HGCAL modules and corresponding cells in the readound sequence
0011  - module and cell information in the electronics mapping
0012  The record will change to its final format(s) once the we settle on the final formats to be used in CondDB
0013 */
0014 //
0015 // Author:      Pedro Vieira De Castro Ferreira Da Silva
0016 // Created:     Mon, 13 Nov 2023 12:02:11 GMT
0017 //
0018 
0019 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0020 
0021 class HGCalElectronicsMappingRcd : public edm::eventsetup::EventSetupRecordImplementation<HGCalElectronicsMappingRcd> {
0022 };
0023 
0024 #endif