Skip to content

CaloOnly sequence using menusequenceCA wrapped for legacy config

Edson Carquin Lopez requested to merge carquin/athena:23.0-tautrigger-ca into 23.0

CaloOnly sequence using menusequenceCA wrapped for legacy config pinging @fpastore @tbold @dbakshig

Result of config diff

File 1, this changeset and file 2 current code

confTool.py --renameCompsFile reNamedComps.txt --diff cfg.pkl ../../TauTriggerNewJ/run/cfg.pkl
Step 1: reference file #components: 3410
Step 2: file to check  #components: 3411
Legend:
Differences in components Settings in 1st file Settings in 2nd file

 Component CaloTau only in 1st file

Component HLTCaloCellMakerLC renamed from TauHLTCaloCellMaker may differ
        ExtraInputs =  [('TileEMScale', 'ConditionStore+TileEMScale'), ('TileHid2RESrcID', 'ConditionStore+TileHid2RESrcIDHLT'), ('TileBadChannels', 'ConditionStore+TileBadChannels'), ('IRegSelLUTCondData', 'ConditionStore+RegSelL\
UTCondData_TTEM'), ('IRegSelLUTCondData', 'ConditionStore+RegSelLUTCondData_TTHEC'), ('IRegSelLUTCondData', 'ConditionStore+RegSelLUTCondData_TILE'), ('IRegSelLUTCondData', 'ConditionStore+RegSelLUTCondData_FCALEM'), ('IRegSelLUTC\
ondData', 'ConditionStore+RegSelLUTCondData_FCALHAD'), ('LArOnOffIdMapping', 'ConditionStore+LArOnOffIdMap'), ('LArFebRodMapping', 'ConditionStore+LArFebRodMap'), ('LArMCSym', 'ConditionStore+LArMCSym'), ('LArBadChannelCont', 'Con\
ditionStore+LArBadChannel'), ('CaloDetDescrManager', 'ConditionStore+CaloDetDescrManager')]  vs  [('TileEMScale', 'ConditionStore+TileEMScale'), ('TileHid2RESrcID', 'ConditionStore+TileHid2RESrcIDHLT'), ('TileBadChannels', 'Condit\
ionStore+TileBadChannels'), ('IRegSelLUTCondData', 'ConditionStore+RegSelLUTCondData_TTEM'), ('IRegSelLUTCondData', 'ConditionStore+RegSelLUTCondData_TTHEC'), ('IRegSelLUTCondData', 'ConditionStore+RegSelLUTCondData_TILE'), ('IReg\
SelLUTCondData', 'ConditionStore+RegSelLUTCondData_FCALEM'), ('IRegSelLUTCondData', 'ConditionStore+RegSelLUTCondData_FCALHAD'), ('LArOnOffIdMapping', 'ConditionStore+LArOnOffIdMap'), ('LArFebRodMapping', 'ConditionStore+LArFebRod\
Map'), ('LArMCSym', 'ConditionStore+LArMCSym'), ('LArBadChannelCont', 'ConditionStore+LArBadChannel'), ('CaloDetDescrManager', 'ConditionStore+CaloDetDescrManager'), ('LArBadChannelCont', 'ConditionStore+LArBadChannel'), ('LArMCSy\
m', 'ConditionStore+LArMCSym'), ('LArOnOffIdMapping', 'ConditionStore+LArOnOffIdMap'), ('LArFebRodMapping', 'ConditionStore+LArFebRodMap'), ('CaloDetDescrManager', 'ConditionStore+CaloDetDescrManager')]   <<
        TileCellsInROI = True  only in 2nd file
        TrigDataAccessMT =  TrigCaloDataAccessSvc/TrigCaloDataAccessSvc  vs  TrigCaloDataAccessSvc   <<
   1 relevant differences
Component IM_tauCaloMVA may differ
        RequireParentView = False  only in 1st file
        mergeUsingFeature = False  only in 1st file
   2 relevant differences
Component PerfMonMTSvc may differ
        wallTimeOffset =  1683900000000.0  vs  1683830000000.0   <<
   but all are suppressed by renaming/known differences/...
Component Step1_MVA_tau_reco may differ
        Members =  ['AthSequencer/CaloTau']  vs  ['AthSequencer/tauCaloMVASequence']   <<
   but all are suppressed by renaming/known differences/...
Component Step1_merged_MVA_tau_MVA_tau_reco may differ
        Members =  ['AthSequencer/CaloTau']  vs  ['AthSequencer/tauCaloMVASequence']   <<
   but all are suppressed by renaming/known differences/...

 Component  TopoClusterRecoSequenceLC  only in 2nd file

Component tauCaloMVAInViews may differ
        Members =  ['AthViews::ViewDataVerifier/tauCaloMVARecoVDV', 'HLTCaloCellMaker/HLTCaloCellMakerLC', 'TrigCaloClusterMaker/TrigCaloClusterMaker_topoLC', 'TrigTauCaloRoiUpdater/TauCaloRoiUpdater', 'TrigTauRecMerged/TrigTauRec\
Merged_TauCaloOnlyMVA']  vs  ['AthSequencer/TopoClusterRecoSequenceLC', 'TrigTauCaloRoiUpdater/TauCaloRoiUpdater', 'TrigTauRecMerged/TrigTauRecMerged_TauCaloOnlyMVA', 'AthViews::ViewDataVerifier/tauCaloMVARecoVDV']   <<
                >>  only in 1st file :  ['HLTCaloCellMaker/HLTCaloCellMakerLC', 'TrigCaloClusterMaker/TrigCaloClusterMaker_topoLC']
                >>  only in 2nd file :   ['AthSequencer/TopoClusterRecoSequenceLC']
        Sequential = False  only in 2nd file
   3 relevant differences

 Component  tauCaloMVASequence  only in 2nd file

Content of reNamedComps.txt is:

TauHLTCaloClusterMaker = TrigCaloClusterMaker_topoLC
TauHLTCaloCellMaker = HLTCaloCellMakerLC
Edited by Edson Carquin Lopez

Merge request reports