]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTriggerSTUDCSConfig.h
Changes for #80800 following bugs #80687: commit to trunk + port to the release ...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTriggerSTUDCSConfig.h
index 6967c74b861e3415dd334a64efabe021dc8f0ca1..e544194a079aa08483bce36b71639e736cd2c0ee 100644 (file)
@@ -11,6 +11,7 @@ Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3
 */
 
 #include "TObject.h"
+#include "TVector2.h"
 
 class AliEMCALTriggerSTUDCSConfig : public TObject 
 {
@@ -38,6 +39,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: