-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
New EDProducer emulating the Stub processing of the Phase 2 Outer Tracker DTC board #29151
Conversation
The code-checks are being triggered in jenkins. |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29151/14086
Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
@tschuh , please update the title of this PR |
please cleanup the history and remove the reference to these |
The code-checks are being triggered in jenkins. |
1 similar comment
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29151/14088
|
A new Pull Request was created by @tschuh for master. It involves the following packages: Configuration/EventContent The following packages do not have a category, yet: L1Trigger/L1TTrackerDTC @benkrikler, @silviodonato, @kpedro88, @cmsbuild, @rekovic, @franzoni, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
L1Trigger/L1TTrackerDTC/test/MCsamples/1110/RelVal/DisplacedMuPt10To30/noPU.txt
Outdated
Show resolved
Hide resolved
please test |
The tests are being triggered in jenkins. |
+operations |
@rekovic @benkrikler @pohsun @tlampen @tocheng @christopheralanwest |
Hello I do not think that the title is explicit for any of us, maybe at least changing it with 'New EDProducer emulating the Stub processing of the Phase 2 Outer Tracker DTC board' would be already much more explicit |
+1 |
alca: @pohsun @tlampen @tocheng @christopheralanwest ? |
+1 |
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 (and backports should be raised in the release meeting by the corresponding L2) |
code-checks |
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-29151/14674
|
+1 |
A unit test is failing in the last IB and likely the reason is related to this PR. |
PR description:
New EDProducer emulating the Stub processing of the Phase 2 Outer Tracker DTC boards and it's Product. The Pruduct has been added to the EventContent and the Producer to the StandardSequence as other Track Trigger modules which are already present.
PR validation:
build of DataFormats/L1TrackTrigger and L1Trigger/L1TTrackerDTC only
run of L1Trigger/L1TTrackerDTC/test/test_cfg.py
Notes:
I did not template the DTCProducer, it can handle only
TTStub<edm::Ref<edm::DetSetVector, Phase2TrackerDigi>>.
I don't understand why TTStub and TTCluster are templated in first place.