Higgs to Mu Mu Analysis @ UF

Code Overview and Github Repos

Samples

Data, Drell Yan, ttbar, VBF, GGF

Run through stage1 and available on the ihepa servers at /cms/data/store/user/t2/users/acarnes/h2mumu/samples/stage1

ttHmumu

Introduction

This is a summary of our private ttHmumu sample generation. Our current ttHmumu sample is accessible on the UF Tier 2 cluster, the UF HPC, and CERN's lxplus cluster.

  • melrose:
  • hpc:
    • AODSIM:
      • /scratch/osg/bregnery/CMSSW_7_4_2/src/ttHmumu/AODSIM/ttHmumu_*.root
    • miniAOD:
      • /scratch/osg/bregnery/CMSSW_7_4_2/src/ttHmumu/MINIAOD/ttHmumu-MINIAOD*.root
  • lxplus:

Sample Generation

The most up-to-date version of the ttHmumu generator can be found at: https://github.com/bregnery/ttHmumuGenerator

Generation Process

  • First, we created a ttHmumu cfg.py using a cfi.py file from Adrian and the following cmsDriver settings:
    • cmsDriver.py Configuration/Generator/python/h2mu_tth_M125GeV_13TeV_cfi.py \ --step GEN,SIM,DIGI,L1,DIGI2RAW,HLT:GRun,RAW2DIGI,L1Reco,RECO \ --pileup_input dbs:/MinBias_TuneA2MB_13TeV-pythia8/Fall13-POSTLS162_V1-v1/GEN-SIM \ --pileup AVE_20_BX_25ns \ --conditions PHYS14_25_V1 \ --customise SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1 \ --magField 38T_PostLS1 \ --geometry Extended2015 \ --beamspot Realistic8TeVCollision \ --datatier GEN-SIM \ --mc \ --eventcontent AODSIM \ --python_filename h2mu_tth_M125GeV_13TeV_FULLSIM_cfg.py \ -n 10 --no_exec \ --fileout h2mu_tth_M125GeV_13TeV_pythia6_AODSIM_1.root
  • Then, we updated the global tag in this cfg.py file to "MCRUN2_74_V9"
  • Next, we used this file to generate the ttHmumu events
  • Then, we converted all of the events to miniAOD format using a program provided by Justin: https://github.com/bregnery/ttHmumuGenerator/blob/master/convertMC_MINIAOD.py
  • Finally, we used Justin's UFDiMuonsAnalyzer to create stage 1 ntuples: https://github.com/jhugon/UfHMuMuCode/tree/CMSSW709_miniAOD

Current Sample

Our current ttHmumu sample contains 98,700 events and has a constant pile up. Here are some plots summarizing our current sample (please note that these plots do not include an ET or Eta threshold):

click(large), dblclick(back)

click(large), dblclick(back)

click(large), dblclick(back)

Updates in progress

7-Aug-2015 the issue with Pile up distribution has been solved

Currently, there are no known issues with the ttHmumu sample.

vHmumu High Statistics Sample

Sample Generation

The most up-to-date version of the vHmumu generator can be found at: https://github.com/bregnery/vHmumuGenerator

Issues and Updates

31-May-2015 the .root files generated still need to be tested.

Code

New Variable Creation

We are creating a new program that adds new variables to the Stage 1 ntuples created by UF's analyzer (https://github.com/acarnes/UfHMuMuCode). This program is accessible at: https://github.com/bregnery/UFhmumuVariableStage

Current Program

Our current program creates the following:

  • A new branch called "diJet" that includes leaves for mass, phi, eta, pt, and Et
  • A new leaf called "VHphi" which is equivalent to diJet.phi - diMuon.phi
  • A new leaf called "phiStar" for the variable phi star
  • A new leaf called "Zeppenfeld" for the Zeppenfeld variable

Phi Star

Here is the section of our program that calculates phi star:

float muonDelPhi = TMath::Abs(reco1.phi - reco2.phi);  // reco 1 and 2 are the reconstructed muons
if(muonDelPhi > TMath::Pi()){
    muonDelPhi = 2*TMath::Pi() - muonDelPhi;
}
float phiACOP = TMath::Pi() - muonDelPhi;
float thetaStarEta = TMath::ACos(TMath::TanH((reco1.eta - reco2.eta)/2));
phiStar = TMath::Tan(phiACOP/2)*TMath::Sin(thetaStarEta);

Zeppenfeld Variable

Here is the section of our program that calculates the Zeppenfeld Variable:

if(jets.size() >= 2){
    double meanEta = (jets[index1].Eta()+jets[index2].Eta())/2;
    Zeppenfeld1 = jets[index1].Eta()-meanEta;
    Zeppenfeld2 = jets[index2].Eta()-meanEta;
}

New Variable Example Plots

These plots were created from the VHmumu stage 1 ntuple:

click(large), dblclick(back)

click(large), dblclick(back)

click(large), dblclick(back)

click(large), dblclick(back)

click(large), dblclick(back)

Plots, Results, and Presentations

Cuts

Improving the Mass Resolution

  • Put Zach's talks here
  • Need to find them from indico

Data/MC Agreement

Useful Links and Papers

Legacy Run 1 info

Miscellaneous

-- SergeiVGleyzer - 2015-08-04

Topic attachments
I Attachment History Action Size Date Who Comment
PNGpng Hist_VHphi.png r2 r1 manage 16.6 K 2015-11-05 - 16:32 BrendanRegnery  
PNGpng Hist_VHphi_sm.png r2 r1 manage 22.1 K 2015-11-05 - 16:32 BrendanRegnery  
PNGpng Hist_Zeppenfeld1.png r1 manage 15.1 K 2015-11-05 - 16:32 BrendanRegnery  
PNGpng Hist_Zeppenfeld1_sm.png r1 manage 19.5 K 2015-11-05 - 16:32 BrendanRegnery  
PNGpng Hist_Zeppenfeld2.png r1 manage 15.4 K 2015-11-05 - 16:32 BrendanRegnery  
PNGpng Hist_Zeppenfeld2_sm.png r2 r1 manage 19.8 K 2015-11-05 - 16:39 BrendanRegnery  
PNGpng Hist_diJetMass.png r2 r1 manage 24.6 K 2015-11-05 - 16:32 BrendanRegnery  
PNGpng Hist_diJetMass_sm.png r2 r1 manage 37.7 K 2015-11-05 - 16:32 BrendanRegnery  
PNGpng Hist_phiStar.png r2 r1 manage 18.2 K 2015-11-05 - 16:32 BrendanRegnery  
PNGpng Hist_phiStarCheck.png r1 manage 17.9 K 2015-08-31 - 23:01 BrendanRegnery New Variable plots
PNGpng Hist_phiStarCheck_sm.png r1 manage 21.9 K 2015-08-31 - 23:01 BrendanRegnery New Variable plots
PNGpng Hist_phiStar_sm.png r2 r1 manage 25.8 K 2015-11-05 - 16:32 BrendanRegnery  
PDFpdf dimu_mass_resolution_improvement.pdf r3 r2 r1 manage 202.5 K 2015-08-19 - 22:00 UnknownUser  
PDFpdf dimu_mass_zmumu2.pdf r1 manage 979.0 K 2015-08-24 - 21:16 UnknownUser  
PDFpdf dimu_mass_zmumu3.pdf r1 manage 933.1 K 2015-09-16 - 17:57 UnknownUser  
PDFpdf dy_dR_2.pdf r1 manage 150.9 K 2015-08-11 - 20:41 UnknownUser  
PDFpdf dy_dR_3.pdf r6 r5 r4 r3 r2 manage 272.4 K 2015-08-17 - 21:22 UnknownUser  
PNGpng dy_efficiency_reco1.png r1 manage 13.1 K 2015-08-11 - 20:41 UnknownUser  
PDFpdf dy_vs_data2.pdf r2 r1 manage 134.6 K 2015-08-19 - 22:00 UnknownUser  
PDFpdf dy_vs_data_25ns.pdf r1 manage 195.3 K 2015-09-16 - 17:57 UnknownUser  
PDFpdf dy_vs_data_25ns_dec15.pdf r1 manage 168.2 K 2016-06-02 - 11:07 UnknownUser  
PDFpdf dy_vs_data_25ns_dec9.pdf r1 manage 441.1 K 2016-06-02 - 11:07 UnknownUser  
Unknown file formatodp dy_vs_data_25ns_oct30.odp r1 manage 125.9 K 2015-11-04 - 21:49 UnknownUser  
PDFpdf dy_vs_data_25ns_oct30.pdf r2 r1 manage 132.4 K 2015-11-04 - 21:50 UnknownUser  
PDFpdf dy_vs_data_all_together.pdf r1 manage 268.3 K 2015-08-19 - 22:00 UnknownUser  
PDFpdf efficiencies.pdf r3 r2 r1 manage 268.0 K 2015-08-17 - 21:19 UnknownUser  
PDFpdf nm1_5-30-16.pdf r1 manage 788.7 K 2016-06-02 - 11:07 UnknownUser  
PDFpdf nm1_6-1-16.pdf r1 manage 873.8 K 2016-06-02 - 18:04 UnknownUser  
PNGpng recoCandMass.png r1 manage 21.4 K 2015-08-04 - 21:26 BrendanRegnery ttHmumu Generation Plots
PNGpng recoCandMass_sm.png r1 manage 19.0 K 2015-08-04 - 22:56 BrendanRegnery  
PDFpdf selection_cuts_applied.pdf r1 manage 54.9 K 2015-10-01 - 22:13 UnknownUser  
PDFpdf selection_cuts_info.pdf r2 r1 manage 54.9 K 2015-10-01 - 22:15 UnknownUser  
PNGpng ttHmumu_nPU.png r1 manage 40.6 K 2015-08-07 - 17:03 BrendanRegnery Updated ttHmumu Pile up distribution
PNGpng ttHmumu_nPU_sm.png r1 manage 20.0 K 2015-08-07 - 17:03 BrendanRegnery Updated ttHmumu Pile up distribution
PNGpng ttHnJets.png r1 manage 23.4 K 2015-08-04 - 21:26 BrendanRegnery ttHmumu Generation Plots
PNGpng ttHnJets_sm.png r1 manage 16.4 K 2015-08-04 - 22:56 BrendanRegnery  
Edit | Attach | Watch | Print version | History: r32 < r31 < r30 < r29 < r28 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r32 - 2016-06-27 - BrendanRegnery
 
    • 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