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_EcalMustacheSCParametersRcd_h
#define CondFormats_DataRecord_EcalMustacheSCParametersRcd_h
// -*- C++ -*-
//
// Package: CondFormats/DataRecord
// Class : EcalMustacheSCParametersRcd
//
/**\class EcalMustacheSCParametersRcd EcalMustacheSCParametersRcd.h CondFormats/DataRecord/interface/EcalMustacheSCParametersRcd.h
Description: [one line class summary]
Usage:
<usage>
*/
//
// Author: Thomas Reis
// Created: Fri, 23 Oct 2020 09:52:36 GMT
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class EcalMustacheSCParametersRcd
: public edm::eventsetup::EventSetupRecordImplementation<EcalMustacheSCParametersRcd> {};
#endif
|