/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
CondFormats/DataRecord/interface/HGCalElectronicsMappingRcd.h
24 строки
1023 B
Pedro
hgcal electronics mapping squashed in 14_1_X
12 апр 2024, 19:47
12 апр 2024, 19:47
442b7f2
Код
Авторство
О чём код?
#ifndef CondFormatsModuleRcd_HGCalElectronicsMappingRcd_h #define CondFormatsModuleRcd_HGCalElectronicsMappingRcd_h // -*- C++ -*- // // Package: CondFormats/DataRecords // Class : HGCalElectronicsMappingRcd // /**\class HGCalElectronicsMappingRcd HGCalElectronicsMappingRcd.h CondFormats/DataRecords/interface/HGCalElectronicsMappingRcd.h Description: This record *is temporary* and it is used to store the parameters which are used to describe - dense indexing of HGCAL modules and corresponding cells in the readound sequence - module and cell information in the electronics mapping The record will change to its final format(s) once the we settle on the final formats to be used in CondDB */ // // Author: Pedro Vieira De Castro Ferreira Da Silva // Created: Mon, 13 Nov 2023 12:02:11 GMT // #include "FWCore/Framework/interface/EventSetupRecordImplementation.h" class HGCalElectronicsMappingRcd : public edm::eventsetup::EventSetupRecordImplementation<HGCalElectronicsMappingRcd> { }; #endif