Dilepton PInG MC requests

Requests

Quarkonia_QM_Feb2011

Signals to embed: PYTHIA+EvtGen(PHOTOS), combined with a Selector

p_T JPsi bin [0,3] [3,6] [6,9] [9,12] [12,15] [15,30]
#events 2K 2K 2K 2K 2K 5K
filterEfficiency 0.0257069 0.0146199 0.00393391 0.000669658 0.000164187 0.000139274
  • non-prompt JPsi->mumu (B->JPsi)

p_T JPsi bin [0,3] [3,6] [6,9] [9,12] [12,15] [15,30]
#events 2K 2K 2K 2K 2K 5K
filterEfficiency 0.000227562 0.000578402 0.000259902      

p_T JPsi bin [0,3] [3,6] [6,9] [9,12] [12,15] [15,30]
#events 2K 2K 2K 2K 2K 5K
filterEfficiency 0.0380228 0.0480769 0.0293255 0.0125156 0.00336587 0.00276319

Technical (bkg, cmssw, tag, datatier, eventcontent)

  • Background: HYDJET, HI MC sample 2010, tune BASS (hydjetSetting with pyquenSettings)
  • CMSSW: 3_11_1 (problem solving incompatibilities with smaller versions, like 3_9_9_patch1)
  • TAG: START311_V1::All (for compatibility with START39_V7HI::All, that has a different BS, we overwrite on-the-fly the BS)
  • Datatier: GEN-SIM-DIGI-RAW-RECO
  • Eventcontent: FEVTDEBUGHLT
  • Note: HLT:HIon is not available in the GT used (the HLT will have to be run separately)

Details about the settings:

  • Need to
             cvs co -r HEAD GeneratorInterface/Core
             cvs co -r HEAD GeneratorInterface/HiGenCommon
             cvs co -r HEAD GeneratorInterface/PyquenInterface
             cvs co -r HEAD Configuration/GenProduction/python
     
  • Need to add in the mixing file:
      • 1.
         process.hiGenParticles.abortOnUnknownPDGCode = cms.untracked.bool(False)  
      • 2.
             def overrideBeamSpot(process):
             process.GlobalTag.toGet = cms.VPSet(
                          cms.PSet(record = cms.string("BeamSpotObjectsRcd"),
                                          tag = cms.string("Realistic2.76ATeVCollisions_STARTUP_v0_mc"),
                                          connect = cms.untracked.string("frontier://FrontierProd/CMS_COND_31X_BEAMSPOT")
                                            ),
                                          )
          return process
           
      • 3.
    cms.PSet(
        record  = cms.string( "L1GtTriggerMenuRcd" ),
        tag     = cms.string( "L1GtTriggerMenu_L1Menu_CollisionsHeavyIons2010_v2_mc" ),
        connect = cms.untracked.string( process.GlobalTag.connect.value().replace('CMS_COND_31X_GLOBALTAG', 'CMS_COND_31X_L1T') )
      )

  • To change the pT range, the only thing that needs to be done is to modify the value for hadronPtMax and hadronPtMin
    p_T JPsi bin [0,3] [3,6] [6,9] [9,12] [12,15] [15,30]
    setting hadronPtMax = cms.vdouble(3.) hadronPtMax = cms.vdouble(6.) hadronPtMax = cms.vdouble(9.) hadronPtMax = cms.vdouble(12.) hadronPtMax = cms.vdouble(15.) hadronPtMax = cms.vdouble(30.)
    setting hadronPtMin = cms.vdouble(0.) hadronPtMin = cms.vdouble(3.) hadronPtMin = cms.vdouble(6.) hadronPtMin = cms.vdouble(9.) hadronPtMin = cms.vdouble(12.) hadronPtMin = cms.vdouble(15.)

  • cmsDrive.py commands:
    • cmsDriver.py Configuration/GenProduction/python/PyquenEvtGen_jpsiMuMu_cfi.py -n 2000 -s GEN,SIM,DIGI,L1,DIGI2RAW,HLT:HIon,RAW2DIGI,RECO --scenario HeavyIons --himix --geometry Extended --conditions START311_V1::All --datatier GEN-SIM-DIGI-RAW-RECO --eventcontent=FEVTDEBUGHLT --filein=XXXX --fileout=Hydjet_MinBias_2760GeV_pt6_GEN-SIM-RAW-HLT-RECO_EmbeddingJpsiMuMu_ptJPsi03.root --processName HISIGNAL --python_filename Hydjet_MinBias_2760_pt6_EmbeddingJpsiMuMu_ptJPsi03_GEN-SIM-L1-DIGI-RAW-HLT-RECO.py --no_exec 
    •  cmsDriver.py Configuration/GenProduction/python/PyquenEvtGen_bJpsiMuMu_cfi.py -n 2000 -s GEN,SIM,DIGI,L1,DIGI2RAW,HLT:HIon,RAW2DIGI,RECO --scenario HeavyIons --himix --geometry Extended --conditions START311_V1::All --datatier GEN-SIM-DIGI-RAW-RECO --eventcontent=FEVTDEBUGHLT --filein=XXXX --fileout=Hydjet_MinBias_2760GeV_pt6_GEN-SIM-RAW-HLT-RECO_EmbeddingBJPsiMuMu_ptJPsi03.root --processName HISIGNAL --python_filename Hydjet_MinBias_2760_pt6_EmbeddingBJPsiMuMu_ptJPsi03_GEN-SIM-L1-DIGI-RAW-HLT-RECO.py --no_exec 
    • cmsDriver.py Configuration/GenProduction/python/PyquenEvtGen_upsilon1sMuMu_cfi.py -n 2000 -s GEN,SIM,DIGI,L1,DIGI2RAW,HLT:HIon,RAW2DIGI,RECO --scenario HeavyIons --himix --geometry Extended --conditions START311_V1::All --datatier GEN-SIM-DIGI-RAW-HLTDEBUG-RECO --eventcontent=FEVTDEBUGHLT --filein=XXXX --fileout=Hydjet_MinBias_2760GeV_pt6_GEN-SIM-RAW-HLT-RECO_EmbeddingUpsilonMuMu_ptUps03.root --processName HISIGNAL --python_filename Hydjet_MinBias_2760_pt6_EmbeddingUpsilonMuMu_ptUps03_GEN-SIM-L1-DIGI-RAW-HLT-RECO.py --no_exec 

W embedding

  • Request 20k of W+ and 20k of W- embedded in HYDJET, flat gun Wpt [0,30].

  • cmssw 399patch1
  • global tag : START39_V7HI::All
  • Eventcontent: FEVTDEBUGHLT
  • Background: HYDJET, HI MC sample 2010, tune BASS hydjetSetting
  • Datatier: GEN-SIM-DIGI-RAW-RECO
  • cmsDriver command
    Configuration/GenProduction/python/WMinusMuNu_FlatPt0to30_cfi.py -n 2 -s GEN:hiSignal,SIM,DIGI,L1,DIGI2RAW,HLT:HIon,RAW2DIGI,RECO --scenario HeavyIons --himix --geometry DB --conditions  START39_V7HI::All --datatier GEN-SIM-DIGI-RAW-RECO --eventcontent=FEVTDEBUGHLT --filein=rfio:/castor/cern.ch/user/d/dmoon/cms394/HydjetMB_Reco/Z0_2.76Tev_Hydjet_MB_Reco_90.root --fileout=file:/tmp/silvest/Hydjet_MinBias_2760GeV_pt6_GEN-SIM-RAW-RECO_EmbeddingWMinusMuNu.root --processName HISIGNAL --python_filename Hydjet_MinBias_2760_pt6_EmbeddingWMinusMuNu_GEN-SIM-L1-DIGI-RAW-RECO.py --no_exec 

Trigger studies

  • Signals to embed:
    • 5K Z0
    • 5K Jpsi,
    • 5K Upsilon
  • Background: HYDJET minbias

  • CMSSW: 3_9_0_pre5
  • TAG: START39_V1::All
  • Datatier: GEN-SIM-DIGI-RAW-HLTDEBUG-RECO
  • Eventcontent: FEVTDEBUGHLT
  • driver command:
    • cmsDriver.py Configuration/GenProduction/python/SingleJPsimumu_FlatPt0to20_cfi.py -n 5000 -s GEN:hiSignal,SIM,DIGI,L1,DIGI2RAW,HLT:HIon,RAW2DIGI,RECO --scenario HeavyIons --himix --geometry DB --conditions START39_V1::All --datatier GEN-SIM-DIGI-RAW-HLTDEBUG-RECO --eventcontent=FEVTDEBUGHLT --filein=XXXX --fileout=Hydjet_MinBias_2760GeV_pt6_GEN-SIM-RAW-HLT-RECO_EmbeddingJpsiMuMu.root --processName HISIGNAL --python_filename Hydjet_MinBias_2760_pt6_EmbeddingJpsiMuMu_GEN-SIM-L1-DIGI-RAW-HLT-RECO.py --no_exec 
    • cmsDriver.py Configuration/GenProduction/python/SingleUpsilonmumu_FlatPt0to20_cfi.py -n 5000 -s GEN:hiSignal,SIM,DIGI,L1,DIGI2RAW,HLT:HIon,RAW2DIGI,RECO --scenario HeavyIons --himix --geometry DB --conditions START39_V1::All --datatier GEN-SIM-DIGI-RAW-HLTDEBUG-RECO --eventcontent=FEVTDEBUGHLT --filein=XXXX --fileout=Hydjet_MinBias_2760GeV_pt6_GEN-SIM-RAW-HLT-RECO_EmbeddingUpsilonMuMu.root --processName HISIGNAL --python_filename Hydjet_MinBias_2760_pt6_EmbeddingUpsilonMuMu_GEN-SIM-L1-DIGI-RAW-HLT-RECO.py --no_exec 
    •  cmsDriver.py Configuration/GenProduction/python/SingleZmumu_FlatPt0to20_cfi.py -n 5000 -s GEN:hiSignal,SIM,DIGI,L1,DIGI2RAW,HLT:HIon,RAW2DIGI,RECO --scenario HeavyIons --himix --geometry DB --conditions START39_V1::All --datatier GEN-SIM-DIGI-RAW-HLTDEBUG-RECO --eventcontent=FEVTDEBUGHLT --filein=XXXX --fileout=Hydjet_MinBias_2760GeV_pt6_GEN-SIM-RAW-HLT-RECO_EmbeddingZMuMu.root --processName HISIGNAL --python_filename Hydjet_MinBias_2760_pt6_EmbeddingZMuMu_GEN-SIM-L1-DIGI-RAW-HLT-RECO.py --no_exec 

Efficiency studies

  • Signals to embed:
    • 10K Z0
    • 10K Jpsi,
    • 10K Upsilon
  • Background: HYDJET minbias

  • CMSSW: 3_X_X
  • TAG: XXX
  • Datatier: GEN-SIM-DIGI-RAW-RECO
  • Eventcontent: FEVTDEBUGHLT

-- CameliaMironov - 30-Sep-2010

Topic attachments
I Attachment History Action Size Date Who Comment
Texttxt PyquenDefaultSettings_cff.py.txt r1 manage 15.5 K 2011-03-03 - 14:51 CatherineSilvestre  
Texttxt WMinusMuNu_FlatPt0to30_cfi.py.txt r1 manage 1.1 K 2011-03-03 - 14:50 CatherineSilvestre  
Texttxt WPlusMuNu_FlatPt0to30_cfi.py.txt r1 manage 1.1 K 2011-03-03 - 14:50 CatherineSilvestre  
PDFpdf embedConfigs.pdf r1 manage 114.9 K 2010-09-30 - 16:42 CameliaMironov  
Edit | Attach | Watch | Print version | History: r16 < r15 < r14 < r13 < r12 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r15 - 2011-03-16 - CameliaMironov
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback