Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef CondFormats_HGCalModuleConfigurationRcd_h
0002 #define CondFormats_HGCalModuleConfigurationRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     CondFormats/DataRecord
0006 // Class  :     HGCalModuleConfigurationRcd
0007 //
0008 /**\class HGCalModuleConfigurationRcd HGCalModuleConfigurationRcd.h CondFormats/DataRecord/interface/HGCalModuleConfigurationRcd.h
0009  *
0010  * Description:
0011  *   This record is used for passing the configuration parameters to the calibration step in RAW -> RECO,
0012  *   This record depends on the HGCalMappingModuleIndexerRcd.
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 
0024 class HGCalModuleConfigurationRcd
0025     : public edm::eventsetup::DependentRecordImplementation<HGCalModuleConfigurationRcd,
0026                                                             edm::mpl::Vector<HGCalElectronicsMappingRcd> > {};
0027 
0028 #endif