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

Update HLT menu (V4) [81X] #15875

Merged
merged 21 commits into from
Sep 19, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix customisation
  • Loading branch information
Martin-Grunewald committed Sep 18, 2016
commit 9f24e738355fb2a7d49d073d621f7b767ff9da49
8 changes: 8 additions & 0 deletions HLTrigger/Configuration/python/customizeHLTforMC.py
Original file line number Diff line number Diff line change
@@ -149,6 +149,10 @@ def customizeHLTforMC(process,_fastSim=False):
"hltMuTrackCtfTracksOnia",

"hltFEDSelector",
"hltL3TrajSeedOIHit",
"hltL3TrajSeedIOHit",
"hltL3NoFiltersTrajSeedOIHit",
"hltL3NoFiltersTrajSeedIOHit",
"hltL3TrackCandidateFromL2OIState",
"hltL3TrackCandidateFromL2OIHit",
"hltL3TrackCandidateFromL2IOHit",
@@ -257,6 +261,8 @@ def customizeHLTforMC(process,_fastSim=False):
"hltFastPVPixelTracks",
"hltFastPVPixelTracksRecover",

"hltPAGoodHighPurityFullTracks",

# "hltPixelMatchElectronsActivity",

"hltMuonCSCDigis",
@@ -468,7 +474,9 @@ def customizeHLTforMC(process,_fastSim=False):
('hltIter0PFlowTrackSelectionHighPurityForBTag', 'generalTracks'),
('hltIter4HighPtMerged', 'generalTracks'),
('hltIterativeTrackingForPAMerged', 'generalTracks'),
#('hltPAIterativeTrackingMerged', 'generalTracks'),
('hltPAIterativeTrackingMerged', 'generalTracks'),
('hltPAGoodHighPurityFullTracks','generalTracks'),

('hltFastPVPixelTracks','hltPixelTracks'),
('hltFastPVPixelTracksRecover','hltPixelTracks'),