]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- fixing compilation errors
authorodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Nov 2009 02:02:51 +0000 (02:02 +0000)
committerodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Nov 2009 02:02:51 +0000 (02:02 +0000)
HLT/PHOS/AliHLTPHOSDigitMaker.cxx
HLT/PHOS/AliHLTPHOSDigitMaker.h
HLT/PHOS/AliHLTPHOSMapper.h
HLT/PHOS/AliHLTPHOSRecPointDataStruct.h

index d39fd4eed6da3271c3fd800579326b17aaa62237..33b974baa90cb9e5e99a9714c6687db8e9a8ec6d 100644 (file)
@@ -1,4 +1,4 @@
-3// $Id$
+// $Id$
 
 /**************************************************************************
  * This file is property of and copyright by the ALICE HLT Project        * 
index 7a0a3c58a498a7e1eaa0e66d17b917aeabc40ee7..22b5b34f9c232c669e93c59a7206a867138bbef0 100644 (file)
@@ -112,7 +112,7 @@ public:
    * @param channelDataHeader is the data header from the AliHLTPHOSRawAnalyzer
    * @return the number of digits found
    */
-  Int_t MakeDigits(AliHLTPHOSChannelDataHeaderStruct* channelDataHeader, AliHLTUInt32_t availableSize)
+  Int_t MakeDigits(AliHLTPHOSChannelDataHeaderStruct* channelDataHeader, AliHLTUInt32_t availableSize);
 
 
   /**
index 30a837287e7345a5c007e29a596b040f336d9d1f..a79937281eba4c82a77d7b12e79c3234ec684d86 100644 (file)
@@ -48,7 +48,7 @@ class AliHLTPHOSMapper : public AliHLTLogging
   static void GetChannelCoord(const UShort_t channelId, UShort_t* channelCoord);
   static void ChannelId2Coordinate(const UShort_t channelId, AliHLTPHOSCoordinate &channelCoord );
   static void GetLocalCoord(const UShort_t channelId, Float_t* localCoord);
-  static int GetDDLFromSpec(Int_t specification);
+  int GetDDLFromSpec(Int_t specification);
   int GetModuleFromSpec(Int_t specification);
 
   struct fAltromap{ 
index 9bcb481b4ca316456044a4a0db76c8ae2e58a2d4..7fcf9e29250ae64262094421141a4dcee0e885c8 100644 (file)
@@ -1,4 +1,4 @@
-\//-*- Mode: C++ -*-
+//-*- Mode: C++ -*-
 // $Id$