]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTriggerSTUDCSConfig.h
fixing coverity and compiler warning
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTriggerSTUDCSConfig.h
index 6967c74b861e3415dd334a64efabe021dc8f0ca1..af86b073626c9f2638e17498992e51c6b9ac6136 100644 (file)
@@ -12,6 +12,8 @@ Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3
 
 #include "TObject.h"
 
+class TVector2;
+
 class AliEMCALTriggerSTUDCSConfig : public TObject 
 {
  public:
@@ -38,6 +40,8 @@ class AliEMCALTriggerSTUDCSConfig : public TObject
   Int_t   GetRawData()   const { return fGetRawData; }
   Int_t   GetRegion()    const { return fRegion;     }
   Int_t   GetFw()        const { return fFw;         }
+
+  void    GetSegmentation(TVector2& v1, TVector2& v2, TVector2& v3, TVector2& v4) const;
        
 protected:
 
@@ -46,15 +50,15 @@ protected:
 
 private:
        
-  Int_t   fGA;         //
-  Int_t   fGB;         //
-  Int_t   fGC;         //
-  Int_t   fJA;         //
-  Int_t   fJB;         //
-  Int_t   fJC;         //
-  Int_t   fGetRawData; //
-  Int_t   fRegion;     //
-  Int_t   fFw;         //
+  Int_t   fGA;         // GA
+  Int_t   fGB;         // GB
+  Int_t   fGC;         // GC
+  Int_t   fJA;         // JA
+  Int_t   fJB;         // JB
+  Int_t   fJC;         // JC
+  Int_t   fGetRawData; // GetRawData
+  Int_t   fRegion;     // Region
+  Int_t   fFw;         // Fw
   
   ClassDef(AliEMCALTriggerSTUDCSConfig,1) //
 };