From 0a739d06e44a1aad1b7a79478ab2d016d09a20e3 Mon Sep 17 00:00:00 2001 From: Helena Date: Fri, 9 Dec 2022 14:57:25 +0100 Subject: [PATCH] add all 2022 PDs to AlCaReco Matrix --- Configuration/AlCa/python/autoAlca.py | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Configuration/AlCa/python/autoAlca.py b/Configuration/AlCa/python/autoAlca.py index 4fc3ea2030669..4011e6923f988 100644 --- a/Configuration/AlCa/python/autoAlca.py +++ b/Configuration/AlCa/python/autoAlca.py @@ -1,23 +1,30 @@ AlCaRecoMatrix = { - "ALCALumiPixelsCountsExpress" : "AlCaPCCRandom", + "AlCaLumiPixelsCountsExpress" : "AlCaPCCRandom", "AlCaLumiPixelsCountsPrompt" : "AlCaPCCZeroBias+RawPCCProducer", # These two (AlCaPhiSym, AlCaP0) cannot run on RAW, they are just meant to run on the dedicated AlcaRAW so they do not enter the allForPrompt list "AlCaPhiSym" : "", "AlCaP0" : "", - "ALCAPPSExpress" : "PPSCalMaxTracks", # Express producer + "AlCaPPSExpress" : "PPSCalMaxTracks", # Express producer "AlCaPPSPrompt" : "PPSCalMaxTracks", # Prompt producer "Commissioning" : "HcalCalIsoTrk+TkAlMinBias+SiStripCalMinBias", "Cosmics" : "SiPixelCalCosmics+SiStripCalCosmics+TkAlCosmics0T+MuAlGlobalCosmics", + "DoubleMuon" : "TkAlZMuMu+TkAlDiMuonAndVertex+MuAlCalIsolatedMu", + "DoubleMuonLowMass" : "TkAlJpsiMuMu+TkAlUpsilonMuMu", "EGamma" : "EcalESAlign+EcalUncalWElectron+EcalUncalZElectron+HcalCalIsoTrkProducerFilter+HcalCalIterativePhiSym", "Express" : "SiStripCalZeroBias+TkAlMinBias+SiStripPCLHistos+SiStripCalMinBias+SiStripCalMinBiasAAG+Hotline+SiPixelCalZeroBias", "ExpressAlignment" : "TkAlMinBias", "ExpressCosmics" : "SiStripPCLHistos+SiStripCalZeroBias+TkAlCosmics0T+SiPixelCalZeroBias", "HcalNZS" : "HcalCalMinBias", "HLTPhysics" : "TkAlMinBias", + "JetHT" : "HcalCalIsoTrkProducerFilter+TkAlJetHT", "JetMET" : "HcalCalIsoTrkProducerFilter+TkAlJetHT+HcalCalNoise", + "MinimumBias" : "SiStripCalZeroBias+SiStripCalMinBias+TkAlMinBias", + "MET" : "HcalCalNoise", "Muon" : "TkAlZMuMu+TkAlDiMuonAndVertex+MuAlCalIsolatedMu+SiPixelCalSingleMuonLoose+SiPixelCalSingleMuonTight+TkAlMuonIsolated+HcalCalHO+HcalCalIterativePhiSym+HcalCalHBHEMuonProducerFilter", "NoBPTX" : "TkAlCosmicsInCollisions", "ParkingDoubleMuonLowMass" : "TkAlJpsiMuMu+TkAlUpsilonMuMu", + "SingleMuon" : "SiPixelCalSingleMuonLoose+SiPixelCalSingleMuonTight+TkAlMuonIsolated+MuAlCalIsolatedMu+HcalCalHO+HcalCalIterativePhiSym+HcalCalHBHEMuonProducerFilter", + "SpecialHLTPhysics" : "LumiPixelsMinBias", "StreamExpress" : "SiStripCalZeroBias+TkAlMinBias+SiStripPCLHistos+SiStripCalMinBias+SiStripCalMinBiasAAG+Hotline+SiPixelCalZeroBias+SiPixelCalSingleMuon", "StreamExpressHI" : "SiStripCalZeroBias+TkAlMinBiasHI+SiStripPCLHistos+SiStripCalMinBias+SiStripCalMinBiasAAG+SiPixelCalZeroBias", # These (TestEnablesTracker, TestEnablesEcalHcal) are in the AlCaRecoMatrix, but no RelVals are produced