Skip to content

Commit

Permalink
Synchronize Totem T2 new and old mapping xml schema reading and xml f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
oljemark committed Jun 4, 2023
1 parent 79c4919 commit 90a64da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CalibPPS/ESProducers/python/totemT2DAQMapping_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
subSystem = "TotemT2",
multipleChannelsPerPayload = cms.untracked.bool(True),
configuration = cms.VPSet(
#initial dummy diamond map copy
#initial dummy diamond map copy, use only for Run 2 where T2 mapping is read with old schema
cms.PSet(
validityRange = cms.EventRange("1:min - 364982:max"),
validityRange = cms.EventRange("1:min - 339999:max"),
mappingFileNames = cms.vstring("CondFormats/PPSObjects/xml/mapping_totem_nt2_2021.xml"),
maskFileNames = cms.vstring()
),
#old v2.1 T2 firmware test file
cms.PSet(
validityRange = cms.EventRange("364983:min - 368022:max"),
validityRange = cms.EventRange("340000:min - 368022:max"),
mappingFileNames = cms.vstring("CondFormats/PPSObjects/xml/mapping_totem_nt2_2023.xml"),
maskFileNames = cms.vstring()
),
Expand Down

0 comments on commit 90a64da

Please sign in to comment.