Skip to content

Commit

Permalink
Update GTs to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Linares committed Oct 1, 2024
1 parent a766e4e commit 2cd2da3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions etc/HIReplayOfflineConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@

hiPpRefScenario = "ppEra_Run3_2024_ppRef"
hiLightEventsScenario = "ppEra_Run3_2024_UPC"
hiHeavyEventsScenario = "Run3_pp_on_PbPb_2024"
hiHeavyEventsScenario = "ppEra_Run3_pp_on_PbPb_2024"
hiRawPrimeScenario = "ppEra_Run3_pp_on_PbPb_approxSiStripClusters_2023"


Expand All @@ -149,8 +149,8 @@
alcarawProcVersion = dt

# Defaults for GlobalTag
expressGlobalTag = "141X_dataRun3_Express_v2"
promptrecoGlobalTag = "141X_dataRun3_Prompt_v2"
expressGlobalTag = "141X_dataRun3_Express_v3"
promptrecoGlobalTag = "141X_dataRun3_Prompt_v3"

# Mandatory for CondDBv2
globalTagConnect = "frontier://PromptProd/CMS_CONDITIONS"
Expand Down Expand Up @@ -1373,7 +1373,7 @@
write_dqm=True,
alca_producers=["TkAlMinBias"],
dqm_sequences=["@common"],
scenario=hiTestppScenario)
scenario=hiLightEventsScenario)

DATASETS = ["HIOnlineMonitor", "HITrackerNZS"]

Expand All @@ -1382,7 +1382,7 @@
do_reco=False,
aod_to_disk=False,
raw_to_disk=False,
scenario=hiTestppScenario)
scenario=hiLightEventsScenario)

DATASETS = ["HIEmptyBX"]

Expand All @@ -1393,7 +1393,7 @@
raw_to_disk=False,
aod_to_disk=False,
dqm_sequences=["@common"],
scenario=hiTestppScenario)
scenario=hiLightEventsScenario)

DATASETS = ["HITestRaw0", "HITestRaw1", "HITestRaw2", "HITestRaw3", "HITestRaw4", "HITestRaw5",
"HITestRaw6", "HITestRaw7", "HITestRaw8", "HITestRaw9", "HITestRaw10", "HITestRaw11",
Expand All @@ -1410,7 +1410,7 @@
"HcalCalIsolatedBunchSelector", "HcalCalIterativePhiSym","HcalCalMinBias",
"TkAlJpsiMuMu", "TkAlUpsilonMuMu","TkAlZMuMu","TkAlMuonIsolated"],
dqm_sequences=["@commonSiStripZeroBias", "@ecal", "@hcal", "@muon", "@jetmet"],
scenario=hiTestppScenario)
scenario=hiLightEventsScenario)
DATASETS = ["HIForward0", "HIForward1", "HIForward2",
"HIForward3", "HIForward4", "HIForward5",
"HIForward6", "HIForward7", "HIForward8",
Expand Down

0 comments on commit 2cd2da3

Please sign in to comment.