Skip to content

Fix SCT_RODVetoSvc configuration

Susumu Oda requested to merge oda/athena:21.0.97-SCT_RODVetoSvc into 21.0

Fix SCT_RODVetoSvc configuration

With this change,

Reco_tf.py --AMI x598 --inputBSFile /eos/atlas/atlastier0/rucio/data19_idcomm/physics_IDCosmic/00370059/data19_idcomm.00370059.physics_IDCosmic.merge.RAW/data19_idcomm.00370059.physics_IDCosmic.merge.RAW._lb0500._SFO-ALL._0001.1 --outputHISTFile HIST.root --postExec 'from SCT_ConditionsServices.SCT_ConditionsServicesConf import SCT_RODVetoSvc; ServiceMgr+=SCT_RODVetoSvc("SCT_RODVetoSvc"); ServiceMgr.SCT_RODVetoSvc.BadRODIdentifiers=[0x240100,0x240030]; ServiceMgr.InDetSCT_ConditionsSummarySvc.ConditionsServices+=["SCT_RODVetoSvc"];'

will work.

Merge request reports