Skip to content

Commit

Permalink
Merge pull request #40041 from tvami/ChangeAlCaRecoMtx2022Nov_125X
Browse files Browse the repository at this point in the history
[12_5_X] Move HcalCalIsolatedBunchSelector from Commissioning to ZB PD
  • Loading branch information
cmsbuild authored Nov 11, 2022
2 parents 3e63290 + b66e37c commit b36c389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Configuration/AlCa/python/autoAlca.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"AlCaP0" : "",
"ALCAPPSExpress" : "PPSCalMaxTracks", # Express producer
"AlCaPPSPrompt" : "PPSCalMaxTracks", # Prompt producer
"Commissioning" : "HcalCalIsoTrk+HcalCalIsolatedBunchSelector+TkAlMinBias+SiStripCalMinBias",
"Commissioning" : "HcalCalIsoTrk+TkAlMinBias+SiStripCalMinBias",
"Cosmics" : "SiPixelCalCosmics+SiStripCalCosmics+TkAlCosmics0T+MuAlGlobalCosmics",
"EGamma" : "EcalESAlign+EcalUncalWElectron+EcalUncalZElectron+HcalCalIsoTrkProducerFilter+HcalCalIterativePhiSym",
"Express" : "SiStripCalZeroBias+TkAlMinBias+SiStripPCLHistos+SiStripCalMinBias+SiStripCalMinBiasAAG+Hotline+SiPixelCalZeroBias",
Expand All @@ -23,7 +23,7 @@
# These (TestEnablesTracker, TestEnablesEcalHcal) are in the AlCaRecoMatrix, but no RelVals are produced
# 'TestEnablesTracker' : 'TkAlLAS'
# 'TestEnablesEcalHcal' : 'HcalCalPedestal'
"ZeroBias" : "SiStripCalZeroBias+TkAlMinBias+SiStripCalMinBias",
"ZeroBias" : "HcalCalIsolatedBunchSelector+SiStripCalZeroBias+TkAlMinBias+SiStripCalMinBias",
}


Expand Down

0 comments on commit b36c389

Please sign in to comment.