CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
trackingParticlePrunerByGen_cfi Namespace Reference

Variables

tuple prunedTrackingParticles
 

Variable Documentation

tuple trackingParticlePrunerByGen_cfi.prunedTrackingParticles
Initial value:
1 = _mod.tpSelectorByGenDefault.clone(
2  select = [
3  "drop *", # this is the default
4  "keep++ (400 < abs(pdgId) < 600) || (4000 < abs(pdgId) < 6000)", # keep decays for BPH studies
5  "drop status != 1", # keep only status == 1
6  "drop charge == 0"
7  ]
8 )

Definition at line 4 of file trackingParticlePrunerByGen_cfi.py.