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
27
|
#ifndef CondFormats_EcalShowerContainmentCorrectionsLogE2E1Rcd_h
#define CondFormats_EcalShowerContainmentCorrectionsLogE2E1Rcd_h
// -*- C++ -*-
//
// Package: CondFormats
// Class : EcalShowerContainmentCorrectionsLogE2E1Rcd
//
/**\class EcalShowerContainmentCorrectionsLogE2E1Rcd EcalShowerContainmentCorrectionsLogE2E1Rcd.h src/CondFormats/interface/EcalShowerContainmentCorrectionsLogE2E1Rcd.h
Description: <one line class summary>
Usage:
<usage>
*/
//
// Author:
// Created: Fri Mar 2 16:50:49 CET 2007
// $Id: EcalShowerContainmentCorrectionsRcd.h,v 1.1.2.1 2007/05/15 20:55:18 argiro Exp $
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class EcalShowerContainmentCorrectionsLogE2E1Rcd
: public edm::eventsetup::EventSetupRecordImplementation<EcalShowerContainmentCorrectionsLogE2E1Rcd> {};
#endif
|