Skip to content

converter script: Parameterized processor names trip up converter script #93

Open
@tmadlener

Description

@tmadlener

Marlin seems to support the following construct (taken from CLICPerformance/fcceeConfig/fccReconstruction.xml):

  <constants>
    <!-- CalorimeterIntegrationTimeWindow in ns: 10 or 400 -->
    <constant name="CalorimeterIntegrationTimeWindow"> 10 </constant>
  </constants>

  <processors>
    <processor name="MyDDCaloDigi_${CalorimeterIntegrationTimeWindow}ns"/>
  </processors>

this gets converted into

algList.append(MyDDCaloDigi_${CalorimeterIntegrationTimeWindow}ns)

which is an obvious syntax error in python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions