CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
PFRecoTauDecayModeDeterminator_cfi Namespace Reference

Variables

tuple pfTauDecayMode
 
tuple pfTauDecayModeHighEfficiency
 
tuple pfTauDecayModeInsideOut
 
tuple standardDecayModeParams
 

Variable Documentation

tuple PFRecoTauDecayModeDeterminator_cfi.pfTauDecayMode
Initial value:
1 = cms.EDProducer("PFRecoTauDecayModeDeterminator",
2  standardDecayModeParams,
3  PFTauProducer = cms.InputTag("pfRecoTauProducer"),
4 )

Definition at line 28 of file PFRecoTauDecayModeDeterminator_cfi.py.

tuple PFRecoTauDecayModeDeterminator_cfi.pfTauDecayModeHighEfficiency
Initial value:
1 = cms.EDProducer("PFRecoTauDecayModeDeterminator",
2  standardDecayModeParams,
3  PFTauProducer = cms.InputTag("pfRecoTauProducerHighEfficiency"),
4 )

Definition at line 32 of file PFRecoTauDecayModeDeterminator_cfi.py.

tuple PFRecoTauDecayModeDeterminator_cfi.pfTauDecayModeInsideOut
Initial value:
1 = cms.EDProducer("PFRecoTauDecayModeDeterminator",
2  standardDecayModeParams,
3  PFTauProducer = cms.InputTag("pfRecoTauProducerInsideOut"),
4 )

Definition at line 36 of file PFRecoTauDecayModeDeterminator_cfi.py.

tuple PFRecoTauDecayModeDeterminator_cfi.standardDecayModeParams
Initial value:
1 = cms.PSet(
2  maxPiZeroMass = cms.double(0.2), # Max mass of photon pairs that can be merged into a pi0
3  refitTracks = cms.bool(False), # Fit vertex for 3-prongs? (Not available on AOD data)
4  mergeLowPtPhotonsFirst = cms.bool(True), # as opposed to highest pt first (only when mergeByBestMatch = false)
5  mergeByBestMatch = cms.bool(True), # Compare each candidate pair of photons and merge the best one
6  setMergedPi0Mass = cms.bool(True), # Set mass for merged photons?
7  setChargedPionMass = cms.bool(True), # Set tracks mass to M_pi+?
8  setPi0Mass = cms.bool(True), # Set unmerged photons to M_pi0?
9  filterPhotons = cms.bool(True), # Remove unmerged/merged gammas by the following two criteria:
10  minPtFractionSinglePhotons = cms.double(0.10), # Minimum pt fraction for unmerged photons to be included
11  minPtFractionPiZeroes = cms.double(0.15), # Minimum pt fraction for merged photons to be included
12  maxPhotonsToMerge = cms.uint32(2), # Number of photons that can be put in a candidate pi0
13  filterTwoProngs = cms.bool(True), # Filter two prongs
14  minPtFractionForSecondProng = cms.double(0.1), # second prong pt/lead track pt fraction when filterTwoProngs == True
15  maxDistance = cms.double(0.01), # passed to vertex fitter when refitTracks is true
16  maxNbrOfIterations = cms.int32(10) # passed to vertex fitter when refitTracks is true
17 )

Definition at line 10 of file PFRecoTauDecayModeDeterminator_cfi.py.