Skip to content

Commit

Permalink
moved dependecies script and update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
amarini committed Jan 21, 2014
1 parent b5ebdba commit 3f820ec
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions test/instructions.txt → setup.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
#!/bin/bash


#### Commands to be issued before checking out the code

#export "SCRAM_ARCH=slc5_amd64_gcc462"
#cmsrel CMSSW_5_3_9
#cd CMSSW_5_3_9/src
#cmsrel CMSSW_5_3_10_patch2
#cd CMSSW_5_3_10_patch2/src
#cmsenv

#mkdir amarini; cd amarini; git clone [email protected]:amarini/VPlusJets -b V00-14;


get_git() ## usage get_git tag src dest
{
Expand Down Expand Up @@ -84,18 +90,17 @@ get_git V00-03-04 https://github.com/h2gglobe/External.git CMGTools/External
get_git 20836b5 [email protected]:bendavid/GBRLikelihood HiggsAnalysis/GBRLikelihood
get_git hggpaperV6 [email protected]:bendavid/GBRLikelihoodEGTools HiggsAnalysis/GBRLikelihoodEGTools

########################### TO BE MOVED TO GIT ########################
########################### EG TOOLS ########################
# are these related to H->gg variables? Globe is using head.
#cvs co -r V00-00-21 -d EGamma/EGammaAnalysisTools UserCode/EGamma/EGammaAnalysisTools
get_git master https://github.com/h2gglobe/EGammaAnalysisTools EGamma/EGammaAnalysisTools

git cms-cvs-history import V00-03-13 CommonTools/ParticleFlow
git cms-cvs-history import V15-01-11 RecoParticleFlow/PFProducer

############################ GIT #######################
############################ QG Tagger #######################
get_git v1-2-6 [email protected]:amarini/QuarkGluonTagger.git QuarkGluonTagger

#mkdir amarini; cd amarini; git clone [email protected]:amarini/VPlusJets.git ; cd VPlusJets ; git checkout V00-12 ; cd ../..
scram b -j 4

cd amarini/VPlusJets
Expand Down

0 comments on commit 3f820ec

Please sign in to comment.