]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- abandon TPCLib backward compatibility check for AliRoot releases < v4-03
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 Dec 2007 20:53:02 +0000 (20:53 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 13 Dec 2007 20:53:02 +0000 (20:53 +0000)
  and get rid of compilation switches
- minor fixes in doxygen documentation

16 files changed:
HLT/BASE/AliHLTCalibrationProcessor.h
HLT/BASE/AliHLTDataBuffer.h
HLT/TPCLib/AliHLTTPCCalibPedestalComponent.cxx
HLT/TPCLib/AliHLTTPCCalibPulserComponent.cxx
HLT/TPCLib/AliHLTTPCClusterFinderComponent.cxx
HLT/TPCLib/AliHLTTPCDigitDumpComponent.cxx
HLT/TPCLib/AliHLTTPCDigitDumpComponent.h
HLT/TPCLib/AliHLTTPCDigitReaderPacked.cxx
HLT/TPCLib/AliHLTTPCDigitReaderPacked.h
HLT/TPCLib/AliHLTTPCDigitReaderUnpacked.h
HLT/TPCLib/AliHLTTPCEsdWriterComponent.h
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplay.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplay.h
HLT/TPCLib/tracking-ca/AliHLTTPCCATrackPar.cxx
HLT/configure.ac
HLT/rec/AliHLTPreprocessor.cxx

index f7e3211c88e8828b53643e4d9b9ceb65f7818387..6a1fa60c4140e141c45194ac8f35da31e75b6b40 100644 (file)
@@ -60,8 +60,8 @@ class AliHLTCalibrationProcessor : public AliHLTProcessor {
    * @param pDetector   4 byte Detector identifier
    * @param pFileID     name of the file to which the data shall be stored
    * @param pDDLList    pointer to ReadoutList ( struct @ref AliHLTEventDDL) of
-   *                    participating DDLs. Have to be set with @ref EnableDLLBit(), 
-   *                    or unset with @ref DisableDLLBit
+   *                    participating DDLs. Have to be set or unset with @ref
+   *                    AliHLTComponent::EnableDDLBit() and @ref AliHLTComponent::DisableDDLBit()
    *                   Will be filled automatically if not supplied by the component.
    * @return neg. error code if failed 
    */
@@ -74,8 +74,8 @@ class AliHLTCalibrationProcessor : public AliHLTProcessor {
    * @param pDetector   4 byte Detector identifier
    * @param pFileID     name of the file to which the data shall be stored
    * @param pDDLList    pointer to ReadoutList ( struct @ref AliHLTEventDDL) of
-   *                    participating DDLs. Have to be set with @ref EnableDLLBit(), 
-   *                    or unset with @ref DisableDLLBit. 
+   *                    participating DDLs. Have to be set or unset with @ref
+   *                    AliHLTComponent::EnableDDLBit() and @ref AliHLTComponent::DisableDDLBit().
    *                   Will be filled automatically if not supplied by the component.
    * @return neg. error code if failed 
    */
index 7f291e096e31a28503af8beaa69a135aff2ef8cc..e7823c4c1d6243f57892586b5a8535d41dd772d5 100644 (file)
@@ -97,8 +97,7 @@ class AliHLTDataBuffer : public TObject, public AliHLTLogging
    * would have been prepared if there was enough space in the array<br>
    * The method is used by the consumer component.
    * @param pConsumer       the component which subscribes to the buffer
-   * @param arrayBlockDesc  pointer to block descriptor to be filled
-   * @param iArraySize      size of the block descriptor array
+   * @param blockDescList   block descriptor vector to be filled
    * @return: number of matching data blocks, neg. error code if failed<br>
    *          -EACCESS      the consumer state can't be changed (activated)
    *          -EBADF        unresolved data segments <br>
index 1a8ac031328985dcba1ab119e192a7338bc27c60..1fb82d220bd9eb14da268be7e2d646e18e06c190 100755 (executable)
@@ -169,12 +169,7 @@ Int_t AliHLTTPCCalibPedestalComponent::InitCalibration() {
   if (fRawReader)
     return EINPROGRESS;
 
-#if defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H) 
   fRawReader = new AliRawReaderMemory();
-#else
-  HLTFatal("AliRawReader  not available - check your build");
-  return -ENODEV;
-#endif
 
   return 0;
 }
index 961216264b00e5512cdfe8512453e0418bdf873b..4d03c4594dcbdfff57c03d08b397fe593f653ec6 100644 (file)
@@ -172,12 +172,7 @@ Int_t AliHLTTPCCalibPulserComponent::InitCalibration() {
   if (fRawReader)
     return EINPROGRESS;
 
-#if defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H) 
   fRawReader = new AliRawReaderMemory();
-#else
-  HLTFatal("AliRawReader  not available - check your build");
-  return -ENODEV;
-#endif
 
   return 0;
 #else // HAVE_NOT_ALITPCCALIBPULSER
index b23c9a03e079cbb35f65da3c43801e2a99672a5c..f3a3e179e853caa4939ae2fa2bac04e133ed040e 100644 (file)
@@ -273,7 +273,6 @@ int AliHLTTPCClusterFinderComponent::DoInit( int argc, const char** argv )
 
   if (fPackedSwitch) { 
     if (rawreadermode == -2) {
-#if defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
       HLTDebug("using AliHLTTPCDigitReaderPacked");
       fReader = new AliHLTTPCDigitReaderPacked();
       if(oldRCUFormat==1){
@@ -286,10 +285,6 @@ int AliHLTTPCClusterFinderComponent::DoInit( int argc, const char** argv )
        fReader->SetUnsorted(kTRUE);
       }
       fClusterFinder->SetReader(fReader);
-#else // ! defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
-      HLTFatal("DigitReaderPacked not available - check your build");
-      return -ENODEV;
-#endif //  defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
     } else {
 #if defined(HAVE_TPC_MAPPING)
       HLTDebug("using AliHLTTPCDigitReaderRaw mode %d", rawreadermode);
index 070627f85f0ba5aae46e4ff282b3f8797aa18107..d4cfc72b69c4eea6614d197e89146d2b7d3708a8 100644 (file)
@@ -187,11 +187,7 @@ int AliHLTTPCDigitDumpComponent::DumpEvent( const AliHLTComponentEventData& evtD
          break;
        case kDigitReaderPacked:
          HLTInfo("create DigitReaderPacked");
-#if defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
          pReader=new AliHLTTPCDigitReaderPacked; 
-#else // ! defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
-         HLTFatal("DigitReaderPacked not available - check your build");
-#endif //  defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
          break;
        case kDigitReaderRaw:
          HLTInfo("create DigitReaderRaw");
@@ -203,7 +199,6 @@ int AliHLTTPCDigitDumpComponent::DumpEvent( const AliHLTComponentEventData& evtD
          iResult=-EFAULT;
          break;
        }
-       pReader->SetUnsorted(kTRUE);
        iResult=pReader->InitBlock(pDesc->fPtr,pDesc->fSize,firstRow,lastRow,part,slice);
 
        int iPrintedRow=-1;
index b651dd2bc6d1ccd012582bb3281eff99258aa94b..7f25fe2ed9ce9457f5d4dad814fc65df810f7771 100644 (file)
@@ -37,7 +37,7 @@
  * Optional arguments: <br>
  * <!-- NOTE: ignore the \li. <i> and </i>: it's just doxygen formating -->
  * \li -rawreadermode  <i> mode   </i> <br>
- *      data mode of the AliHLTTPCDigitReaderRaw</i
+ *      data mode of the <b>AliHLTTPCDigitReaderRaw</b
  * \li -digitreader    <i> reader   </i> <br>
  *      type of the digit reader: <i>unpacked, packed, raw</i> 
  *
index 67cbc984a70c83ff47d808b2b01a7ca656f94026..ae118cc57bb19c01271e1ce2ec668572508cefb6 100644 (file)
@@ -1,22 +1,22 @@
 // $Id$
 
-/**************************************************************************
- * This file is property of and copyright by the ALICE HLT Project        * 
- * ALICE Experiment at CERN, All rights reserved.                         *
- *                                                                        *
- * Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no>        *
- *                  Timm Steinbeck <timm@kip.uni-heidelberg.de>           *
- *                  Jochen Thaeder <thaeder@kip.uni-heidelberg.de>        *
- *                  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.                  *
- **************************************************************************/
+//*************************************************************************
+// This file is property of and copyright by the ALICE HLT Project        * 
+// ALICE Experiment at CERN, All rights reserved.                         *
+//                                                                        *
+// Primary Authors: Matthias Richter <Matthias.Richter@ift.uib.no>        *
+//                  Timm Steinbeck <timm@kip.uni-heidelberg.de>           *
+//                  Jochen Thaeder <thaeder@kip.uni-heidelberg.de>        *
+//                  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.                  *
+//*************************************************************************/
 
 /** @file   AliHLTTPCDigitReaderPacked.cxx
     @author Timm Steinbeck, Jochen Thaeder, Matthias Richter, Kenneth Aamodt
@@ -41,7 +41,6 @@ using namespace std;
 
 ClassImp(AliHLTTPCDigitReaderPacked)
 
-#if defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
 AliHLTTPCDigitReaderPacked::AliHLTTPCDigitReaderPacked()
   :
   //#if ENABLE_PAD_SORTING
@@ -100,7 +99,8 @@ AliHLTTPCDigitReaderPacked::~AliHLTTPCDigitReaderPacked(){
   //#endif // ENABLE_PAD_SORTING
 }
 
-Int_t AliHLTTPCDigitReaderPacked::InitBlock(void* ptr,unsigned long size, Int_t patch, Int_t slice){
+Int_t AliHLTTPCDigitReaderPacked::InitBlock(void* ptr,ULong_t size, Int_t patch, Int_t slice)
+{
 
   fRawMemoryReader->SetMemory( reinterpret_cast<UChar_t*>( ptr ), size );
 
@@ -269,4 +269,3 @@ Int_t AliHLTTPCDigitReaderPacked::GetTime(){
     return fTPCRawStream->GetTime();
   }
 }
-#endif //defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
index d659b7ca7ab2bf0d530a9d2d347d91fbdf008897..4b9e846bd8c5ae77113929c331d57f1123223c02 100644 (file)
@@ -4,8 +4,9 @@
 #ifndef ALIHLTTPCDIGITREADERPACKED_H
 #define ALIHLTTPCDIGITREADERPACKED_H
 
-/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
- * See cxx source for full Copyright notice                               */
+//* This file is property of and copyright by the ALICE HLT Project        * 
+//* ALICE Experiment at CERN, All rights reserved.                         *
+//* See cxx source for full Copyright notice                               *
 
 /** @file   AliHLTTPCDigitReaderPacked.h
     @author Timm Steinbeck, Jochen Thaeder, Matthias Richter, Kenneth Aamodt
 
 #include "AliHLTTPCDigitReader.h"
 
-#if defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
-
 class AliRawReaderMemory;
-
 class AliTPCRawStream;
 
 /**
@@ -28,7 +26,7 @@ class AliTPCRawStream;
  * A digit reader implementation for simulated, packed TPC 'raw' data.
  * Includes reordering of the pads by default, sorting (and time and
  * memory consuming intermediate storing of the data) can be disabled
- * by @ref SetUnsorted(kTRUE).
+ * by @ref SetUnsorted() with argument <b>kTRUE</b>.
  * @ingroup alihlt_tpc
  */
 class AliHLTTPCDigitReaderPacked : public AliHLTTPCDigitReader{
@@ -41,7 +39,7 @@ public:
   /**
    * Init the reader with a data block.
    * The function fetches the first and last row for the readout partition
-   * from @ref AliHLTTransform.
+   * from @ref AliHLTTPCTransform.
    * @param ptr     pointer to data buffer
    * @param size    size of the data buffer
    * @param patch   patch (readout partition) number within the slice
@@ -91,17 +89,4 @@ private:
        
 };
 
-#else
-// add a dummy class to make CINT happy
-class AliHLTTPCDigitReaderPacked : public AliHLTLogging{
-public:
-  AliHLTTPCDigitReaderPacked()
-  {
-    HLTFatal("AliHLTTPCDigitReaderPacked not build");
-  }
-
-  ClassDef(AliHLTTPCDigitReaderPacked, 0)
-};
-#endif //defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
-
 #endif
index cb73eb0f17bcc604afa581cb10eb5eae1c74ba11..f71824131d16532a6a5d696e430e75dbb2af3de7 100644 (file)
@@ -19,7 +19,7 @@
 class AliHLTTPCDigitRowData;
 
 /**
- * @class AliHLTTPCDigitReaderPacked
+ * @class AliHLTTPCDigitReaderUnpacked
  * A digit reader implementation for unpacked TPC data.
  * @ingroup alihlt_tpc
  */
index d7f4f9751a8462a9b53d8ffcd0dde37ff25d3ceb..540036d7470385c8b62abf92826dbec31fcbec26 100644 (file)
@@ -216,8 +216,8 @@ class AliHLTTPCEsdWriterComponent : public AliHLTLogging
    * @param pESD     ESD to be filled
    * @param blocks   data block descriptor array
    * @param nBlocks  size of the array
-   * @param pMinSize [OUT] receives the minimum slice no
-   * @param pMaxSize [OUT] receives the maximum slice no
+   * @param pMinSlice [OUT] receives the minimum slice no
+   * @param pMaxSlice [OUT] receives the maximum slice no
    * @return neg. error code if failed
    */
   int ProcessBlocks(TTree* pTree, AliESDEvent* pESD, const AliHLTComponentBlockData* blocks,
index 6313a63104dfee362186c717afdb887859f50afd..ab169c663726e03388330f5904983a453b80f8fa 100644 (file)
@@ -1,17 +1,28 @@
 // @(#) $Id$
 // Original: AliHLTDisplay.cxx,v 1.26 2005/06/14 10:55:21 cvetan 
 
-/**
-<pre>
-//_____________________________________________________________
-// AliHLTTPCDisplay
-//
-// Display class for the HLT TPC events.
-</pre>
+//*************************************************************************
+// This file is property of and copyright by the ALICE HLT Project        * 
+// ALICE Experiment at CERN, All rights reserved.                         *
+//                                                                        *
+// Primary Authors: Jochen Thaeder <mailto:thaeder@kip.uni-heidelberg.de> *
+//                  Anders Vestbo                                         *
+//                  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.                  *
+//*************************************************************************/
+
+/** @file   AliHLTTPCDisplay.cxx
+    @author Jochen Thaeder, Anders Vestbo
+    @date   
+    @brief  Display class for the HLT TPC events.
 */
-// Author: Jochen Thaeder <mailto:thaeder@kip.uni-heidelberg.de>
-//         Anders Vestbo <mailto:vestbo@fi.uib.no>      
-//*-- Copyright &copy ALICE HLT Group 
 
 #define TRACKHELIX 0
 #define TRACKPOLYMARKER 0
@@ -391,7 +402,6 @@ void AliHLTTPCDisplay::SetupHist(){
 
 // ####################################################################################################
 void AliHLTTPCDisplay::FillPadRow(Int_t patch, ULong_t dataBlock, ULong_t dataLen){
-#if defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
     AliHLTTPCDigitReader* digitReader = new AliHLTTPCDigitReaderPacked();
     bool readValue = true;
     Int_t rowOffset = 0;
@@ -537,9 +547,6 @@ void AliHLTTPCDisplay::FillPadRow(Int_t patch, ULong_t dataBlock, ULong_t dataLe
            fHistrawcl->Fill(xyz[1],xyz[2]);
        }
     }
-#else //! if defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
-    HLTFatal("DigitReaderPacked not available - check your build");
-#endif //defined(HAVE_ALIRAWDATA) && defined(HAVE_ALITPCRAWSTREAM_H)
 }
 
 // #############################################################################
index ec0189c849208e5be80c58721f4572d2960530c7..66da6053eeff99b99a795a5a6c8b55995f5521cc 100644 (file)
@@ -2,21 +2,19 @@
 // @(#) $Id$
 // Original: AliHLTDisplay.h,v 1.14 2004/06/30 08:30:14 loizides 
 
+//* This file is property of and copyright by the ALICE HLT Project        * 
+//* ALICE Experiment at CERN, All rights reserved.                         *
+//* See cxx source for full Copyright notice                               *
+
+/** @file   AliHLTTPCDisplay.h
+    @author Jochen Thaeder, Anders Vestbo
+    @date   
+    @brief  Display class for the HLT TPC events.
+*/
+
 #ifndef ALIHLTTPCDISPLAY_H
 #define ALIHLTTPCDISPLAY_H
 
-/** \class AliHLTTPCDisplay
-<pre>
-//_____________________________________________________________
-// AliHLTTPCDisplay
-//
-// Display class for the HLT TPC events.
-</pre>
-*/
-// Author: Jochen Thaeder <mailto:thaeder@kip.uni-heidelberg.de>
-//         Anders Vestbo <mailto:vestbo@fi.uib.no>
-//*-- Copyright &copy ALICE HLT Group 
-
 #include <TGeometry.h>
 #include <TObject.h>
 #include <TCanvas.h>
index 8f5c621e3f3e9ffec33ef894a0fc1cfd5e59a84c..216d42d1b7cd374c1ebbb6fdd347e1b1bb9ac33a 100644 (file)
@@ -208,7 +208,7 @@ void AliHLTTPCCATrackPar::GetConnectionMatrix( Double_t B, const Double_t p[3],
 }
 
 
-void AliHLTTPCCATrackPar::Filter( const Double_t m[], const Double_t V[], const Double_t V1[6] )
+void AliHLTTPCCATrackPar::Filter( const Double_t m[3], const Double_t V[6], const Double_t V1[6] )
 {
   //* !
   Double_t 
index 8a1786f5a2e26cbc05d200a735fbba2436cf6f2e..48bb81b1806bbf1477e568b1aeb45f4c622ea36e 100644 (file)
@@ -178,7 +178,6 @@ if test ! "x$have_aliroot" = "xno" ; then
         CHECKLIB=RAWDatarec
         AC_CHECK_LIB([$CHECKLIB],[_init],
                [ALIROOT_LIBS="$ALIROOT_LIBS -l$CHECKLIB"
-               AC_DEFINE(HAVE_ALIRAWDATA)
                have_alirawdata=$CHECKLIB])],
        [# second pass with -RAWData
         CHECKLIB="-lRAWData"
@@ -191,8 +190,7 @@ if test ! "x$have_aliroot" = "xno" ; then
                                       AliRawReaderFile freader;
                                       AliRawReaderDate dreader(NULL,0);
                                       AliRawReaderRoot rreader(NULL,0);])],
-                                     [AC_DEFINE(HAVE_ALIRAWDATA)
-                                      ALIROOT_LIBS="$ALIROOT_LIBS $CHECKLIB"
+                                     [ALIROOT_LIBS="$ALIROOT_LIBS $CHECKLIB"
                                       have_alirawdata=$CHECKLIB], 
                                      [have_alirawdata=no])
        ]) dnl AC_CHECK_LIB RAWDatabase
@@ -245,7 +243,7 @@ if test ! "x$have_aliroot" = "xno" ; then
     # the HLTTPCLib needs to link agains TPCbase and TPCrec
     # TPC library for AliTPCParam and AliSimDigits used in 
     # AliHLTTPCFileHandler.h and AliHLTTPCDisplay.cxx
-    # fram May 07 TPCbase depends on libGui.so
+    # from May 07 TPCbase depends on libGui.so
     CPPFLAGS="$save_CPPFLAGS $ALIROOT_CPPFLAGS -I${ALICE_ROOT}/TPC"
     have_alitpc=yes
     AC_MSG_CHECKING(for required classes in TPC libraries)
@@ -292,15 +290,6 @@ if test ! "x$have_aliroot" = "xno" ; then
   AC_MSG_CHECKING([for TPC mapping layout])
   AC_MSG_RESULT([$have_tpc_mapping])
 
-  if test ! "x$have_alirawdata" = "xno" ; then
-    # check for header files needed by the TPCLib/AliHLTTPCDigitReaderPacket
-    # the header file has been moved to the TPC module
-    CPPFLAGS="$save_CPPFLAGS $ALIROOT_CPPFLAGS  -I${ALICE_ROOT}/TPC"
-    # AliRawReaderMemory.h AliRawReaderFile.h already checked
-    #AC_CHECK_HEADERS([AliRawReaderMemory.h AliRawReaderFile.h AliTPCRawStream.h])
-    AC_CHECK_HEADERS([AliTPCRawStream.h])
-  fi
-
   dnl
   dnl Check for the interface of AliExternalTrackParam which has been changed
   dnl in revision 1.17 of AliExternalTrackParam.h (AliRoot version v4-05-04
@@ -508,7 +497,8 @@ dnl ------------------------------------------------------------------
 AH_TEMPLATE([HLT_TPC],[hlt tpc library])
 
 CHECK_HLTMODULE([tpc],
-               [], [],
+               [AliTPCRawStream.h], 
+               [$ALIROOT_CPPFLAGS -I$ALICE_ROOT/TPC],
                [], [-L$ROOTLIBDIR], [$ROOTLIBS $ADD_ROOTLIBS],
                [], [-L$ROOTLIBDIR $ALIROOT_LDFLAGS], 
                [$ROOTLIBS $ADD_ROOTLIBS $ALIROOT_LIBS])
index 85011671cc2c0a92c8fd354df00772ffc7ea5b39..5fdc08f7b7b0bd33c5c91afdf64f23ee164c14ce 100644 (file)
 
 ClassImp(AliHLTPreprocessor)
 
-const Int_t AliHLTPreprocessor::fgkHuffmanTablesNum = 6;
-
-const char* AliHLTPreprocessor::fgkHLTPreproc = "HLT";
-
-const char* AliHLTPreprocessor::fgkHuffmanFileBase = "huffmanData_";
-
-const char* AliHLTPreprocessor::fgkHuffmanFileDetector = "TPC_";       // at the moment only one
-
-const char* AliHLTPreprocessor::fgkTempHistoFileName = "HLTTemperatureHistograms.root";
-
 AliHLTPreprocessor::AliHLTPreprocessor(AliShuttleInterface* shuttle) 
   :
   AliPreprocessor(fgkHLTPreproc, shuttle),
@@ -70,6 +60,15 @@ AliHLTPreprocessor::AliHLTPreprocessor(AliShuttleInterface* shuttle)
 // visit http://web.ift.uib.no/~kjeks/doc/alice-hlt
 }
 
+const Int_t AliHLTPreprocessor::fgkHuffmanTablesNum = 6;
+
+const char* AliHLTPreprocessor::fgkHLTPreproc = "HLT";
+
+const char* AliHLTPreprocessor::fgkHuffmanFileBase = "huffmanData_";
+
+const char* AliHLTPreprocessor::fgkHuffmanFileDetector = "TPC_";       // at the moment only one
+
+const char* AliHLTPreprocessor::fgkTempHistoFileName = "HLTTemperatureHistograms.root";
 
 AliHLTPreprocessor::~AliHLTPreprocessor() {
 // see header file for function documentation