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 DataRecord_CastorGainWidthsRcd_h
#define DataRecord_CastorGainWidthsRcd_h
// -*- C++ -*-
//
// Package: DataRecord
// Class : CastorGainWidthsRcd
//
/**\class CastorGainWidthsRcd CastorGainWidthsRcd.h CondFormats/DataRecord/interface/CastorGainWidthsRcd.h
Description: <one line class summary>
Usage:
<usage>
*/
//
// Author:
// Created: Mon Feb 11 12:17:17 CET 2008
// $Id: CastorGainWidthsRcd.h,v 1.1 2008/02/15 15:53:03 mccauley Exp $
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class CastorGainWidthsRcd : public edm::eventsetup::EventSetupRecordImplementation<CastorGainWidthsRcd> {};
#endif
|