Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
PhysicsTools
PatAlgos
python
producersLayer1
tauProducer_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
# prepare reco information
4
from
PhysicsTools.PatAlgos.recoLayer0.pfCandidateIsoDepositSelection_cff
import
*
5
from
PhysicsTools.PatAlgos.recoLayer0.tauIsolation_cff
import
*
6
#from PhysicsTools.PatAlgos.recoLayer0.tauDiscriminators_cff import *
7
8
# add PAT specifics
9
from
PhysicsTools.JetMCAlgos.TauGenJets_cfi
import
*
10
from
PhysicsTools.JetMCAlgos.TauGenJetsDecayModeSelectorAllHadrons_cfi
import
*
11
from
PhysicsTools.PatAlgos.mcMatchLayer0.tauMatch_cfi
import
*
12
13
# produce object
14
from
PhysicsTools.PatAlgos.producersLayer1.tauProducer_cfi
import
*
15
16
makePatTaus = cms.Sequence(
17
# reco pre-production
18
patPFCandidateIsoDepositSelection *
19
patPFTauIsolation *
20
# pat specifics
21
tauMatch *
22
tauGenJets *
23
tauGenJetsSelectorAllHadrons *
24
tauGenJetMatch *
25
# object production
26
patTaus
27
)
TauGenJetsDecayModeSelectorAllHadrons_cfi
Config
TauGenJets_cfi
tauIsolation_cff
pfCandidateIsoDepositSelection_cff
tauProducer_cfi
tauMatch_cfi
Generated for CMSSW Reference Manual by
1.8.5