GithubHelp home page GithubHelp logo

vincecr0ft / hhntup Goto Github PK

View Code? Open in Web Editor NEW

This project forked from htautau/hhntup

0.0 2.0 0.0 29.19 MB

Skim and flat ntuple production framework for the hh channel.

License: GNU General Public License v3.0

Makefile 0.16% Python 85.12% Shell 2.35% C++ 12.31% C 0.05%

hhntup's Introduction

News

The master branch is now dedicated to analysis of the new atlas data format (xAOD). For production of skims out of the old format (D3PD), please refer to the d3pd branch.

Dependencies

  • Latest 5.X ROOT with PyROOT enabled.

  • rootpy:

    git clone git://github.com/rootpy/rootpy.git
    cd rootpy
    python setup.py install --user
    
  • goodruns:

    pip install --user goodruns
    
  • PyYAML:

    pip install --user pyyaml
    
  • ConfigObj:

    pip install --user configobj
    
  • externaltools:

    git clone git://github.com/htautau/externaltools.git
    
  • lumi:

    git clone git://github.com/htautau/lumi.git
    
  • hhntup:

    git clone git://github.com/htautau/hhntup.git
    
  • TauSpinnerTool:

    svn co svn+ssh://${USER}@svn.cern.ch/reps/atlasoff/PhysicsAnalysis/TauID/TauSpinnerTool/trunk TauSpinnerTool
    

Place externaltools, lumi, and TauSpinnerTool in the same directory containing hhntup to satisfy the symlinks in hhana. See the README in externaltools and TauSpinnerTool for further instructions. Use at least Python version 2.6 (2.7 is preferred).

xAOD Migration

  • Analysis release used:

    Base, 2.0.17
    
  • Dataset used:

    mc14_8TeV.147808.PowhegPythia8_AU2CT10_Ztautau.merge.AOD.e2372_s1933_s1911_r5591_r5625
    
  • To run the test:

    skim --local-test mc12_hadhad_xaod
    

Build and setup

Now build the C extension module for jet cleaning in the higgstautau package:

make lib

Before running tests locally:

source setup.sh

Skimming

The skimming is performed by the hhskim.py script.

Run the skims on the grid (after setting up the panda client and your VOMS proxy with the phys-higgs production role):

./skim --yall mc11_hadhad mc12_hadhad \
              data11_hadhad data12_hadhad \
              embed11_hadhad embed12_hadhad

Running a local test of the skimming

The samples are organized in several blocks defined in skims.cfg. Each block is written following the template:

[block_name]
 student = hhskim.py
 dataset = dataset_block (defined in datasets.cfg)
 version = version_number
 testinput = /path/to/the/input/files/for/test
 dest = SFU-LCG2_LOCALGROUPDISK,

For each block, modify the variable testinput according to your own setup.

Run the test:

./skim --yall block_name --local-test

The output will be created in the main directory as:

hhskim_dataset_block.root

Creating ntuples

After the skims are finished and downloaded, update the paths in higgstautau/datasets_config.yml and update the datasets database:

./dsdb --reset hh

Then launch the batch jobs that create all the analysis ntuples (nominal and systematics) with:

./run-all

hhntup's People

Contributors

ndawe avatar qbuat avatar

Watchers

James Cloos avatar Vince Croft 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.