Skip to content

Running LcfiplusProcessor without input PFOCollection #58

@dantrim

Description

@dantrim

I am attempting to only run the primary and secondary vertex finding algorithms, without any calorimeter simulation. In this case, I do not run with PandoraPFA algorithms and therefore do not have anything meaningful to specify for the PFOCollections parameter of the LcfiplusProcessor. If we only want to run the PrimaryVertexFinder and BuildUpVertex algorithms, I believe there is no use of the input PFOCollection since only the tracks are used.

Is there a way to configure the LcfiplusProcessor to be run without failure if the PFOCollection is empty? Currently, if the PFOCollection is empty ("") then the LCIOStorer class will try to register the collection with a name "" in InitPFOCollections function, which will throw an exception. I am wondering if it could just easily exit from that function if the PFOCollection parameter is not provided, since the PrimaryVertexFinder and BuildUpVertex algorithms only need input from the track collections which are not a part of the PFO list.

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