CMS 3D CMS Logo

Variables

pfTauBenchmarkElecRejection_cfi Namespace Reference

Variables

tuple pfTauBenchmarkElecRejection

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("PFTauElecRejectionBenchmarkAnalyzer",
00002     OutputFile = cms.untracked.string('tauBenchmarkElecRejection.root'),
00003     InputTruthLabel = cms.InputTag('generator'),
00004     BenchmarkLabel = cms.string('PFTauElecRejection'), 
00005     minRecoPt = cms.double(15.0),
00006     maxRecoAbsEta = cms.double(2.5),
00007     minMCPt = cms.double(10.0),
00008     maxMCAbsEta = cms.double(2.5),
00009     maxDeltaR = cms.double(0.3),
00010     PFTauProducer = cms.InputTag('shrinkingConePFTauProducer'), 
00011     PFTauDiscriminatorByIsolationProducer = cms.InputTag('shrinkingConePFTauDiscriminationByIsolation'),
00012     PFTauDiscriminatorAgainstElectronProducer = cms.InputTag('shrinkingConePFTauDiscriminationAgainstElectron'),
00013     ApplyEcalCrackCut = cms.bool(True),
00014     GenMatchObjectLabel = cms.string('tau') #  match with hadronic 'tau' or electron "e"
00015 )

Definition at line 3 of file pfTauBenchmarkElecRejection_cfi.py.