Skip to content
Snippets Groups Projects
Select Git revision
  • mem_npoints
  • master default
  • ci-dlbdt
  • kit80x
  • subjet-restricted-perms-kit-80X
  • subjet-restricted-perms-kit
  • kit
  • dev-sj-mem
8 results

CommonClassifier

  • Clone with SSH
  • Clone with HTTPS
  • Clone with KRB5
  • Forked from ttH / CommonClassifier
    249 commits behind, 2 commits ahead of the upstream repository.
    Joosep Pata's avatar
    Joosep Pata authored
    4957a8d2
    History
    Name Last commit Last update
    bin
    data
    interface
    root
    setup
    src
    test
    BuildFile.xml
    README.md

    Common classifiers for ttH analysis

    Setup

    cd $CMSSW_BASE/src
    cmsenv
    mkdir TTH
    cd TTH
    git clone https://github.com/cms-ttH/CommonClassifier.git
    source CommonClassifier/setup/install_mem.sh
    scram b
    mem_test
    bdt_test

    Usage

    • Objects have to fulfill the cuts described here: https://twiki.cern.ch/twiki/bin/view/CMS/TTbarHbbRun2ReferenceAnalysis
    • Loose jets are defined by the same cuts as the standard ak4-jets except for the p_T-cut which is p_T > 20 GeV instead of p_T > 30 GeV. The loose jet collection is inclusive and also contains the standard jets.
    • The BDTs are trained and optimized on odd-numbered Events, to avoid bias they should only be evaluated on even-numbered events (edm::Event.id().event()%2==0)