Introduction
The pudummy package contains a steering implementation for the hltinterface that is used in the HLT processing unit, HLTMPPU, to emulate the PESA Steering processing when the PESA Steering is not available or desired.
Functionality
The PuDummy steering defines a set of algorithms that are executed sequentially until an algorithm rejects the event or all algorithms have accepted the event.
To use the PuDummy steering you define a PuDummySteering object in the OKS database. There are two types of processing steps
- The DummyROBStep that requests data from part of the event via a vector of DataAccess objects, the RoI.
- The DummyStep requests the whole event.
An arbitrary number of DummyROBSteps and DummySteps can be defined in the PuDummySteering object.
PartitionMaker generates a PuDummySteering object with one DummyROBStep and one DummyStep.
The examples directory of the pudummy package contains examples of more elaborate PuDummySteering object.
More information about the pudummy steering can be found on the PuDummy twiki page .
Known bugs, problems and limitations
None