#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 |
namespace | configurableAnalysis |
Typedefs |
typedef ExpressionVariable
< reco::Candidate,
configurableAnalysis::Candidate > | CandidateExpressionVariable |
typedef ExpressionVariable
< reco::GenParticle,
configurableAnalysis::GenParticle > | GenParticleExpressionVariable |
Functions |
| DEFINE_EDM_PLUGIN (EventSelectorFactory, CandidateEventSelector,"CandidateEventSelector") |
| DEFINE_EDM_PLUGIN (VariableComputerFactory, HLTBitComputer,"HLTBitComputer") |
| DEFINE_EDM_PLUGIN (VariableComputerFactory, L1BitComputer,"L1BitComputer") |
| DEFINE_EDM_PLUGIN (CachingVariableFactory, HLTBitVariable,"HLTBitVariable") |
| DEFINE_EDM_PLUGIN (CachingVariableFactory, CandidateExpressionVariable,"CandidateExpressionVariable") |
| DEFINE_EDM_PLUGIN (EventSelectorFactory, HLTEventSelector,"HLTEventSelector") |
| DEFINE_EDM_PLUGIN (EventSelectorFactory, CandidateSEventVetoSelector,"CandidateSEventVetoSelector") |
| DEFINE_EDM_PLUGIN (EventSelectorFactory, CandidateSEventSelector,"CandidateSEventSelector,") |
Variables |
char | configurableAnalysis::Candidate [] = "reco::Candidate" |
char | configurableAnalysis::GenParticle [] = "reco::GenParticle" |
Typedef Documentation
Function Documentation