HcalLutMetadataRcd

Macros

Line Code
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 28 29
#ifndef DataRecord_HcalLutMetadataRcd_h
#define DataRecord_HcalLutMetadataRcd_h
// -*- C++ -*-
//
// Package:     DataRecord
// Class  :     HcalLutMetadataRcd
//
/**\class HcalLutMetadataRcd HcalLutMetadataRcd.h CondFormats/DataRecord/interface/HcalLutMetadataRcd.h

 Description: <one line class summary>

 Usage:
    <usage>

*/
//
// Author:
// Created:     Sat Mar  1 15:49:28 CET 2008
//

#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "Geometry/Records/interface/HcalRecNumberingRecord.h"
#include "Geometry/Records/interface/IdealGeometryRecord.h"

class HcalLutMetadataRcd : public edm::eventsetup::DependentRecordImplementation<
                               HcalLutMetadataRcd,
                               edm::mpl::Vector<HcalRecNumberingRecord, IdealGeometryRecord> > {};

#endif