Skip to content
Snippets Groups Projects
Commit b21331ec authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cherry-pick-a9d51c4041-master' into 'master'

Merge branch 'RecExCommon_ATLASRECTS_4062' into '21.0'

See merge request !2757
parents 863c79fd 5becbedf
No related merge requests found
#This is a postInclude file to be used to run the BLS stream in production.
#Author: James Walder
removed_items = []
items_to_remove = ['SlowMuonContainer','SlowMuonAuxContainer',
'PFOContainer', 'PFOAuxContainer','ParticleFlow',
'JetContainer', 'JetAuxContainer','PFlow',
'BTaggingContainer','BTaggingAuxContainer',
'BTagVertexContainer','BTagVertexAuxContainer','BTagging_',
'JetMomentMap',
'EventShape','EventShapeAuxInfo',
'ForwardElectrons','ForwardElectronsAux',
'DiTauJets',
'InDetForwardTrackParticles','CombinedStauTrackParticles',
'xAOD::MuonContainer#Staus','xAOD::MuonAuxContainer#StausAux',
]
for item in CILMergeAOD.list():
for toremove in items_to_remove:
if toremove in item:
removed_items.append(item)
CILMergeAOD.removeItem(removed_items)
StreamAOD.ItemList=CILMergeAOD()
print CILMergeAOD.list()
#This is a preInclude file to be used to run the BLS stream in production.
#Author: James Walder
from InDetRecExample.InDetJobProperties import InDetFlags
InDetFlags.KeepParameters.set_Value_and_Lock(True)
InDetFlags.keepAdditionalHitsOnTrackParticle.set_Value_and_Lock(True)
InDetFlags.cutLevel.set_Value_and_Lock(13)
TriggerFlags.AODEDMSet.set_Value_and_Lock("AODBLSSLIM")
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