1 import FWCore.ParameterSet.Config
as cms
3 CaloParticleSelectionForEfficiency = cms.PSet(
4 ptMinCP = cms.double(0.005),
5 ptMaxCP = cms.double(250.),
6 minRapidityCP = cms.double(-4.5),
7 maxRapidityCP = cms.double(4.5),
9 lipCP = cms.double(30.0),
11 tipCP = cms.double(60),
12 chargedOnlyCP = cms.bool(
False),
13 stableOnlyCP = cms.bool(
False),
14 pdgIdCP = cms.vint32(11, -11, 13, -13, 22, 111, 211, -211, 321, -321),
16 signalOnlyCP = cms.bool(
True),
18 intimeOnlyCP = cms.bool(
True),
20 minHitCP = cms.int32(0)