Main Page
Namespaces
Classes
Package Documentation
CommonTools
ParticleFlow
plugins
SealModule.cc
Go to the documentation of this file.
1
#include "
FWCore/Framework/interface/MakerMacros.h
"
2
3
#include "
CommonTools/ParticleFlow/plugins/PFMET.h
"
4
#include "
CommonTools/ParticleFlow/plugins/Type1PFMET.h
"
5
#include "
CommonTools/ParticleFlow/plugins/PFPileUp.h
"
6
#include "
CommonTools/ParticleFlow/plugins/PFCandidateFwdPtrCollectionFilter.h
"
7
#include "
CommonTools/ParticleFlow/plugins/PFJetFwdPtrProducer.h
"
8
#include "
CommonTools/ParticleFlow/plugins/PFTauFwdPtrProducer.h
"
9
#include "
CommonTools/ParticleFlow/plugins/PFCandidateFromFwdPtrProducer.h
"
10
#include "
CommonTools/ParticleFlow/plugins/DeltaBetaWeights.h
"
11
12
DEFINE_FWK_MODULE
(
PFMET
);
13
DEFINE_FWK_MODULE
(
Type1PFMET
);
14
DEFINE_FWK_MODULE
(
PFPileUp
);
15
16
DEFINE_FWK_MODULE
(
PFCandidateFwdPtrCollectionStringFilter
);
17
DEFINE_FWK_MODULE
(
PFCandidateFwdPtrCollectionPdgIdFilter
);
18
DEFINE_FWK_MODULE
(
PFJetFwdPtrProducer
);
19
DEFINE_FWK_MODULE
(
PFTauFwdPtrProducer
);
20
DEFINE_FWK_MODULE
(
PFCandidateFromFwdPtrProducer
);
21
22
typedef
edm::ProductFromFwdPtrProducer< reco::PFJet >
PFJetFromFwdPtrProducer
;
23
DEFINE_FWK_MODULE
(
PFJetFromFwdPtrProducer
);
24
25
DEFINE_FWK_MODULE
(
DeltaBetaWeights
);
PFPileUp
Identifies pile-up candidates from a collection of PFCandidates, and produces the corresponding colle...
Definition:
PFPileUp.h:34
Type1PFMET
Computes the Type-1 corrections for pfMET. A specific version of the Type1MET class from the JetMETCo...
Definition:
Type1PFMET.h:31
PFJetFromFwdPtrProducer
edm::ProductFromFwdPtrProducer< reco::PFJet > PFJetFromFwdPtrProducer
Definition:
SealModule.cc:22
PFCandidateFwdPtrCollectionFilter.h
MakerMacros.h
DEFINE_FWK_MODULE
#define DEFINE_FWK_MODULE(type)
Definition:
MakerMacros.h:16
PFCandidateFromFwdPtrProducer.h
PFTauFwdPtrProducer.h
DeltaBetaWeights.h
Type1PFMET.h
PFJetFwdPtrProducer.h
edm::FwdPtrProducer
Produces a list of FwdPtr's to an input collection.
Definition:
FwdPtrProducer.h:27
edm::FwdPtrCollectionFilter
Selects a list of FwdPtr's to a product T (templated) that satisfy a method S(T) (templated). Can also handle input as View<T>. Can also have a factory class to create new instances of clones if desired.
Definition:
FwdPtrCollectionFilter.h:26
PFPileUp.h
DeltaBetaWeights
Definition:
DeltaBetaWeights.h:27
edm::ProductFromFwdPtrProducer
Produces a list of objects "by value" that correspond to the FwdPtr's from an input collection...
Definition:
ProductFromFwdPtrProducer.h:28
PFMET.h
PFMET
Computes the MET from a collection of PFCandidates. HF missing!
Definition:
PFMET.h:30
Generated for CMSSW Reference Manual by
1.8.11