Created
September 1, 2020 22:55
-
-
Save lgray/b72c352d4c995b6dc27e6203206f6290 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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