Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 jpsiMuMuTrigCommon = cms.PSet(filterType = cms.untracked.string("HadronDecayGenEvtSelector"),
00004 hadrons = cms.vint32(443),
00005 hadronStatus = cms.vint32(2),
00006 decays = cms.int32(13),
00007 decayStatus = cms.int32(1),
00008 hadronEtaMax = cms.vdouble(999.),
00009 hadronEtaMin = cms.vdouble(-999.,),
00010 hadronPMin = cms.vdouble(0.),
00011 hadronPtMax = cms.vdouble(999.),
00012 hadronPtMin = cms.vdouble(0.),
00013 decayEtaMax = cms.double(2.5),
00014 decayEtaMin = cms.double(-2.5),
00015 decayPMin = cms.double(2.5),
00016 decayPtMax = cms.double(999),
00017 decayPtMin = cms.double(0.),
00018 decayNtrig = cms.int32(2)
00019 )
00020
00021 jpsiMuMuTrigPt03 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(3.),
00022 hadronPtMin = cms.vdouble(0.)
00023 )
00024
00025
00026 jpsiMuMuTrigPt36 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(6.),
00027 hadronPtMin = cms.vdouble(3.)
00028 )
00029
00030 jpsiMuMuTrigPt69 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(9.),
00031 hadronPtMin = cms.vdouble(6.)
00032 )
00033
00034 jpsiMuMuTrigPt912 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(12.),
00035 hadronPtMin = cms.vdouble(9.)
00036 )
00037
00038 jpsiMuMuTrigPt1215 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(15.),
00039 hadronPtMin = cms.vdouble(12.),
00040 )
00041 jpsiMuMuTrigPt1530 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(30.),
00042 hadronPtMin = cms.vdouble(15.),
00043 )
00044
00045
00046 jpsiMuMuTrigPt1518 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(18.),
00047 hadronPtMin = cms.vdouble(15.)
00048 )
00049
00050 jpsiMuMuTrigPt1821 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(21.),
00051 hadronPtMin = cms.vdouble(18.)
00052 )
00053
00054 jpsiMuMuTrigPt2124 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(24.),
00055 hadronPtMin = cms.vdouble(21.)
00056 )
00057
00058 jpsiMuMuTrigPt2427 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(27.),
00059 hadronPtMin = cms.vdouble(24.)
00060 )
00061
00062 jpsiMuMuTrigPt2730 = jpsiMuMuTrigCommon.clone(hadronPtMax = cms.vdouble(30.),
00063 hadronPtMin = cms.vdouble(27.)
00064 )
00065
00066
00067
00068
00069
00070
00071
00072