ROOT logo
AliRoot » HLT » BASE » AliHLTOUTHandlerChain

class AliHLTOUTHandlerChain: public AliHLTOUTHandler

This file is property of and copyright by the
ALICE Experiment at CERN, All rights reserved.

Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no>
for The ALICE HLT Project.

Permission to use, copy, modify and distribute this software and its
documentation strictly for non-commercial purposes is hereby granted
without fee, provided that the above copyright notice appears in all
copies and that both the copyright notice and this permission notice
appear in the supporting documentation. The authors make no claims
about the suitability of this software for any purpose. It is
provided "as is" without express or implied warranty.

Function Members (Methods)

public:
AliHLTOUTHandlerChain(const char* arguments)
virtual~AliHLTOUTHandlerChain()
static const char*AliHLTLogging::BuildLogString(const char* format, va_list& ap, bool bAppend = false)
intAliHLTLogging::CheckFilter(AliHLTComponentLogSeverity severity) const
intAliHLTLogging::CheckGroup(const char* originClass) const
boolAliHLTOUTHandler::CheckStatus(unsigned int flag) const
static TClass*Class()
virtual intAliHLTOUTHandler::FinishEvent()
static AliHLTComponentLogSeverityAliHLTLogging::GetGlobalLoggingLevel()
const char*AliHLTLogging::GetKeyword() const
static AliHLTComponentLogSeverityAliHLTLogging::GetLocalLoggingDefault()
AliHLTComponentLogSeverityAliHLTLogging::GetLocalLoggingLevel()
virtual void*AliHLTLogging::GetParameter() const
virtual intAliHLTOUTHandler::GetProcessedData(const AliHLTUInt8_t*& pData)
static intAliHLTLogging::Init(AliHLTfctLogging pFun)
static intAliHLTLogging::InitAliLogFunc(AliHLTComponentHandler* pHandler)
static intAliHLTLogging::InitAliLogTrap(AliHLTComponentHandler* pHandler)
virtual TClass*IsA() const
intAliHLTLogging::Logging(AliHLTComponentLogSeverity severity, const char* origin, const char* keyword, const char* message)
virtual intAliHLTLogging::LoggingVarargs(AliHLTComponentLogSeverity severity, const char* originClass, const char* originFunc, const char* file, int line) const
static intAliHLTLogging::Message(void* param, AliHLTComponentLogSeverity severity, const char* origin, const char* keyword, const char* message)
virtual intProcessData(AliHLTOUT* pData)
virtual intAliHLTOUTHandler::ReleaseProcessedData(const AliHLTUInt8_t* pData, int size)
voidAliHLTOUTHandler::ResetState()
intAliHLTLogging::SendMessage(AliHLTComponentLogSeverity severity, const char* originClass, const char* originFunc, const char* file, int line, const char* message) const
static intAliHLTLogging::SetBlackList(const char* classnames)
voidAliHLTLogging::SetDefaultKeyword(const char* keyword)
static voidAliHLTLogging::SetGlobalLoggingLevel(AliHLTComponentLogSeverity level)
const char*AliHLTLogging::SetKeyword(const char* keyword)
static voidAliHLTLogging::SetLocalLoggingDefault(AliHLTComponentLogSeverity level)
virtual voidAliHLTLogging::SetLocalLoggingLevel(AliHLTComponentLogSeverity level)
static const char*AliHLTLogging::SetLogString(const void* p, const char* pfmt, const char* format)
static intAliHLTLogging::SetWhiteList(const char* classnames)
virtual voidShowMembers(TMemberInspector&)
virtual voidStreamer(TBuffer&)
voidStreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b)
voidAliHLTLogging::SwitchAliLog(int sw)
protected:
voidAliHLTOUTHandler::ClearStatusFlag(unsigned int flag)
virtual intCreateConfigurations(AliHLTConfigurationHandler* handler)
voidAliHLTOUTHandler::SetStatusFlag(unsigned int flag)

Data Members

public:
enum AliHLTOUTHandler::[unnamed] { kHandlerUndefined
kHandlerOK
kHandlerError
};
public:
static ostringstreamAliHLTLogging::fgLogstr! transient
protected:
static void*AliHLTLogging::fgAliLoggingFunc! transient
private:
TStringfChains! transient
TStringfOptions! transient
boolfbHaveOutput!transient
AliHLTSystem*fpSystem!transient

Class Charts

Inheritance Chart:
AliHLTLogging
AliHLTOUTHandler
AliHLTOUTHandlerChain

Function documentation

AliHLTOUTHandlerChain(const char* arguments)
 The handler implements the kChain processing of HLTOUT data.
 The ids of the chains to be run during processing are provided
 as parameter to the constructor. The AliHLTModuleAgent
 can just create a new instance and specify the chains in order
 to define the HLTOUT handling of type kChain for a certain data
 block. The same instance can be returned for multiple data blocks.
 The handler will run once on all data blocks.
~AliHLTOUTHandlerChain()
 destructor
int ProcessData(AliHLTOUT* pData)
 data processing function
int CreateConfigurations(AliHLTConfigurationHandler* handler)
default implementation, nothing to do
int InitSystem()
 initialize the AliHLTSystem instance
AliHLTOUTHandlerChain(const char* arguments)
 constructor 
AliHLTOUTHandlerChain()
 standard constructor prohibited 
AliHLTOUTHandlerChain& operator=(const AliHLTOUTHandlerChain& )
 assignment operator prohibited