1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
#ifndef CondFormats_HcalInterpolatedPulseCollRcd_h
#define CondFormats_HcalInterpolatedPulseCollRcd_h
// -*- C++ -*-
//
// Package: CondFormats/DataRecord
// Class : HcalInterpolatedPulseCollRcd
//
/**\class HcalInterpolatedPulseCollRcd HcalInterpolatedPulseCollRcd.h CondFormats/DataRecord/interface/HcalInterpolatedPulseCollRcd.h
Description: record for storing HCAL analog pulse shapes
Usage:
<usage>
*/
//
// Author: Igor Volobouev
// Created: Mon Nov 10 13:10:28 CST 2014
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class HcalInterpolatedPulseCollRcd
: public edm::eventsetup::EventSetupRecordImplementation<HcalInterpolatedPulseCollRcd> {};
#endif // CondFormats_HcalInterpolatedPulseCollRcd_h
|