** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=lxr at /lxr/lib/LXR/Common.pm line 1113.

Last-Modified: Fri, 18 Sep 2025 22:20:37 GMT Content-Type: text/html; charset=utf-8 /CMSSW_16_0_X_2025-09-18-2300/CalibCalorimetry/EcalLaserCorrection/interface/EcalLaserDbRecordMC.h
Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-09-12 09:45:09

0001 //
0002 // Toyoko Orimoto (Caltech), 10 July 2007
0003 //
0004 
0005 #ifndef ECALLASERCORRECTION_ECALLASERDBRECORDMC_H
0006 #define ECALLASERCORRECTION_ECALLASERDBRECORDMC_H
0007 
0008 #include "FWCore/Utilities/interface/mplVector.h"
0009 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0010 
0011 #include "CondFormats/DataRecord/interface/EcalLaserAlphasRcd.h"
0012 #include "CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosRefRcd.h"
0013 #include "CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosMCRcd.h"
0014 #include "CondFormats/DataRecord/interface/EcalLinearCorrectionsRcd.h"
0015 
0016 class EcalLaserDbRecordMC
0017     : public edm::eventsetup::DependentRecordImplementation<EcalLaserDbRecordMC,
0018                                                             edm::mpl::Vector<EcalLaserAlphasRcd,
0019                                                                              EcalLaserAPDPNRatiosRefRcd,
0020                                                                              EcalLaserAPDPNRatiosMCRcd,
0021                                                                              EcalLinearCorrectionsRcd> > {};
0022 
0023 #endif /* ECALLASERCORRECTION_ECALLASERDBRECORDMC_H */