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

HLT development in May (81X) #14446

Merged
merged 25 commits into from
May 27, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
4c86ed5
same as 80X sibling, fixed ElectronEtFilter fillDesc
afiqaize May 9, 2016
161cb35
Rebase to 8_1_X_2016-05-09-2300 and new L1T menu v2c
Martin-Grunewald May 10, 2016
94c38dc
Update HLT menu up to /dev/CMSSW_8_0_0/HLT/V222
perrotta May 10, 2016
c849c67
Migration for Egamma #13845
Martin-Grunewald May 10, 2016
7eb8112
Fixup PRef.txt and CMSHLT-810
Martin-Grunewald May 10, 2016
07bef9f
same as 80X, EmDQM finding varTag
afiqaize May 10, 2016
8a6d3be
Migration for #13421 / #14317
Martin-Grunewald May 12, 2016
40a62ee
Cleanup of customisations
Martin-Grunewald May 12, 2016
1123697
Move to L1Menu_Collisions2016_v2_xml
Martin-Grunewald May 12, 2016
60d3545
rebase and progress
Martin-Grunewald May 13, 2016
344dfe4
Migration
Martin-Grunewald May 13, 2016
b1b1a91
FastSim workaround
Martin-Grunewald May 13, 2016
d727e33
Update HLT menu up to /dev/CMSSW_8_0_0/HLT/V238
perrotta May 13, 2016
16ced75
Update HLT menu up to /dev/CMSSW_8_0_0/HLT/V238
perrotta May 13, 2016
4d09321
Integration of CMSHLT-825 and preparation for CMSHLT-798
Martin-Grunewald May 19, 2016
e1eb03a
CMSHLT 830 and 829
Martin-Grunewald May 19, 2016
950b31b
L1T menu v3 and HLT development
Martin-Grunewald May 23, 2016
accac3a
More HLT development / CMSHLT-818
Martin-Grunewald May 23, 2016
ec59f92
More HLT from May 18th train
Martin-Grunewald May 24, 2016
24ed352
Move to L1T menu v4
Martin-Grunewald May 24, 2016
a4abaff
Move to L1T menu v4 - take-2
Martin-Grunewald May 24, 2016
c48565f
Update L1 uGT menu to Collisions v4
mmusich May 24, 2016
21eb6c6
Use of new L1T v4 seeds
Martin-Grunewald May 25, 2016
b8da015
CMSHLT 832 and 836 added to GRun
Martin-Grunewald May 25, 2016
5ba7cac
CMSHLT-827 in GRun
Martin-Grunewald May 26, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,33 +10,33 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : '80X_mcRun1_pA_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : '80X_mcRun2_design_v13',
'run2_design' : '80X_mcRun2_design_v14',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : '80X_mcRun2_startup_v13',
'run2_mc_50ns' : '80X_mcRun2_startup_v14',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : '80X_mcRun2_asymptotic_v13',
'run2_mc' : '80X_mcRun2_asymptotic_v14',
# GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode
'run2_mc_cosmics' : '80X_mcRun2cosmics_startup_peak_v12',
'run2_mc_cosmics' : '80X_mcRun2cosmics_startup_peak_v13',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : '80X_mcRun2_HeavyIon_v8',
# GlobalTag for Run1 data reprocessing
'run1_data' : '80X_dataRun2_v14',
# GlobalTag for Run2 data reprocessing
'run2_data' : '80X_dataRun2_v14',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '80X_dataRun2_relval_v11',
'run2_data_relval' : '80X_dataRun2_relval_v12',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '80X_dataRun2_HLT_frozen_v12',
# GlobalTag for Run2 HLT: it points to the online GT
'run2_hlt' : '80X_dataRun2_HLT_frozen_v12',
# GlobalTag for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '80X_dataRun2_HLT_relval_v10',
'run2_hlt_relval' : '80X_dataRun2_HLT_relval_v11',
# GlobalTag for Run2 HLT for HI: it points to the online GT
'run2_hlt_hi' : '80X_dataRun2_HLTHI_frozen_v9',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017
'phase1_2017_design' : '80X_upgrade2017_design_v13',
'phase1_2017_design' : '81X_upgrade2017_design_v0',
# GlobalTag for MC production with realistic conditions for for Phase1 2017 detector
'phase1_2017_realistic': '80X_upgrade2017_realistic_v5',
'phase1_2017_realistic': '81X_upgrade2017_realistic_v0',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2019
'phase1_2019_design' : 'DES19_70_V2', # placeholder (GT not meant for standard RelVal)
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase2
Expand Down
6 changes: 3 additions & 3 deletions Configuration/HLT/python/autoCondHLT.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
l1Menus= {
'Fake' : ( ','.join( [ 'L1GtTriggerMenu_L1Menu_Collisions2012_v3_mc' , l1MenuRecord,connectionString, l1MenuLabel, "2015-10-26 12:00:00.000"] ), ),
'Fake1': ( ','.join( [ 'L1Menu_Collisions2015_25nsStage1_v5' , l1MenuRecord,connectionString, l1MenuLabel, "2015-10-26 12:00:00.000"] ), ),
'FULL' : ( ','.join( [ 'L1Menu_Collisions2016_v1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-04-27 15:15:00.000"] ), ),
'GRun' : ( ','.join( [ 'L1Menu_Collisions2016_v1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-04-27 15:15:00.000"] ), ),
'FULL' : ( ','.join( [ 'L1Menu_Collisions2016_v4_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-05-24 14:55:00.000"] ), ),
'GRun' : ( ','.join( [ 'L1Menu_Collisions2016_v4_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-05-24 14:55:00.000"] ), ),
'HIon' : ( ','.join( [ 'L1Menu_CollisionsHeavyIons2015_v5_uGT_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-03-04 15:00:00.000"] ), ),
'PIon' : ( ','.join( [ 'L1Menu_Collisions2016_v1_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-04-27 15:15:00.000"] ), ),
'PIon' : ( ','.join( [ 'L1Menu_Collisions2016_v4_xml' ,l1tMenuRecord,connectionString,l1tMenuLabel, "2016-05-24 14:55:00.000"] ), ),
'PRef' : ( ','.join( [ 'L1Menu_Collisions2015_5TeV_pp_reference_v5_uGT_v2_mc_xml',l1tMenuRecord,connectionString,l1tMenuLabel, "2016-03-04 15:00:00.000"] ), ),
}

Expand Down