CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cutsTPFake_cfi.py
Go to the documentation of this file.
2 
3 import PhysicsTools.RecoAlgos.trackingParticleSelector_cfi
4 cutsTPFake = PhysicsTools.RecoAlgos.trackingParticleSelector_cfi.trackingParticleSelector.clone()
5 cutsTPFake.ptMin = 0.1
6 cutsTPFake.minRapidity = -3.0
7 cutsTPFake.maxRapidity = 3.0
8 cutsTPFake.tip = 120
9 cutsTPFake.lip = 250
10 cutsTPFake.signalOnly = False
11 
12