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

L1T Minimum Bias Trigger #14458

Merged
merged 9 commits into from May 12, 2016

Conversation

mulhearn
Copy link
Contributor

@mulhearn mulhearn commented May 11, 2016

This PR adds support for an L1T Minimum Bias Trigger.

The 80x version is #14465.

@mulhearn
Copy link
Contributor Author

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 11, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/12922/console

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @mulhearn for CMSSW_8_1_X.

It involves the following packages:

DataFormats/L1TGlobal
DataFormats/L1Trigger
EventFilter/L1TRawToDigi
L1Trigger/L1TCaloLayer1
L1Trigger/L1TCalorimeter
L1Trigger/L1TCommon
L1Trigger/L1TGlobal

@cmsbuild, @rekovic, @mulhearn, @davidlange6 can you please review it and eventually sign? Thanks.
@Martin-Grunewald this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

if( (amc-1) != ((bxid-1+3)%9) ) return true; // temporary measure!
LogDebug("L1T") << "Unpacking AMC " << amc << " for BX " << bxid;

auto res1_ = static_cast<CaloCollections*>(coll)->getMPJets();
Copy link
Contributor

Choose a reason for hiding this comment

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

why are these casts needed?
@mulhearn

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The packer framework makes heavy use of downcasting so that specific concrete instances can use a common packer/unpacker interface. I'm not a big fan of downcasting but its tolerable in this case because the concrete implementations reliable know the true (derived) types they are dealing with. We did have one problem related to bad/impossible downcasting in the packers that was fixed in a recent PR.

@mulhearn
Copy link
Contributor Author

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_1_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit b1765c6 into cms-sw:CMSSW_8_1_X May 12, 2016
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

6 participants