#include <memory>
#include <fstream>
#include <vector>
#include "boost/shared_ptr.hpp"
#include "RecoEgamma/ElectronIdentification/interface/ElectronLikelihood.h"
#include "RecoEgamma/ElectronIdentification/interface/LikelihoodSwitches.h"
#include "FWCore/Framework/interface/ESProducer.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/EventSetupRecordIntervalFinder.h"
#include "FWCore/Framework/interface/SourceFactory.h"
#include "CondFormats/DataRecord/interface/ElectronLikelihoodRcd.h"
#include "CondFormats/EgammaObjects/interface/ElectronLikelihoodCalibration.h"
#include <climits>
#include <string>
Go to the source code of this file.
Classes | |
class | ElectronLikelihoodESSource |