#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "CommonTools/UtilAlgos/interface/TFileService.h"
#include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
#include "DataFormats/PatCandidates/interface/Electron.h"
#include "RecoEgamma/EgammaTools/interface/MVAVariableManager.h"
#include "RecoEgamma/EgammaTools/interface/MultiToken.h"
#include "RecoEcal/EgammaCoreTools/interface/EcalClusterLazyTools.h"
#include "SimDataFormats/PileupSummaryInfo/interface/PileupSummaryInfo.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include <TTree.h>
#include <TFile.h>
#include <Math/VectorUtil.h>
Go to the source code of this file.
Classes | |
class | ElectronMVANtuplizer |
Enumerations | |
enum | ElectronMatchType { UNMATCHED, TRUE_PROMPT_ELECTRON, TRUE_ELECTRON_FROM_TAU, TRUE_NON_PROMPT_ELECTRON } |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< ElectronMVANtuplizer > > | s_filler__LINE__ ("ElectronMVANtuplizer") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< ElectronMVANtuplizer > > | s_maker__LINE__ ("ElectronMVANtuplizer") |
enum ElectronMatchType |
Enumerator | |
---|---|
UNMATCHED | |
TRUE_PROMPT_ELECTRON | |
TRUE_ELECTRON_FROM_TAU | |
TRUE_NON_PROMPT_ELECTRON |
Definition at line 143 of file ElectronMVANtuplizer.cc.
|
static |
|
static |