]> git.uio.no Git - u/mrichter/AliRoot.git/commit
From Pietro: Added AliInputEventHandler::GetUserInfo to get the user info in ESD...
authoragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Nov 2012 10:53:20 +0000 (10:53 +0000)
committeragheata <agheata@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 29 Nov 2012 10:53:20 +0000 (10:53 +0000)
commit4cf1e5f2ffc272e54a248132b3fd65f569694e4d
treed17f6230f5e1c8ca328d6478355f5ac7400983e4
parentdc8931354811b75c95c0d7a997f4ac3b708b630c
From Pietro: Added AliInputEventHandler::GetUserInfo to get the user info in ESD and AOD analysis. Added AliProdInfo class to parse the user info to decode production metadata. To use: in myTask::Notify() one has to get the pointer to the input handler (mgr->GetInputEventHandler() and: AliProdInfo pi(handler->GetUserInfo()), then use the getters to retrieve the metadata
STEER/AOD/AliAODInputHandler.cxx
STEER/CMakelibSTEERBase.pkg
STEER/ESD/AliESDInputHandler.cxx
STEER/STEERBase/AliInputEventHandler.cxx
STEER/STEERBase/AliInputEventHandler.h
STEER/STEERBase/AliProdInfo.cxx [new file with mode: 0644]
STEER/STEERBase/AliProdInfo.h [new file with mode: 0644]
STEER/STEERBase/AliVEventHandler.h
STEER/STEERBaseLinkDef.h