-
Notifications
You must be signed in to change notification settings - Fork 22
Description
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.