Scenario Analysis
Markus Frank
1.0 Scenario
Appl-6: An analysis job wants to read one part of event data from a
ZEBRA store and another part from another e.g. ROOT store.
2.0 Assumptions
- Data link
- Link contains navigation information: "path" of the object.
- Link contains technology dependent object address (File-offset+Bankname in ZEBRA, ooRef
in Objty,...)
- Link contains technology identifier (ZEBRA, ROOT, Objty,...).
3.0 Coverage
Event data requests to the event data service.
Links between stores of different nature. This involves parallel access of two
persistent data services filling both the transient data store.
3.0 Expected Action Sequence
3.0 Expected Action Sequence
Initialize the primary data loading service (here: ZEBRA)
Initialize event selector to access event which conform to a given
selection criteria. From the result of the event selection, an event collection, every
entry will be used one by one to initialize the event data service on an event basis.
Create ZEBRA event selection.
Foreach event in the collection:
- Initialize event data service.
- Run algorithms.
The event root is passed to the event data service. The event root
contains opaque information which allows the event data service in collaboration with the
persistency service to retrieve information in lower levels of the event tree.
- Retrieve information which data loader to ask in order to fulfill the
data request.
- If the required data loader does not exist create the data loader.
- Initialize data loader
- Dispatch request to data loader.
There are data links between different psersistent storage types as a
result of different processing steps.
Example: Access of ZEBRA raw-data from a ROOT reconstructed event?
- Retrieve information which data loader to ask in order to fulfill the
data request.
- Dispatch request to proper data loader.
- Follow logical link to load the requested object path:
- Retrieve proper converter
- Create the requested transient object using the converter
- Register created transient object with event data store