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

digital calibrator, concurrent clusterizer (optimized), CPE and RecHIts #13

Merged
merged 44 commits into from
Feb 15, 2018

Conversation

VinInn
Copy link

@VinInn VinInn commented Feb 15, 2018

to run it add to your config

the number of digis, clusters& rechits should be the same on CPU and GPU

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 fwyzard merged commit 30ad24b into cms-patatrack:CMSSW_10_1_X_Patatrack Feb 15, 2018
fwyzard pushed a commit that referenced this pull request Dec 7, 2018
fwyzard pushed a commit that referenced this pull request May 23, 2020
…ms (L1Trigger/TrackFindingTMTT) (cms-sw#29381)

* create separate PRs for the two L1TK packages

* Improved KF efficiency at high eta

* Moved MC data files to cms-data

* Removed old file

* Removed KF HLS to put instead in external library

* Ran scram b code-format

* Delete KF4ParamsComb.h.bak

* Delete KF4ParamsCombIV.bak

* Delete KF4ParamsCombV2.bak

* Delete KF5ParamsComb.h.bak

* Delete KF4ParamsComb.cc.bak

* Delete KF4ParamsCombIV.bak

* Delete KF4ParamsCombV2.bak

* Delete KF5ParamsComb.cc.bak

* L1 tk integration tmtt pre5 (#7)

* Added CMS code style fixes

* Removed old file

* Reapplied stub b code-format

* All code review changes (#13)

* Fix clang errors (#14)

* fixed clang error

* directory for MC txt files

* Fixed clang warnings + minor simplifications (#15)

* tweak

* tweak

* Fixed clang warnings and small simplifications

* Fixed clang warnings and small simplifications

* All remaining review comments addressed (#16)

* Replaced vector size with empty function

* Simplified DegradeBend and StubWindowSuggest

* Fixed more review comments

* More review comments

* code reformat

* Ran exhaustive clang tidy

* Added library to BuildFile.xml (#17)

* Deleted TrackFindingTMT/data/README (#18)

* Added library to BuildFile.xml (This was already done yesterday. Not sure why it appears again)

* README file in data directory deleted

* Fix review comments (#20)

Co-authored-by: Louise Skinnari <louise.skinnari@cern.ch>
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