#include "FWCore/Framework/interface/stream/EDProducer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/ParameterSet/interface/ConfigurationDescriptions.h"
#include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
#include "JetMETCorrections/Type1MET/interface/METCorrectionAlgorithm.h"
#include "DataFormats/METReco/interface/CorrMETData.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "HLTrigger/HLTcore/interface/defaultModuleLabel.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | CorrectedMETProducer_namespace::CorrectedMETFactoryT< T > |
class | CorrectedMETProducerT< T > |
Namespaces | |
CorrectedMETProducer_namespace | |
Functions | |
template<typename T > | |
reco::Candidate::LorentzVector | CorrectedMETProducer_namespace::correctedP4 (const T &rawMEt, const CorrMETData &correction) |
template<typename T > | |
double | CorrectedMETProducer_namespace::correctedSumEt (const T &rawMEt, const CorrMETData &correction) |