Giter Club home page Giter Club logo

fwljmet's Introduction

FWLJMET -- Full Framework LJMET (wrapper)

Currently this is build using CMSSW_9_4_13

install:

source /cvmfs/cms.cern.ch/cmsset_default.csh
setenv SCRAM_ARCH slc6_amd64_gcc630
cmsrel CMSSW_9_4_13
cd CMSSW_9_4_13/src/
cmsenv

## Modified MET
git cms-merge-topic cms-met:METFixEE2017_949_v2

## Redo MET filter
git cms-addpkg RecoMET/METFilters

## if wanting to use el ID v2 (for 2017 data):
git cms-merge-topic cms-egamma:EgammaPostRecoTools

## HOT tagger part1
cd ${CMSSW_BASE}/src
git cms-merge-topic -u pastika:AddAxis1_946p1
git clone [email protected]:susy2015/TopTagger.git

### BestCalc: copy lwtnn so that BestCalc.cc will compile. ( This is bad practice, should always try to get official CMSSW recipes whenever possible)
cd ${CMSSW_BASE}/src
cp -r ~jmanagan/nobackup/CMSSW_9_4_12/src/lwtnn .   ## use scp after a Fermilab kinit to copy onto non-LPC clusters


## FWLJMET code
git clone -b 9_4_X_2017data [email protected]:cms-ljmet/FWLJMET.git


## JetSubCalc currently uses uses PUPPI mass corrections:
cd ${CMSSW_BASE}/src/FWLJMET/LJMet/data/
git clone https://github.com/thaarres/PuppiSoftdropMassCorr

cd -

#Compile
scram b

## HOT tagger part2
cd ${CMSSW_BASE}/src
cmsenv
mkdir -p ${CMSSW_BASE}/src/TopTagger/TopTagger/data
getTaggerCfg.sh -o -n -t DeepResolved_DeepCSV_GR_noDisc_Release_v1.0.0 -d $CMSSW_BASE/src/TopTagger/TopTagger/data

Some info:

run LJMet:

cmsRun LJMet/runFWLJMet_multiLep.py (or runFWLJMet_singleLep.py)

fwljmet's People

Contributors

jmhogan 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.