Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
HLTrigger
special
python
hltPixlMBForAlignment_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
hltPixlMBForAlignment = cms.EDFilter(
"HLTPixlMBForAlignmentFilter"
,
4
pixlTag = cms.InputTag(
"hltPixelCands"
),
5
saveTags = cms.bool(
False
),
6
MinIsol = cms.double(0.05),
## minimum eta-phi isolation around tracks
7
8
MinTrks = cms.uint32(2),
## Number of tracks required
9
10
MinPt = cms.double(5.0),
## MinPt currently not used (all pt accepted)
11
12
MinSep = cms.double(1.0)
## minimum eta-phi separation between tracks
13
14
)
15
16
Config
Generated for CMSSW Reference Manual by
1.8.5