]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONDataTypes.h
Moving the generation of the LUTs to the component class and adding default loading...
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONDataTypes.h
index 260be869bb79176d02733036d66c1d1e05563672..387332ca28d22fc6ce1478ebc1b66cb8a9a244a6 100644 (file)
@@ -72,6 +72,17 @@ struct AliHLTMUONTriggerRecoLutRow
        AliHLTFloat32_t fZ;  // Global Z coordinate of channel.
 };
 
+/**
+ * The lookup table structure for the AliHLTMUONTriggerReconstructor component.
+ * The LUT is used for translating from channel addresses to geometrical positions
+ * and other relevant information of the strips in the trigger chambers.
+ */
+struct AliHLTMUONTriggerRecoLookupTable
+{
+       // [regional header index][local board ID][chamber][cathode - X/Y][bit set in bit pattern]
+       AliHLTMUONTriggerRecoLutRow fRow[8][16][4][2][16];
+};
+
 } // extern "C"