CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/GeneratorInterface/HiGenCommon/python/bJpsiMuMuTrigSettings_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 bJpsiMuMuTrigCommon = cms.PSet(filterType = cms.untracked.string("PartonHadronDecayGenEvtSelector"),
00004                                partons      = cms.vint32(5),
00005                                partonStatus = cms.vint32(2),
00006                                partonEtaMax = cms.vdouble(999.),
00007                                partonPtMin  = cms.vdouble(0.),
00008                                hadrons      = cms.vint32(443),
00009                                hadronStatus = cms.vint32(2),
00010                                hadronEtaMax = cms.vdouble(999.),
00011                                hadronEtaMin = cms.vdouble(-999.),
00012                                hadronPMin   = cms.vdouble(0.),
00013                                hadronPtMax  = cms.vdouble(999.),
00014                                hadronPtMin  = cms.vdouble(0.),
00015                                decays      = cms.int32(13),
00016                                decayStatus = cms.int32(1),
00017                                decayEtaMax = cms.double(2.5),
00018                                decayEtaMin = cms.double(-2.5),
00019                                decayPMin   = cms.double(2.5),
00020                                decayPtMax  = cms.double(999),
00021                                decayPtMin  = cms.double(0.),
00022                                decayNtrig  = cms.int32(2)
00023                                )
00024 
00025 bJpsiMuMuTrigPt03   = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(3.),
00026                                                 hadronPtMin  = cms.vdouble(0.)
00027                                                 )
00028 
00029 
00030 bJpsiMuMuTrigPt36   = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(6.),
00031                                                 hadronPtMin  = cms.vdouble(3.)
00032                                                 )
00033 
00034 bJpsiMuMuTrigPt69   = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(9.),
00035                                                 hadronPtMin  = cms.vdouble(6.)
00036                                                 )
00037 
00038 bJpsiMuMuTrigPt912  = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(12.),
00039                                                 hadronPtMin  = cms.vdouble(9.)
00040                                                 )
00041 
00042 bJpsiMuMuTrigPt1215 = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(15.),
00043                                                 hadronPtMin  = cms.vdouble(12.),
00044                                               )
00045 bJpsiMuMuTrigPt1530 = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(30.),
00046                                                 hadronPtMin  = cms.vdouble(15.),
00047                                               )
00048 
00049 
00050 bJpsiMuMuTrigPt1518 = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(18.),
00051                                                 hadronPtMin  = cms.vdouble(15.)
00052                                               )
00053 
00054 bJpsiMuMuTrigPt1821 = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(21.),
00055                                                 hadronPtMin  = cms.vdouble(18.)
00056                                               )
00057 
00058 bJpsiMuMuTrigPt2124 = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(24.),
00059                                                 hadronPtMin  = cms.vdouble(21.)
00060                                               )
00061 
00062 bJpsiMuMuTrigPt2427 = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(27.),
00063                                                 hadronPtMin  = cms.vdouble(24.)
00064                                               )
00065 
00066 bJpsiMuMuTrigPt2730 = bJpsiMuMuTrigCommon.clone(hadronPtMax  = cms.vdouble(30.),
00067                                                 hadronPtMin  = cms.vdouble(27.)
00068                                               )
00069 
00070 
00071 
00072 
00073 
00074 
00075 
00076 
00077 
00078 
00079