Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 450 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 450 Bytes

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