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_EcalLaserAPDPNRatiosMCRcd_h
#define DataRecord_EcalLaserAPDPNRatiosMCRcd_h
// -*- C++ -*-
//
// Package: DataRecord
// Class : EcalLaserAPDPNRatiosMCRcd
//
/**\class EcalLaserAPDPNRatiosMCRcd EcalLaserAPDPNRatiosMCRcd.h CondFormats/DataRecord/interface/EcalLaserAPDPNRatiosMCRcd.h
*
* Description: <one line class summary>
*
* Usage:
* <usage>
*
*/
//
// Author:
// Created: Fri Jun 1 12:30:43 CEST 2007
// $Id$
//
#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
class EcalLaserAPDPNRatiosMCRcd : public edm::eventsetup::EventSetupRecordImplementation<EcalLaserAPDPNRatiosMCRcd> {};
#endif
|