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

Gpu gain calibs #11

Closed

Conversation

VinInn
Copy link

@VinInn VinInn commented Feb 14, 2018

this is the branch that compiles and work works

to run it add to your config

process.siPixelDigis = cms.EDProducer("SiPixelRawToDigiGPU",
    CablingMapLabel = cms.string(''),
    ConvertADCtoElectrons = cms.bool(False),
    ErrorList = cms.vint32(29),
    IncludeErrors = cms.bool(True),
    InputLabel = cms.InputTag("rawDataCollector"),
    Regions = cms.PSet(

    ),
    Timing = cms.untracked.bool(False),
    UsePhase1 = cms.bool(True),
    UsePilotBlade = cms.bool(False),
    UseQualityInfo = cms.bool(False),
    UserErrorList = cms.vint32(40)
)

process.siPixelRecHitsPreSplitting = cms.EDProducer("SiPixelRecHitGPU",
    src = cms.InputTag('siPixelClustersPreSplitting'),
#    src = cms.InputTag("siPixelClusters"),
    CPE = cms.string('PixelCPEFast'),   # Generic'),
    VerboseLevel = cms.untracked.int32(0),
)


# to ensure reproducibility
process.siPixelClustersPreSplitting.payloadType = 'HLT'

# load HLT payload
process.GlobalTag = GlobalTag(process.GlobalTag, '100X_dataRun2_asv2plusPixelGainfromHLT_v1', '')

@fwyzard
Copy link

fwyzard commented Feb 14, 2018

@VinInn does the branch
cms-patatrack/VinInn_gpuGainCalibs_101x
look ok ?

@fwyzard
Copy link

fwyzard commented Feb 14, 2018

If I'm not mistaken can recreate with something like

git checkout CMSSW_10_0_X_Patatrack
git checkout CMSSW_10_1_X_Patatrack
git checkout gpuGainCalibs
git checkout -b gpuGainCalibs_101x
git rebase -p CMSSW_10_0_X_Patatrack gpuGainCalibs_101x --onto CMSSW_10_1_X_Patatrack

@VinInn
Copy link
Author

VinInn commented Feb 14, 2018

cms-patatrack/VinInn_gpuGainCalibs_101x
looks ok

@VinInn
Copy link
Author

VinInn commented Feb 15, 2018

obsolete

@VinInn VinInn closed this Feb 15, 2018
@fwyzard
Copy link

fwyzard commented Feb 15, 2018

superseded by #13

fwyzard pushed a commit that referenced this pull request Dec 7, 2018
fwyzard pushed a commit that referenced this pull request Nov 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants