Go to the documentation of this file.00001 #ifndef ElectronLikelihoodRcd_h
00002 #define ElectronLikelihoodRcd_h
00003
00009 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00010 #include "CondFormats/DataRecord/interface/ElectronLikelihoodPdfsRcd.h"
00011 #include "boost/mpl/vector.hpp"
00012
00013 class ElectronLikelihoodRcd : public edm::eventsetup::DependentRecordImplementation<ElectronLikelihoodRcd,
00014 boost::mpl::vector<ElectronLikelihoodPdfsRcd > > {};
00015
00016 #endif