]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONTriggerRecordsBlockStruct.h
Adding functionality to generate AliESDEvent objects from dHLT raw data during offlin...
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONTriggerRecordsBlockStruct.h
index e897021fdc49511657eea540b7be17c1a0189fca..ee1a019c3033c842f0757faba8788b2aff645ac6 100644 (file)
@@ -21,13 +21,13 @@ extern "C"
 {
 
 /**
- * Trigger record structures containing information decodes from the dimuon
- * hardware trigger electronics.
+ * Trigger record structures containing information decoded from the dimuon
+ * spectrometer's hardware trigger electronics.
  */
 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):
@@ -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,7 +58,7 @@ struct AliHLTMUONTriggerRecordsBlockStruct
        AliHLTMUONDataBlockHeader fHeader; // Common data block header
 
        // Array of trigger records.
-       AliHLTMUONTriggerRecordStruct fTriggerRecord[/*fHeader.fNrecords*/];
+       //AliHLTMUONTriggerRecordStruct fTriggerRecord[/*fHeader.fNrecords*/];
 };
 
 } // extern "C"