Skip to content

Commit

Permalink
New HI and data GT for Voronoi algorithm using parameters loaded from…
Browse files Browse the repository at this point in the history
… DB, with JEC as compatibility format.
  • Loading branch information
Salvatore Di Guida committed Mar 11, 2015
1 parent 158d6d0 commit d4fd5a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
# GlobalTag for MC production (pp collisions) with realistic alignment and calibrations for Run1
'run1_mc' : 'MCRUN1_74_V4::All',
# GlobalTag for MC production (Heavy Ions collisions) with realistic alignment and calibrations for Run1
'run1_mc_hi' : 'MCHI1_74_V4::All',
'run1_mc_hi' : 'MCHI1_74_V5::All',
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : 'MCPA1_74_V4::All',
'run1_mc_pa' : 'MCPA1_74_V5::All',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : 'DESRUN2_74_V3::All',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : 'MCRUN2_74_V6::All',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : 'MCRUN2_74_V7::All',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : 'MCHI2_74_V3::All',
'run2_mc_hi' : 'MCHI2_74_V4::All',
# GlobalTag for Run1 data reprocessing
'run1_data' : 'GR_R_74_V8A::All',
'run1_data' : 'GR_R_74_V10A::All',
# GlobalTag for Run2 data reprocessing
'run2_data' : 'GR_R_74_V9A::All',
'run2_data' : 'GR_R_74_V11A::All',
# GlobalTag for Run1 HLT: it points to the online GT and overrides the connection string and pfnPrefix for use offline
'run1_hlt' : 'GR_H_V55A::All,frontier://FrontierProd/CMS_COND_31X_GLOBALTAG,frontier://FrontierProd/',
# GlobalTag for Run2 HLT: it points to the online GT and overrides the connection string and pfnPrefix for use offline
Expand Down
10 changes: 5 additions & 5 deletions Configuration/AlCa/python/autoCond_condDBv2.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@
# GlobalTag for MC production (pp collisions) with realistic alignment and calibrations for Run1
'run1_mc' : 'MCRUN1_74_V4',
# GlobalTag for MC production (Heavy Ions collisions) with realistic alignment and calibrations for Run1
'run1_mc_hi' : 'MCHI1_74_V4',
'run1_mc_hi' : 'MCHI1_74_V5',
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run1
'run1_mc_pa' : 'MCPA1_74_V4',
'run1_mc_pa' : 'MCPA1_74_V5',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Run2
'run2_design' : 'DESRUN2_74_V3',
# GlobalTag for MC production with pessimistic alignment and calibrations for Run2
'run2_mc_50ns' : 'MCRUN2_74_V6',
#GlobalTag for MC production with optimistic alignment and calibrations for Run2
'run2_mc' : 'MCRUN2_74_V7',
# GlobalTag for MC production (Heavy Ions collisions) with optimistic alignment and calibrations for Run2
'run2_mc_hi' : 'MCHI2_74_V3',
'run2_mc_hi' : 'MCHI2_74_V4',
# GlobalTag for Run1 data reprocessing
'run1_data' : 'GR_R_74_V8A',
'run1_data' : 'GR_R_74_V10A',
# GlobalTag for Run2 data reprocessing
'run2_data' : 'GR_R_74_V9A',
'run2_data' : 'GR_R_74_V11A',
# GlobalTag for Run1 HLT: it points to the online GT and overrides the connection string and pfnPrefix for use offline
'run1_hlt' : 'GR_H_V55A,frontier://FrontierProd/CMS_CONDITIONS,frontier://FrontierProd/',
# GlobalTag for Run2 HLT: it points to the online GT and overrides the connection string and pfnPrefix for use offline
Expand Down

0 comments on commit d4fd5a2

Please sign in to comment.