CMS 3D CMS Logo

hltHpsPFTauTrackFindingDiscriminator_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltHpsPFTauTrackFindingDiscriminator = cms.EDProducer("PFRecoTauDiscriminationByLeadingObjectPtCut",
4  MinPtLeadingObject = cms.double(0.0),
5  PFTauProducer = cms.InputTag("hltHpsPFTauProducer"),
6  Prediscriminants = cms.PSet(
7  BooleanOperator = cms.string('and')
8  ),
9  UseOnlyChargedHadrons = cms.bool(True)
10 )