]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changing data type for ID. Used wrong data type.
authorszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 19 May 2007 18:46:45 +0000 (18:46 +0000)
committerszostak <szostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 19 May 2007 18:46:45 +0000 (18:46 +0000)
HLT/MUON/AliHLTMUONChannelsBlockStruct.h
HLT/MUON/AliHLTMUONClustersBlockStruct.h
HLT/MUON/AliHLTMUONTriggerRecordsBlockStruct.h

index 3777daa68b803853801b031226fc94ad589b0ef5..d0abd7ba371271183e63f147725b8597253a284b 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ALIHLTMUONRECHITSDEBUGBLOCKSTRUCT_H
-#define ALIHLTMUONRECHITSDEBUGBLOCKSTRUCT_H
+#ifndef ALIHLTMUONCHANNELSBLOCKSTRUCT_H
+#define ALIHLTMUONCHANNELSBLOCKSTRUCT_H
 /* Copyright(c) 1998-2007, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -29,8 +29,8 @@ extern "C"
  */
 struct AliHLTMUONChannelStruct
 {
-       AliHLTUInt32_t fClusterId;   // ID corresponding to the cluster this
-                                    // channel is part of.
+       AliHLTInt32_t fClusterId;   // ID corresponding to the cluster this
+                                   // channel is part of. -1 == invalid.
 
        AliHLTUInt16_t fManu;        // The MANU address on electronics.
        AliHLTUInt16_t fChannelAddress; // The channel address on electronics.
@@ -46,7 +46,7 @@ struct AliHLTMUONChannelsBlockStruct
 {
        AliHLTMUONDataBlockHeader fHeader; // Common data block header
 
-       // Array of trigger records.
+       // Array of cluster channels/pads.
        AliHLTMUONChannelStruct fChannel[/*fHeader.fNrecords*/];
 };
 
@@ -105,4 +105,4 @@ inline bool operator != (
        return not operator == (a, b);
 }
 
-#endif // ALIHLTMUONRECHITSDEBUGBLOCKSTRUCT_H
+#endif // ALIHLTMUONCHANNELSBLOCKSTRUCT_H
index 545bf672e999c58bdea5aa20b9c19b1d3494499c..da757bf28beeb950d5eddb78fe52622032a40422 100644 (file)
@@ -29,8 +29,8 @@ extern "C"
  */
 struct AliHLTMUONClusterStruct
 {
-       AliHLTUInt32_t fId; // Unique ID for the cluster. It must be at
-                           // least unique for any given event.
+       AliHLTInt32_t fId; // Unique ID for the cluster. It must be at
+                          // least unique for any given event. -1 == invalid.
 
        AliHLTMUONRecHitStruct fHit; // Corresponding reconstructed hit.
 
index e897021fdc49511657eea540b7be17c1a0189fca..2f927b498b2ac78ee629d70fef2f12bd12d0c6d7 100644 (file)
@@ -26,8 +26,8 @@ extern "C"
  */
 struct AliHLTMUONTriggerRecordStruct
 {
-       AliHLTUInt32_t fId; // Each trigger record should have an ID number unique
-                           // for a given event.
+       AliHLTInt32_t fId; // Each trigger record should have an ID number unique
+                          // for a given event. -1 == invalid.
 
        // The flags word constains the following bit fields (bit 31 is most
        // significant):