]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONPairsDecisionBlockStruct.h
Updates and bug fixes for the full tracker and hit reconstructor. (Indra)
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONPairsDecisionBlockStruct.h
index e1b8211361efa3a754fc9a0df873a3925097bb03..f3f9dad84594421e5c866487e9ecf43ce92b6f32 100644 (file)
@@ -3,15 +3,14 @@
 /* Copyright(c) 1998-2007, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Id$ */
+// $Id$
 
 /**
  * @file   AliHLTMUONPairsDecisionBlockStruct.h
  * @author Artur Szostak <artursz@iafrica.com>
- * @date   
- * @brief  Definition of internal dimuon HLT trigger decision data structure
- *         containing decision information for pairs of tracks.
- * 
+ * @date   21 May 2007
+ * @brief  Definition of internal dimuon HLT trigger decision data structure containing decision information for pairs of tracks.
+ *
  * The structures are defined with C linkage since C generally gives us more
  * binary compatibility between compilers.
  */
@@ -86,16 +85,12 @@ struct AliHLTMUONPairsDecisionBlockStruct
        // pt > low pt cut and unlike sign.
        AliHLTUInt32_t fNmassLow;
        
-       // Number of pairs that have invariant mass > low mass cut,
+       // Number of pairs that have invariant mass > high mass cut,
        // pt > high pt cut and unlike sign.
        AliHLTUInt32_t fNmassHigh;
 
        // Array of decisions for track pairs.
-#ifndef __SUNPRO_CC
-       AliHLTMUONPairDecisionStruct fDecision[/*fHeader.fNrecords*/];
-#else
-       AliHLTMUONPairDecisionStruct fDecision[1];
-#endif
+       //AliHLTMUONPairDecisionStruct fDecision[/*fHeader.fNrecords*/];
 };
 
 } // extern "C"