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.
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
PFOCollectionsparameter of theLcfiplusProcessor. If we only want to run thePrimaryVertexFinderandBuildUpVertexalgorithms, I believe there is no use of the inputPFOCollectionsince only the tracks are used.Is there a way to configure the
LcfiplusProcessorto be run without failure if thePFOCollectionis empty? Currently, if thePFOCollectionis empty ("") then theLCIOStorerclass 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 thePFOCollectionparameter is not provided, since thePrimaryVertexFinderandBuildUpVertexalgorithms only need input from the track collections which are not a part of the PFO list.