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_DataRecord_EcalSCDynamicDPhiParametersRcd_h
#define CondFormats_DataRecord_EcalSCDynamicDPhiParametersRcd_h
// -*- C++ -*-
//
// Package: CondFormats/DataRecord
// Class : EcalSCDynamicDPhiParametersRcd
//
/**\class EcalSCDynamicDPhiParametersRcd EcalSCDynamicDPhiParametersRcd.h CondFormats/DataRecord/interface/EcalSCDynamicDPhiParametersRcd.h
Description: [one line class summary]
Usage:
<usage>
*/
//
// Author: Thomas Reis
// Created: Wed, 28 Oct 2020 12:56:00 GMT
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class EcalSCDynamicDPhiParametersRcd
: public edm::eventsetup::EventSetupRecordImplementation<EcalSCDynamicDPhiParametersRcd> {};
#endif
|