From 005dda68bd26b88339b6953e6b24c6cc167b879a Mon Sep 17 00:00:00 2001 From: phille Date: Mon, 15 Oct 2007 15:44:12 +0000 Subject: [PATCH] New definitions --- HLT/PHOS/AliHLTPHOSDefinitions.cxx | 8 +++++++- HLT/PHOS/AliHLTPHOSDefinitions.h | 6 ++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/HLT/PHOS/AliHLTPHOSDefinitions.cxx b/HLT/PHOS/AliHLTPHOSDefinitions.cxx index b3d35e0230c..abd9f2d882d 100644 --- a/HLT/PHOS/AliHLTPHOSDefinitions.cxx +++ b/HLT/PHOS/AliHLTPHOSDefinitions.cxx @@ -5,7 +5,7 @@ * Copyright(c) 2006, ALICE Experiment at CERN, All rights reserved. * * * * Authors: Per Thomas Hille , * - * Øystein Djuvsland after * + * �ystein Djuvsland after * * Matthias Richter * * Timm Steinbeck * * for the ALICE Offline Project. * @@ -42,3 +42,9 @@ const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkCellChannelDataDataType const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkAliHLTClusterDataType = { sizeof(AliHLTComponentDataType), {'C','L','U','S','T','R','T','Y'},{'P','H','O','S'}};; const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkAliHLTHistDataType = { sizeof(AliHLTComponentDataType), {'H','I','S','T','T','Y','P','E'},{'P','H','O','S'}};; const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkAliHLTSpectrumDataType = { sizeof(AliHLTComponentDataType), {'S','P','E','C','T','Y','P','E'},{'P','H','O','S'}};; +const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkAliHLTRootTreeDataType = { sizeof(AliHLTComponentDataType), {'R','T','R','E','T','Y','P','E'},{'P','H','O','S'}};; +const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkAliHLTBaselineDataType = { sizeof(AliHLTComponentDataType), {'B','A','S','L','T','Y','P','E'},{'P','H','O','S'}};; +const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkAliHLTDigitDataType = { sizeof(AliHLTComponentDataType), {'D','I','G','T','Y','P','E'},{'P','H','O','S'}};; +const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkAliHLTNoiseMapDataType = { sizeof(AliHLTComponentDataType), {'N','O','M','T','Y','P','E'},{'P','H','O','S'}};; +const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkAliHLTMIPDataType = { sizeof(AliHLTComponentDataType), {'M','I','P','T','Y','P','E'},{'P','H','O','S'}};; +const AliHLTComponentDataType AliHLTPHOSDefinitions::fgkAliHLTSandboxDataType = { sizeof(AliHLTComponentDataType), {'S','B','X','T','Y','P','E'},{'P','H','O','S'}};; diff --git a/HLT/PHOS/AliHLTPHOSDefinitions.h b/HLT/PHOS/AliHLTPHOSDefinitions.h index c41894517d3..01592afd1aa 100644 --- a/HLT/PHOS/AliHLTPHOSDefinitions.h +++ b/HLT/PHOS/AliHLTPHOSDefinitions.h @@ -24,6 +24,12 @@ public: static const AliHLTComponentDataType fgkAliHLTClusterDataType; //Cluster data type static const AliHLTComponentDataType fgkAliHLTHistDataType; //hist data type static const AliHLTComponentDataType fgkAliHLTSpectrumDataType; //spectrum data type + static const AliHLTComponentDataType fgkAliHLTDigitDataType; //Digit data type + static const AliHLTComponentDataType fgkAliHLTRootTreeDataType; //Root tree type + static const AliHLTComponentDataType fgkAliHLTBaselineDataType; //Baseline type + static const AliHLTComponentDataType fgkAliHLTMIPDataType; //"MIP" data type + static const AliHLTComponentDataType fgkAliHLTNoiseMapDataType; //Noise map data type + static const AliHLTComponentDataType fgkAliHLTSandboxDataType; //General data type }; #endif -- 2.43.0