1
2
3
4
5
6
7
8
9
10
|
#ifndef CondFormatsDataRecordHcalSiPMParametersRcd_H
#define CondFormatsDataRecordHcalSiPMParametersRcd_H
#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "Geometry/Records/interface/HcalRecNumberingRecord.h"
#include "Geometry/Records/interface/IdealGeometryRecord.h"
class HcalSiPMParametersRcd : public edm::eventsetup::DependentRecordImplementation<
HcalSiPMParametersRcd,
edm::mpl::Vector<HcalRecNumberingRecord, IdealGeometryRecord> > {};
#endif
|