Skip to content

PandoraPFA for IDEA-LAr #18

@kjvbrt

Description

@kjvbrt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions