Main Page
Namespaces
Classes
Package Documentation
Validation
RecoTrack
python
cutsTPFake_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
CommonTools.RecoAlgos.trackingParticleRefSelector_cfi
import
trackingParticleRefSelector
as
_trackingParticleRefSelector
4
cutsTPFake = _trackingParticleRefSelector.clone(
5
ptMin = 0.1,
6
minRapidity = -3.0,
7
maxRapidity = 3.0,
8
tip = 120,
9
lip = 250,
10
signalOnly =
False
11
)
12
Generated for CMSSW Reference Manual by
1.8.11