-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (15 loc) · 784 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---- New Instructions for git ---
You need a git username, and your public key should be added to git. See http://cms-sw.github.io/cmssw/faq.html
Then you should do
git config --global user.name <First Name> <Last Name>
git config --global user.email <Your-Email-Address>
git config --global user.github <Your-Just-Created-GitHub-Account>
MacOS:
Make sure ROOT is installed, and ROOTSYS is set. You will need pyROOT to be working. I.e. python -c "import ROOT" must not return an error
Then do the following:
git clone [email protected]:RazorCMS/RazorCombinedFit.git
cd RazorCombinedFit
source setup.sh
make -j 4
To produce a graph of the fitmodel used (only works with newer version of graphviz than available on lxplus):
dot -Tpdf fitmodel_graphViz.dot -o fitmodel_graphViz.pdf