]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONTriggerRecordsBlockStruct.h
AliHLTJET module
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONTriggerRecordsBlockStruct.h
index cd9cc77d0ad9b64e75def8f719fbc7a69430ebf8..601ec28e10562fd6adf46992eae79aa0b49c6787 100644 (file)
@@ -3,14 +3,14 @@
 /* Copyright(c) 1998-2007, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
-/* $Id$ */
+// $Id$
 
 /**
  * @file   AliHLTMUONTriggerRecordsBlockStruct.h
  * @author Artur Szostak <artursz@iafrica.com>
- * @date   
+ * @date   18 May 2007
  * @brief  Definition of internal dimuon HLT trigger record data block structure.
- * 
+ *
  * The structures are defined with C linkage since C generally gives us more
  * binary compatibility between compilers.
  */
@@ -50,7 +50,7 @@ struct AliHLTMUONTriggerRecordStruct
 };
 
 /**
- * AliHLTMUONRecHitsBlockStruct defines the format of the internal
+ * AliHLTMUONTriggerRecordsBlockStruct defines the format of the internal
  * trigger records data block.
  */
 struct AliHLTMUONTriggerRecordsBlockStruct
@@ -58,11 +58,7 @@ struct AliHLTMUONTriggerRecordsBlockStruct
        AliHLTMUONDataBlockHeader fHeader; // Common data block header
 
        // Array of trigger records.
-#ifndef __SUNPRO_CC
-       AliHLTMUONTriggerRecordStruct fTriggerRecord[/*fHeader.fNrecords*/];
-#else
-       AliHLTMUONTriggerRecordStruct fTriggerRecord[1];
-#endif
+       //AliHLTMUONTriggerRecordStruct fTriggerRecord[/*fHeader.fNrecords*/];
 };
 
 } // extern "C"