zdemirag / MetTools

Met tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MetTools

cd $CMSSW_BASE/src

Install: Get your favourite 72X CMSSW and then just do

to get the first version: git clone https://github.com/cms-met/MetTools.git

to update: git pull https://github.com/cms-met/MetTools.git master

to commit new things:

create a new branch git checkout -b maria_test

add file git add FILETOCOMMIT

commit the file git commit -m 'new test file for Maria'

push your branch git push origin maria_test

About

Met tools


Languages

Language:C 37.6%Language:C++ 31.5%Language:Python 25.1%Language:Shell 5.8%