#include "FWCore/PluginManager/interface/ModuleDef.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/Framework/interface/ModuleFactory.h"
#include "FWCore/ServiceRegistry/interface/ServiceMaker.h"
#include "CommonTools/UtilAlgos/interface/EventSelector.h"
#include "PhysicsTools/RecoUtils/plugins/CandidateEventSelector.h"
#include "PhysicsTools/RecoUtils/plugins/HLTEventSelector.h"
#include "PhysicsTools/UtilAlgos/interface/CachingVariable.h"
#include "DataFormats/Candidate/interface/Candidate.h"
#include "DataFormats/HepMCCandidate/interface/GenParticle.h"
#include "PhysicsTools/RecoUtils/plugins/TriggerVariables.h"
Go to the source code of this file.
Namespaces | |
configurableAnalysis | |
Functions | |
DEFINE_EDM_PLUGIN (EventSelectorFactory, CandidateEventSelector,"CandidateEventSelector") | |
DEFINE_EDM_PLUGIN (EventSelectorFactory, CandidateSEventSelector,"CandidateSEventSelector,") | |
DEFINE_EDM_PLUGIN (EventSelectorFactory, CandidateSEventVetoSelector,"CandidateSEventVetoSelector") | |
DEFINE_EDM_PLUGIN (EventSelectorFactory, HLTEventSelector,"HLTEventSelector") | |
DEFINE_EDM_PLUGIN (CachingVariableFactory, CandidateExpressionVariable,"CandidateExpressionVariable") | |
DEFINE_EDM_PLUGIN (CachingVariableFactory, HLTBitVariable,"HLTBitVariable") | |
DEFINE_EDM_PLUGIN (VariableComputerFactory, L1BitComputer,"L1BitComputer") | |
DEFINE_EDM_PLUGIN (VariableComputerFactory, HLTBitComputer,"HLTBitComputer") | |
Variables | |
char | configurableAnalysis::Candidate [] ="reco::Candidate" |
char | configurableAnalysis::GenParticle [] ="reco::GenParticle" |
typedef ExpressionVariable<reco::Candidate,configurableAnalysis::Candidate> CandidateExpressionVariable |
Definition at line 27 of file modules.cc.
typedef ExpressionVariable<reco::GenParticle,configurableAnalysis::GenParticle> GenParticleExpressionVariable |
Definition at line 29 of file modules.cc.
DEFINE_EDM_PLUGIN | ( | EventSelectorFactory | , |
CandidateEventSelector | , | ||
"CandidateEventSelector" | |||
) |
DEFINE_EDM_PLUGIN | ( | EventSelectorFactory | , |
CandidateSEventSelector | , | ||
" | CandidateSEventSelector, | ||
" | |||
) |
DEFINE_EDM_PLUGIN | ( | EventSelectorFactory | , |
CandidateSEventVetoSelector | , | ||
"CandidateSEventVetoSelector" | |||
) |
DEFINE_EDM_PLUGIN | ( | EventSelectorFactory | , |
HLTEventSelector | , | ||
"HLTEventSelector" | |||
) |
DEFINE_EDM_PLUGIN | ( | CachingVariableFactory | , |
CandidateExpressionVariable | , | ||
"CandidateExpressionVariable" | |||
) |
DEFINE_EDM_PLUGIN | ( | CachingVariableFactory | , |
HLTBitVariable | , | ||
"HLTBitVariable" | |||
) |
DEFINE_EDM_PLUGIN | ( | VariableComputerFactory | , |
L1BitComputer | , | ||
"L1BitComputer" | |||
) |
DEFINE_EDM_PLUGIN | ( | VariableComputerFactory | , |
HLTBitComputer | , | ||
"HLTBitComputer" | |||
) |