Code Monkey home page Code Monkey logo

hhhanalysis's Introduction

Installing the Package:

Follow these instructions:

mkdir myFolder   
cmsrel CMSSW_8_0_26   
cd CMSSW_8_0_26/src   
git clone https://github.com/lpernie/HhhAnalysis.git   
cd HhhAnalysis   
scram b -j 12   

Running on data or simulation:

Data:

cd DataFormats/scripts/patifyData_Run2016/
python multicrab3.py

MC:

cd HhhAnalysis/CutFlowAnalyzer/test/DY_generation
vim README

Notes on DiHiggsWWBBAnalyzer.cc

This analyzer is targeted to run on DiHiggs, TTbar, DY samples.
Sampletype is used to mark which sample it is running on.
If you are using data, set Sampletype=0 and analyzer will skip gen-level selection
If you are using signal sample, e.g. B6, you can set Sampletype=0, or Sampletype=6 which will check gen-level information
If you are using TTbar, you can set Sampletype=0, or Sampletype=13 which will check gen-level information
If you are using DY sample, you can set Sampletype=0, or Sampletype=14 which will check gen-level information( not implemented yet)
The event will be saved only if it pass preselection at reco levle but we also sometimes keep track of gen-level information

Physics objects from Muon POG:

https://twiki.cern.ch/twiki/bin/viewauth/CMS/POGRecipesICHEP2016

Samples Location

  1. Signal:

Radion: /GluGluToRadionToHHTo2B2VTo2L2Nu_M-*_narrow_13TeV-madgraph-v2/RunIISummer16MiniAODv2-PUMoriond17_80X_mcRun2_asymptotic_2016_TrancheIV_v6-v1/MINIAODSIM

Graviton: /GluGluToBulkGravitonToHHTo2B2VTo2L2Nu_M-*_narrow_13TeV-madgraph-v2/RunIISummer16MiniAODv2-PUMoriond17_80X_mcRun2_asymptotic_2016_TrancheIV_v6-v1/MINIAODSIM

  1. TT:

/TTTo2L2Nu_13TeV-powheg/RunIISpring16MiniAODv2-PUSpring16_80X_mcRun2_asymptotic_2016_miniAODv2_v0_ext1-v1/MINIAODSIM /fdata/hepx/store/user/lpernie/TTTo2L2Nu_13TeV-powheg

  1. DY:

/DYJetsToLL_M-10to50_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8/RunIISummer16MiniAODv2-PUMoriond17_80X_mcRun2_asymptotic_2016_TrancheIV_v6-v1/MINIAODSIM

/fdata/hepx/store/user/lpernie/DYJetsToLL_M-10to50_TuneCUETP8M1_13TeV-amcatnloFXFX-pythia8

/DYToLL_0J_13TeV-amcatnloFXFX-pythia8/RunIISummer16MiniAODv2-PUMoriond17_80X_mcRun2_asymptotic_2016_TrancheIV_v6_ext1-v1/MINIAODSIM

/fdata/hepx/store/user/lpernie/DYToLL_0J_13TeV-amcatnloFXFX-pythia8

/DYToLL_1J_13TeV-amcatnloFXFX-pythia8/RunIISummer16MiniAODv2-PUMoriond17_80X_mcRun2_asymptotic_2016_TrancheIV_v6_ext1-v1/MINIAODSIM

/fdata/hepx/store/user/lpernie/DYToLL_1J_13TeV-amcatnloFXFX-pythia8

/DYToLL_2J_13TeV-amcatnloFXFX-pythia8/RunIISummer16MiniAODv2-PUMoriond17_80X_mcRun2_asymptotic_2016_TrancheIV_v6_ext1-v1/MINIAODSIM

/fdata/hepx/store/user/lpernie/DYToLL_2J_13TeV-amcatnloFXFX-pythia8

hhhanalysis's People

Contributors

lpernie avatar tahuang1991 avatar

Watchers

 avatar  avatar  avatar

Forkers

tahuang1991

hhhanalysis's Issues

Cutflow Structure

Comments/suggestions for cutflow implementation in the producer.

  • Why are the cutflows different for data and MC? lines 373-380
  • The cutflow should only be filled if the cut passes. Here I think you should move this fill statement to outside of the if statement (after return false) and change the bin to cutflow_bin+1. See other lines:
    466,491,506,521,538,555,563, 612,622,633,646,655
  • If it were me, I would split the event selection differently and only do a single cut for finding the correct leptons, and not split it by the ID/ISO/etc. Then you only need to do this once.
  • I wouldn't say the b-tagging SF depends on the sample, but on the analysis. I think this analysis should use ttbar events with similar kinematics to estimate the efficiency in simulation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.