]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTriggerSTURawStream.h
move include to header, avoid problems with DA compilations
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTriggerSTURawStream.h
index 2399b4a86e4a76fa3fc91e856d5e436cfdea9ced..b81fb0d5f871a0a32ec22c56502769d1e258f10e 100644 (file)
@@ -57,33 +57,35 @@ private:
        AliEMCALTriggerSTURawStream(const AliEMCALTriggerSTURawStream& rhs);
     AliEMCALTriggerSTURawStream& operator = (const AliEMCALTriggerSTURawStream& rhs);
 
+    UShort_t GetThreshold(Short_t A, Short_t B, Short_t C, UShort_t V0A, UShort_t V0C) const;
+
     AliRawReader* fRawReader;   // object for reading the raw data
 
-       UInt_t                               fL1JetThreshold;          //
-       UInt_t                             fL1GammaThreshold;          //
-       UShort_t                          fL0GammaPatchIndex[3100];    //
-       UShort_t                          fL1GammaPatchIndex[3100];    //
-       UShort_t                            fL1JetPatchIndex[200];     //
-       
-       Int_t                                 fNL0GammaPatch;          //
-       Int_t                                   fNL1JetPatch;          //
-       Int_t                                 fNL1GammaPatch;          //
-       
-       Int_t                                    fGetRawData;          //
-       
-       UInt_t                                          fADC[32][96];  //
-       
-       UInt_t                                          fV0A;
-    UInt_t                                          fV0C;
-    UInt_t                                           fGA;
-    UInt_t                                           fGB;
-    UInt_t                                           fGC;
-    UInt_t                                           fJA;
-    UInt_t                                           fJB;
-    UInt_t                                           fJC;
-    UInt_t                                 fRegionEnable;
-    UInt_t                                fFrameReceived;
-    UInt_t                                    fFwVersion;
+       UInt_t                               fL1JetThreshold;          // L1 Jet Threshold
+       UInt_t                             fL1GammaThreshold;          // L1 Gamma Threshold
+       UShort_t                          fL0GammaPatchIndex[3100];    // L0 Gamma Patch Index
+       UShort_t                          fL1GammaPatchIndex[3100];    // L1 Gamma Patch Index
+       UShort_t                            fL1JetPatchIndex[200];     // L1 Jet Patch Index
+                                                                         
+       Int_t                                 fNL0GammaPatch;          // N L0 Gamma Patch
+       Int_t                                   fNL1JetPatch;          // N L1 Jet Patch
+       Int_t                                 fNL1GammaPatch;          // N L1 Gamma Patch
+                                                                         
+       Int_t                                    fGetRawData;          // Get Raw Data
+                                                                         
+       UInt_t                                          fADC[32][96];  // ADC
+                                                                         
+       UInt_t                                          fV0A;          // V0A
+    UInt_t                                          fV0C;          // V0C
+    UInt_t                                           fGA;          // GA
+    UInt_t                                           fGB;          // GB
+    UInt_t                                           fGC;          // GC
+    UInt_t                                           fJA;          // JA
+    UInt_t                                           fJB;          // JB
+    UInt_t                                           fJC;          // JC
+    UInt_t                                 fRegionEnable;          // Region Enable
+    UInt_t                                fFrameReceived;          // Frame Received
+    UInt_t                                    fFwVersion;          // Fw Version
 
     ClassDef(AliEMCALTriggerSTURawStream,1)   // class for reading EMCAL STU DDL raw data
 };