Git Product home page Git Product logo

dibjets's Introduction

#Analysis procedure

##Remarks

  • To prevent confusion, centrality bin number in the code is always 0-200 (except tagging efficiency correction functions), and shown as 0-100% only in the plotting.
  • For additional help on ntuplizer see ntuplizer/README.md.
  • For the additional help on the helpers and general code constructions (Draw, Fill, macro m()) , look at helpers/README.md.

How to run the thing

  • change working dir in helpers/config.h
  TString workdir = "/data_CMS/cms/lisniak/bjet2015/";
  TString tuplesfolderPbPb = workdir+"redoana/";
  TString tuplesfolderpp = workdir+"redoana/";
  • create BXmistag functions:
mkdir correctionfiles
cd systematics
root -l -b -q BXmistags.C
  • create trigger efficiency corrections (iterTrigEffCorr.C) and offline tagging corrections (deriveOffTagEff.C):
cd taggingcorrections
root -l -b -q  iterTrigEffCorr.C
sh runcorr.sh
cp -r tagging_jtsignal2v4_0p90/ ../correctionfiles
  • tell me the truth!
    • runall.sh calculates all the xJ distributions with corrections applied for normal data (default) and smeared data (ppsmear1,2,3). You can look for distribution in results_redoana_default/xJdphi.root and mean values are stored in results_redoana_default/results.txt .
    • moneyplot.C draws a few money plots
    • plotXJ.C draws beautiful xJ distributions. Make sure it reads the right input results_*** folder!
cd asymmetry
sh runall.sh
#to check the progress
tail -f redoana_default
#after it finishes
root -l -b -q moneyplot.C\(\"redoana\"\)
root -l -b -q plotXJ.C

dibjets's People

Contributors

istaslis avatar mandrenguyen avatar

Watchers

James Cloos avatar

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.