Skip to content

Commit

Permalink
supply HeterogeneousCore.CUDAServices.CUDAService_cfi when PixelCPEFa…
Browse files Browse the repository at this point in the history
…st is selected
  • Loading branch information
mmusich committed Nov 29, 2022
1 parent 50eae1f commit 3575332
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ def getSequence(process, collection,
## put the sequence together ##
###############################

if "Fast" in TTRHBuilder:
print("PixelCPEFast has been chosen, here we must include CUDAService first")
process.load('HeterogeneousCore.CUDAServices.CUDAService_cfi')

modules = []
src = collection
prevsrc = None
Expand Down

0 comments on commit 3575332

Please sign in to comment.