Skip to content
Snippets Groups Projects
Commit fe1f14ab authored by Oana Vickey Boeriu's avatar Oana Vickey Boeriu Committed by Atlas Nightlybuild
Browse files

Merge branch '21.2_DerivationWarningsRedux' into '21.2'

Adding truth derivations to output map

See merge request atlas/athena!28424

(cherry picked from commit 57e35d1e)

33628c5f Adding truth derivations to output map
parent 2f13da57
7 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!28481Sweeping !28424 from 21.2 to master. Adding truth derivations to output map
Pipeline #1271407 passed
......@@ -831,11 +831,11 @@ class eventMatch(object):
# is applied, so the result is rounded down. i.e., 1 * 0.5 -> 0.
simEventEff = 0.995
self._eventCountConf = {}
self._eventCountConf['EVNT'] = {'EVNT_MRG':"match", "HITS": simEventEff, "EVNT_CAVERN": simEventEff, "EVNT_Stopped": simEventEff, "EVNT_TR": "filter"}
self._eventCountConf['EVNT'] = {'EVNT_MRG':"match", "HITS": simEventEff, "EVNT_CAVERN": simEventEff, "EVNT_Stopped": simEventEff, "EVNT_TR": "filter", "DAOD_TRUTH*" : "match"}
self._eventCountConf['EVNT_CAVERN'] = {'HITS': simEventEff}
self._eventCountConf['EVNT_COSMICS'] = {'HITS': simEventEff}
self._eventCountConf['EVNT_Stopped'] = {'HITS': simEventEff}
self._eventCountConf['HITS'] = {'RDO':"match", "HITS_MRG":"match", 'HITS_FILT': simEventEff, "RDO_FILT": "filter"}
self._eventCountConf['HITS'] = {'RDO':"match", "HITS_MRG":"match", 'HITS_FILT': simEventEff, "RDO_FILT": "filter", "DAOD_TRUTH*" : "match"}
self._eventCountConf['BS'] = {'ESD': "match", 'DRAW_*':"filter", 'NTUP_*':"filter", "BS_MRG":"match", 'DESD*': "filter", 'AOD':"match", 'DAOD*':"filter"}
self._eventCountConf['RDO*'] = {'ESD': "match", 'DRAW_*':"filter", 'NTUP_*':"filter", "RDO_MRG":"match", "RDO_TRIG":"match", 'AOD':"match", 'DAOD*':"filter"}
self._eventCountConf['ESD'] = {'ESD_MRG': "match", 'AOD':"match", 'DESD*':"filter", 'DAOD_*':"filter", 'NTUP_*':"filter"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment