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

GEM unpacker - updated DAQ dataformat and new DAQ status collections #34504

Merged
merged 13 commits into from
Jul 22, 2021

Conversation

jshlee
Copy link
Contributor

@jshlee jshlee commented Jul 15, 2021

PR description:

PR validation:

Validated with wf 11634.0 and 34611.0

if this PR is a backport please specify the original PR and why you need to backport that PR:

Will need to be backported to CMSSW_11_3_X for use on current cosmic runs

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34504/23989

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34504/23992

  • This PR adds an extra 220KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @jshlee (Jason Lee) for master.

It involves the following packages:

  • CondFormats/GEMObjects (db)
  • DataFormats/GEMDigi (upgrade, simulation)
  • EventFilter/GEMRawToDigi (reconstruction)

@perrotta, @civanch, @mdhildreth, @cmsbuild, @jpata, @srimanob, @kpedro88, @slava77, @ggovi can you please review it and eventually sign? Thanks.
@rovere, @Martin-Grunewald, @watson-ij, @dildick, @mmusich, @seemasharmafnal this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy, @perrotta you are the release manager for this.

cms-bot commands are listed here

@slava77
Copy link
Contributor

slava77 commented Jul 15, 2021

@cmsbuild please test

@jpata
Copy link
Contributor

jpata commented Jul 21, 2021

+reconstruction

@ggovi
Copy link
Contributor

ggovi commented Jul 21, 2021

+1

@civanch
Copy link
Contributor

civanch commented Jul 21, 2021

+1

foundDigi = true;
}
if (!foundDigi) {
cout << "simMuonGEMDigi NOT found " << gemId << " " << digi->strip() << " " << digi->bx() << endl;
Copy link
Contributor

@srimanob srimanob Jul 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use MessageLogger instead?
When this plugin is used actually? Just for private testing/debugging?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just for private debugging of the packing and unpacking process

if (!foundDigi) {
cout << "simMuonGEMDigi NOT found " << gemId << " " << digi->strip() << " " << digi->bx() << endl;
for (auto unpackeddigi = packed.first; unpackeddigi != packed.second; ++unpackeddigi) {
cout << "rec " << unpackeddigi->strip() << " " << unpackeddigi->bx() << endl;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here.


from Configuration.AlCa.GlobalTag import GlobalTag
process.GlobalTag = GlobalTag(process.GlobalTag, '113X_mcRun4_realistic_v4', '')
process.GlobalTag = GlobalTag(process.GlobalTag, 'auto:phase2_realistic_T21', '')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why enable 2 GTs at once?
However, I assume no effect as this is under your test.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@srimanob
Copy link
Contributor

+Upgrade

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy, @perrotta (and backports should be raised in the release meeting by the corresponding L2)

@qliphy
Copy link
Contributor

qliphy commented Jul 22, 2021

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants