1
2
3
4
5
6
7
8
9
10
11
|
// this file is generated automatically by /afs/fnal.gov/files/home/room1/ratnikov/bin/makeNewClass.sh
// name: ratnikov, date: Mon Sep 26 17:02:35 CDT 2005
#ifndef HcalPedestalWidthsRcd_H
#define HcalPedestalWidthsRcd_H
#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "Geometry/Records/interface/HcalRecNumberingRecord.h"
#include "Geometry/Records/interface/IdealGeometryRecord.h"
class HcalPedestalWidthsRcd : public edm::eventsetup::DependentRecordImplementation<
HcalPedestalWidthsRcd,
edm::mpl::Vector<HcalRecNumberingRecord, IdealGeometryRecord> > {};
#endif
|