Set up TopBrussels & DisplacedTops for dummies - TopBrussels/DisplacedTops GitHub Wiki
Welcome to the DisplacedTops wiki!
TopTreeProducer
mkdir TopBrussels
cd TopBrussels
git init TopTreeProducer
cd TopTreeProducer/
git remote add origin [email protected]:TopBrussels/TopTreeProducer.git
git fetch origin
git checkout V5_0_5
cd ..
TopTreeAnalysisBase
git init TopTreeAnalysisBase
cd TopTreeAnalysisBase/
git remote add origin [email protected]:TopBrussels/TopTreeAnalysisBase.git
git fetch origin
git checkout master
cd ..
TopTreeAnalysis
git init TopTreeAnalysis
cd TopTreeAnalysis
git remote add origin [email protected]:TopBrussels/TopTreeAnalysis.git
git fetch origin
git checkout master
cd ..
DisplacedTops
git clone [email protected]:TopBrussels/DisplacedTops.git DisplacedTops
cd DisplacedTops
git fetch origin
git checkout master
# create your branch
git branch --all
git branch yourbranch
git checkout yourbranch
The clone command creates a local copy of the repo you specified. remote add adds a remote repo that you can either push to or pull from.
git - the simple guide: http://rogerdudler.github.io/git-guide/
Compile & Run
More information of how to compile and run the package can be found here:
http://mon.iihe.ac.be/trac/t2b/wiki/TopTreeSetupInstructions