milosdjordjevic / 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:Python 51.2%Language:C 27.3%Language:Shell 15.1%Language:C++ 6.4%