Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert missing instruction to README. #21

Merged
merged 6 commits into from
Dec 6, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ setenv SCRAM_ARCH slc6_amd64_gcc530
source /cvmfs/cms.cern.ch/cmsset_default.sh
export SCRAM_ARCH=slc6_amd64_gcc530

cmsrel CMSSW_8_0_12
cd CMSSW_8_0_12/src/
cmsrel CMSSW_8_0_24_patch1
cd CMSSW_8_0_24_patch1/src/
cmsenv

export CMSSW_SRC="$( pwd )"
Expand All @@ -24,6 +24,10 @@ git cms-merge-topic cms-met:METRecipe_8020
git cms-merge-topic cms-met:fromCMSSW_8_0_20_postICHEPfilter
git cms-merge-topic ahinzmann:METRecipe_8020_Moriond17


scram b -j 10
# use "scam b" at least once to create directory "../external" which we use below.

# update electron MVA tools and data
git cms-merge-topic ikrav:egm_id_80X_v2
cd ../external/$SCRAM_ARCH
Expand All @@ -38,8 +42,12 @@ scram b -j 10 ;
# You may need to repeat scram several times (not only twice)...


# Our yggdrasil code :
# - - - Our yggdrasil code - - -

git clone https://github.com/cms-ttH/ttH-LeptonPlusJets.git
# or, use your branch, such as
# git clone git@github.com:hsatoshi/ttH-LeptonPlusJets.git

git clone https://github.com/hsatoshi/MiniAOD.git -b satoshi__CMSSW_8_0_8__ImplementNonTrigMvaElTrig
git clone https://github.com/hsatoshi/GenParticleTopOriginChargedleptonFilter.git ttHAnalysisSubprogram/GenParticleTopOriginChargedleptonFilter
git clone https://github.com/hsatoshi/PuppiLeptonIsolationhelper.git
Expand Down