Skip to content
Nick McColl edited this page Jun 12, 2016 · 6 revisions

#Welcome to the CSCUCLA wiki!

##Run code without the ability to push changes cd $CMSSW_BASE/src
git clone git@github.com:CSCUCLA/CSCUCLA.git
scram b -j8

##Run code with the ability of pushing changes
###Create a fork by going to:
https://github.com/CSCUCLA/CSCUCLA
Then clicking on "Fork." This gives you a fork called:
https://github.com/<username>/CSCUCLA ###Clone your fork into your CMSSW release: cd $CMSSW_BASE/src git clone git@github.com:<username>/CSCUCLA
cd CSCUCLA
git remote add upstream https://github.com/CSCUCLA/CSCUCLA.git
scram b -j8
###Push your changes to your fork git push origin
Then create a PR from github.com ###Pull your changes from your fork git pull origin
###Pull changes from the main repository git pull upstream master

How to analyze the output

Please see: https://github.com/CSCUCLA/CSCUCLA/wiki/How-to-Analyze-CSC-and-GEM-tuples#setup-your-area

Clone this wiki locally