Skip to content

Instantly share code, notes, and snippets.

@lgray
Created September 1, 2020 22:55
Show Gist options
  • Select an option

  • Save lgray/b72c352d4c995b6dc27e6203206f6290 to your computer and use it in GitHub Desktop.

Select an option

Save lgray/b72c352d4c995b6dc27e6203206f6290 to your computer and use it in GitHub Desktop.
#!/bin/bash
cmsrel CMSSW_11_1_0_pre6
cd CMSSW_11_1_0_pre6/src
cmsenv
git cms-init
git remote add thomas-cmssw [email protected]:tklijnsma/cmssw.git
git fetch thomas-cmssw dev-finecalo:dev-finecalo
git cms-merge-topic tklijnsma:dev-finecalo
git checkout dev-finecalo
git clone https://github.com/tklijnsma/DataFormats-HGCALHistoryFormats.git DataFormats/HGCALHistoryFormats -b pcalohit-addon
git clone https://github.com/tklijnsma/HGCALDev-PCaloHitWithPostionProducer.git HGCALDev/PCaloHitWithPostionProducer -b calohitaddon
scram b -j 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment