Attempting to run PandoraPFA inside DDMarlinPandora inside k4MarlinWrapper with the following steering instructions:
from Configurables import MarlinProcessorWrapper
pandora = MarlinProcessorWrapper('DDMarlinPandora')
pandora.OutputLevel = DEBUG
pandora.ProcessorType = 'DDPandoraPFANewProcessor'
pandora.Parameters = {
'Verbosity': ['WARNING'],
'PandoraSettingsXmlFile': ['/some/path'],
'CreateGaps': [False],
'ECalCaloHitCollections': ['ECalBarrelCells']
}
ApplicationMgr().TopAlg += [pandora]
results in the following error:
[ ERROR "DDMarlinPandora"] Failed to initialize marlin pandora: std exception getExtension: selection is not unique (or empty) includeFlag: DetType( 0x812) : CALORIMETER, BARREL, ELECTROMAGNETIC, excludeFlag: DetType( 0x20020) : FORWARD, AUXILIARY, --- found detectors :
Full steering macro is in this gist and output log are in the logfile.txt.
Attempting to run PandoraPFA inside DDMarlinPandora inside k4MarlinWrapper with the following steering instructions:
results in the following error:
Full steering macro is in this gist and output log are in the logfile.txt.