|
file | HiveAlgA.cxx [code] |
|
file | HiveAlgA.h [code] |
| Simple Algorithm that reads the EventInfo obj, and writes two HiveDataObjs to the store.
|
|
file | HiveAlgB.cxx [code] |
|
file | HiveAlgB.h [code] |
| Simple Algorithm that writes a single HiveDataObj to the store. It will also accumulate some data on a per-slot basis using a ContextSpecificData<int>
|
|
file | HiveAlgBase.cxx [code] |
|
file | HiveAlgBase.h [code] |
| Base class for AthExHive example Algs to provide functionality to sleep for a certain amount of time, which is set via a common Property. Alg can be configured to use CPU via CPUCrunchSvc instead of just sleeping if "Crunch" Property is set True.
|
|
file | HiveAlgC.cxx [code] |
|
file | HiveAlgC.h [code] |
| Simple Algorithm that reads a DataHandle created by HiveAlgA, and writes two more.
|
|
file | HiveAlgD.cxx [code] |
|
file | HiveAlgD.h [code] |
| Simple Algorithm that reads one HiveDataObj created by HiveAlgA, and writes out one object.
|
|
file | HiveAlgE.cxx [code] |
|
file | HiveAlgE.h [code] |
| Simple Algorithm that reads a HiveDataObj created by HiveAlgB, and one by HiveAlgC, and writes one more.
|
|
file | HiveAlgF.cxx [code] |
|
file | HiveAlgF.h [code] |
| Simple Algorithm that reads 6 HiveDataObjs created by HiveAlgA, HiveAlgB, HiveAlgC, HiveAlgD, and HiveAlgE.
|
|
file | HiveAlgG.cxx [code] |
|
file | HiveAlgG.h [code] |
| Simple Algorithm that reads a HiveDataObjs created by HiveAlgD and writes another one.
|
|
file | HiveAlgR.cxx [code] |
|
file | HiveAlgR.h [code] |
| Re-entrant Algorithm that reads the EventInfo obj, and writes a HiveDataObjs to the store.
|
|
file | HiveAlgV.cxx [code] |
|
file | HiveAlgV.h [code] |
| Simple Algorithm that reads an array of HiveDataObjs, and then writes an array of them.
|
|
file | HiveExSvc.cxx [code] |
|
file | HiveExSvc.h [code] |
| Simple service that accumulates timings for Algorithms by name.
|
|
file | ThreadInitTool.cxx [code] |
|
file | ThreadInitTool.h [code] |
|