1 = cms.EDFilter(
"GenParticleCustomSelector",
2 src = cms.InputTag(
"genParticles"),
3 chargedOnly = cms.bool(
True),
7 minRapidity = cms.double(-2.4),
8 lip = cms.double(30.0),
9 ptMin = cms.double(0.9),
10 maxRapidity = cms.double(2.4),
11 minPhi = cms.double(-3.2),
12 maxPhi = cms.double( 3.2),
13 invertRapidityCut = cms.bool(
False)