Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:02

0001 #ifndef CondFormats_HcalInterpolatedPulseCollRcd_h
0002 #define CondFormats_HcalInterpolatedPulseCollRcd_h
0003 // -*- C++ -*-
0004 //
0005 // Package:     CondFormats/DataRecord
0006 // Class  :     HcalInterpolatedPulseCollRcd
0007 //
0008 /**\class HcalInterpolatedPulseCollRcd HcalInterpolatedPulseCollRcd.h CondFormats/DataRecord/interface/HcalInterpolatedPulseCollRcd.h
0009 
0010  Description: record for storing HCAL analog pulse shapes
0011 
0012  Usage:
0013     <usage>
0014 
0015 */
0016 //
0017 // Author:      Igor Volobouev
0018 // Created:     Mon Nov 10 13:10:28 CST 2014
0019 //
0020 
0021 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0022 
0023 class HcalInterpolatedPulseCollRcd
0024     : public edm::eventsetup::EventSetupRecordImplementation<HcalInterpolatedPulseCollRcd> {};
0025 
0026 #endif  // CondFormats_HcalInterpolatedPulseCollRcd_h