PMTDParametersRcd

Macros

Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef PMTDParametersRcd_H
#define PMTDParametersRcd_H

#include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
#include "FWCore/Framework/interface/DependentRecordImplementation.h"
#include "Geometry/Records/interface/IdealGeometryRecord.h"
#include "FWCore/Utilities/interface/mplVector.h"

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

#endif  // PMTDParameters_H