Skip to content

Instantly share code, notes, and snippets.

@nothingface0
Last active January 31, 2023 14:46
Show Gist options
  • Save nothingface0/32d416d30bd30e54f2fb56cfb86cad00 to your computer and use it in GitHub Desktop.
Save nothingface0/32d416d30bd30e54f2fb56cfb86cad00 to your computer and use it in GitHub Desktop.
Setup CMSSW remotes
git cms-init --upstream-only
#git remote remove origin
git remote add origin https://github.com/borzari/cmssw.git
git remote add common https://github.com/PixelTracksAlpaka/cmssw.git
git fetch -a origin
git fetch -a common
git checkout -b PixelTrack_Alpaka --track origin/PixelTrack_Alpaka
git cms-addpkg \
CUDADataFormats/SiPixelCluster \
CUDADataFormats/SiPixelDigi \
CUDADataFormats/Track \
CUDADataFormats/TrackingRecHit \
CUDADataFormats/Vertex \
DataFormats/Track \
DataFormats/Portable \
DataFormats/PortableTestObjects \
DataFormats/SoATemplate \
DataFormats/Vertex \
RecoLocalTracker/SiPixelClusterizer \
RecoLocalTracker/SiPixelRecHits \
RecoPixelVertexing/PixelTriplets \
RecoPixelVertexing/PixelTrackFitting \
RecoPixelVertexing/PixelVertexFinding \
DQM/SiPixelHeterogeneous \
RecoTauTag/HLTProducers \
HeterogeneousCore/AlpakaUtilities \
HeterogeneousCore/AlpakaCore \
HeterogeneousCore/AlpakaTest \
HeterogeneousCore/AlpakaInterface \
Geometry/CommonTopologies
git cms-init --upstream-only
git remote remove origin
git remote add origin https://github.com/borzari/cmssw.git
git remote add common https://github.com/PixelTracksAlpaka/cmssw.git
git fetch -a origin
git fetch -a common
git checkout -b tracks_and_hits_portable_squash --track common/tracks_and_hits_portable_squash
git cms-addpkg \
CUDADataFormats/SiPixelCluster \
CUDADataFormats/SiPixelDigi \
CUDADataFormats/Track \
CUDADataFormats/TrackingRecHit \
CUDADataFormats/Vertex \
DQM/SiPixelHeterogeneous \
EventFilter/SiPixelRawToDigi \
Geometry/CommonTopologies \
HLTrigger/Configuration \
RecoLocalTracker/SiPixelClusterizer \
RecoLocalTracker/SiPixelRecHits \
RecoTracker/TkSeedGenerator \
RecoPixelVertexing/PixelTriplets \
RecoPixelVertexing/PixelTrackFitting \
RecoPixelVertexing/PixelVertexFinding \
RecoTauTag/HLTProducers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment