-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
migration to stage-2 L1 for muon modules #13572
migration to stage-2 L1 for muon modules #13572
Conversation
A new Pull Request was created by @sarafiorendi for CMSSW_8_0_X. It involves the following packages: DataFormats/MuonSeed @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are list here #13028 |
Is the implementation really so different to justify cloned implementation? On the other hand, this is all just the trigger code. @battibas @jhgoh @HuguesBrun please confirm that this cloning decision was well discussed in muon POG. |
<class name="L3MuonTrajectorySeed" ClassVersion="11"> | ||
|
||
<class name="L3MuonTrajectorySeed" ClassVersion="13"> | ||
<version ClassVersion="13" checksum="3249417346"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please change 13 to 12.
We should not skip versions.
review of cloned code is also more complicated: you will get more comments |
Pull request #13572 was updated. @perrotta, @cmsbuild, @cvuosalo, @fwyzard, @Martin-Grunewald, @deguio, @slava77, @vanbesien, @mulhearn, @davidlange6 can you please check and sign again. |
please test |
please clean up the git history from other PR merges. |
-1 |
The tests are being triggered in jenkins. |
e133f75
to
cebbec1
Compare
Pull request #13572 was updated. @perrotta, @cmsbuild, @cvuosalo, @slava77, @Martin-Grunewald, @fwyzard, @davidlange6 can you please check and sign again. |
please test |
The tests are being triggered in jenkins. |
+1 |
+1 for #13572 46b53dd
|
This pull request is fully signed and it will be integrated in one of the next CMSSW_8_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar |
+1 |
migration to stage-2 L1 for muon modules
Muon specific modules using l1extra collections have been cloned and migrated to new stage-2 L1t collections.
HLTMuonL1Filter → HLTMuonL1TFilter
HLTL1MuonSelector → HLTL1TMuonSelector
HLTMuonL1RegionalFilter → HLTMuonL1TRegionalFilter
HLTMuonTrkFilter → HLTMuonTrkL1TFilter
HLTMuonL1toL3TkPreFilter → HLTMuonL1TtoL3TkPreFilter
HLTMuonL2ToL1Map → HLTMuonL2ToL1TMap
HLTMuonL2PreFilter → HLTMuonL2FromL1TPreFilter
HLTMuonDimuonL2Filter → HLTMuonDimuonL2FromL1TFilter
RecoMuon/L2MuonSeedGenerator/L2MuonSeedGenerator → L2MuonSeedGeneratorFromL1T
An update was also needed for
DataFormats/MuonSeed/interface/L3MuonTrajectorySeed.h
DataFormats/MuonSeed/interface/L2MuonTrajectorySeed.h