]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Tender wagon providing access to ESD event and CDB. The tender calls an arbitrary...
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Sep 2009 13:21:10 +0000 (13:21 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Sep 2009 13:21:10 +0000 (13:21 +0000)
commit106c7c4e5ba6fcd6c9f7bfd64bfce100dbddb23c
tree633e840aba5fba6bfa46a877080425317a5ba6c1
parenta9c14d466dc4d605c5bdd33856abcadca305833a
Tender wagon providing access to ESD event and CDB. The tender calls an arbitrary number of user algorithms that add or correct information in ESD based on CDB info that was not available during pass1 reconstruction. The base class for user-defined ESD additions and corrections is AliTenderSuppy. This has access to CDB and the current ESD event and has to implement the methods Init() (specific CDB storages, initialization) and ProcessEvent() (algorithm that adds to or modifies the current ESD event.
ANALYSIS/PROOF-INF.TENDER/BUILD.sh [new file with mode: 0755]
ANALYSIS/PROOF-INF.TENDER/SETUP.C [new file with mode: 0644]
ANALYSIS/Tender/AliTender.cxx [new file with mode: 0644]
ANALYSIS/Tender/AliTender.h [new file with mode: 0644]
ANALYSIS/Tender/AliTenderSupply.cxx [new file with mode: 0644]
ANALYSIS/Tender/AliTenderSupply.h [new file with mode: 0644]