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

PPS: alignment from auto GT #26305

Merged
merged 2 commits into from Apr 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 6 additions & 4 deletions CalibPPS/ESProducers/python/ctppsAlignment_cff.py
@@ -1,6 +1,8 @@
import FWCore.ParameterSet.Config as cms

from CalibPPS.ESProducers.ctppsRPAlignmentCorrectionsDataESSourceXML_cfi import *
ctppsRPAlignmentCorrectionsDataESSourceXML.RealFiles = cms.vstring(
"Alignment/CTPPS/data/RPixGeometryCorrections.xml"
)
# by default, alignment is now loaded from CondDB using a GT

#from CalibPPS.ESProducers.ctppsRPAlignmentCorrectionsDataESSourceXML_cfi import *
#ctppsRPAlignmentCorrectionsDataESSourceXML.RealFiles = cms.vstring(
# "Alignment/CTPPS/data/RPixGeometryCorrections.xml"
#)
12 changes: 6 additions & 6 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -24,16 +24,16 @@
# GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2
'run2_mc_pa' : '105X_mcRun2_pA_v2',
# GlobalTag for Run1 data reprocessing
'run1_data' : '105X_dataRun2_v8',
'run1_data' : '106X_dataRun2_v1',
# GlobalTag for Run2 data reprocessing
'run2_data' : '105X_dataRun2_v8',
'run2_data' : '106X_dataRun2_v1',
# GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu
'run2_data_relval' : '105X_dataRun2_relval_v8',
'run2_data_relval' : '106X_dataRun2_relval_v1',
# GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail
'run2_data_promptlike_HEfail' : '105X_dataRun2_PromptLike_HEfail_v7',
'run2_data_promptlike_HEfail' : '106X_dataRun2_PromptLike_HEfail_v1',
# GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed)
'run2_data_promptlike' : '105X_dataRun2_PromptLike_v8',
'run2_data_promptlike_hi' : '105X_dataRun2_PromptLike_HI_v3',
'run2_data_promptlike' : '106X_dataRun2_PromptLike_v1',
'run2_data_promptlike_hi' : '106X_dataRun2_PromptLike_HI_v1',
# GlobalTag for Run1 HLT: it points to the online GT
'run1_hlt' : '101X_dataRun2_HLT_frozen_v8',
# GlobalTag for Run2 HLT: it points to the online GT
Expand Down
1 change: 0 additions & 1 deletion RecoCTPPS/ProtonReconstruction/python/ctppsProtons_cff.py
Expand Up @@ -3,6 +3,5 @@
from RecoCTPPS.ProtonReconstruction.ctppsProtons_cfi import *

# TODO: remove these lines once conditions data are available in DB
from CalibPPS.ESProducers.ctppsAlignment_cff import *
from CalibPPS.ESProducers.ctppsOpticalFunctions_cff import *
ctppsProtons.lhcInfoLabel = ctppsLHCInfoLabel
Expand Up @@ -8,10 +8,6 @@
from Configuration.AlCa.GlobalTag import GlobalTag
process.GlobalTag = GlobalTag(process.GlobalTag, "auto:run2_data")

# TODO: these lines can be useful before all necessary data available in DB with an auto GT
#process.GlobalTag = GlobalTag(process.GlobalTag, "105X_dataRun2_relval_v2")
#process.alignmentEsPrefer = cms.ESPrefer("PoolDBESSource", "GlobalTag")

# minimum of logs
process.MessageLogger = cms.Service("MessageLogger",
statistics = cms.untracked.vstring(),
Expand Down