CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Typedefs | Functions | Variables
modules.cc File Reference
#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
 

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 (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 Documentation

Definition at line 27 of file modules.cc.

Definition at line 29 of file modules.cc.

Function Documentation

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"   
)