HcalRecNumberingRecord

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
#ifndef GeometryRecord_HcalRecNumberingRecord_h
#define GeometryRecord_HcalRecNumberingRecord_h
// -*- C++ -*-
//
// Package:     Record
// Class  :     HcalRecNumberingRecord
//
/**\class HcalRecNumberingRecord HcalRecNumberingRecord.h Geometry/Record/interface/HcalRecNumberingRecord.h

 Description: <one line class summary>

 Usage:
    <usage>

*/
//
// Author:
// Created:     Thu Dec 24 16:41:02 PDT 2013
//
#include <FWCore/Utilities/interface/mplVector.h>
#include "Geometry/Records/interface/HcalSimNumberingRecord.h"

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

#endif