#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/ESProducer.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DataFormats/EgammaCandidates/interface/GsfElectron.h"
#include "CommonTools/UtilAlgos/interface/ObjectSelector.h"
#include "CommonTools/UtilAlgos/interface/EventSetupInitTrait.h"
#include "RecoEgamma/ElectronIdentification/plugins/ElectronIDSelector.h"
#include "RecoEgamma/ElectronIdentification/plugins/ElectronIDSelectorCutBased.h"
#include "RecoEgamma/ElectronIdentification/plugins/ElectronIDSelectorNeuralNet.h"
#include "RecoEgamma/ElectronIdentification/plugins/ElectronIDSelectorLikelihood.h"
#include "RecoEgamma/ElectronIdentification/plugins/ElectronIDExternalProducer.h"
#include "FWCore/Framework/interface/ModuleFactory.h"
#include "RecoEgamma/ElectronIdentification/plugins/ElectronLikelihoodESSource.h"
Go to the source code of this file.
Definition at line 36 of file SealModule.cc.
typedef ObjectSelector< EleIdCutBasedSel, edm::RefVector<reco::GsfElectronCollection> > EleIdCutBasedRef |
Definition at line 22 of file SealModule.cc.
Definition at line 16 of file SealModule.cc.
Definition at line 38 of file SealModule.cc.
typedef ObjectSelector< EleIdLikelihoodSel, edm::RefVector<reco::GsfElectronCollection> > EleIdLikelihoodRef |
Definition at line 30 of file SealModule.cc.
Definition at line 18 of file SealModule.cc.
Definition at line 37 of file SealModule.cc.
typedef ObjectSelector< EleIdNeuralNetSel, edm::RefVector<reco::GsfElectronCollection> > EleIdNeuralNetRef |
Definition at line 26 of file SealModule.cc.
Definition at line 17 of file SealModule.cc.
DEFINE_FWK_EVENTSETUP_MODULE | ( | ElectronLikelihoodESSource | ) |
DEFINE_FWK_MODULE | ( | EleIdCutBasedRef | ) |
DEFINE_FWK_MODULE | ( | EleIdCutBasedExtProducer | ) |
DEFINE_FWK_MODULE | ( | EleIdNeuralNetExtProducer | ) |
DEFINE_FWK_MODULE | ( | EleIdLikelihoodExtProducer | ) |