]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALTriggerSTU.h
Charged jets (pPb): Updated deltaPt calculation
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALTriggerSTU.h
index 7c43722627b84f478f9ad3470514ac73d5f422e4..c8a2b2a8a31507b3f4dcaf1ecbd68ae9331ddd63 100644 (file)
@@ -9,6 +9,7 @@
 Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3
 */
 
+#include <AliEMCALTriggerTypes.h>
 #include <AliEMCALTriggerBoard.h>
 
 class TTree;
@@ -23,15 +24,12 @@ public:
        virtual      ~AliEMCALTriggerSTU();
        
        virtual void  Build(TString& str, Int_t i, Int_t** Map, const TVector2* rSize);
-       virtual void  PrintADC(TriggerType_t type, TVector2& pos, TVector2& idx);
-       virtual void  L1(TriggerType_t type);
-       virtual void  PatchGenerator(const TClonesArray* lpos, Int_t val);
+       virtual void  L1(int type);
        
-       virtual void  ComputeThFromV0(TriggerType_t type, const Int_t M[]);
+       virtual void  ComputeThFromV0(int type, const Int_t M[]);
        
-       virtual void  SetThreshold(TriggerType_t type, Int_t v);
-       
-       virtual Int_t GetThreshold(TriggerType_t type);
+       virtual void  SetThreshold(int type, Int_t v);
+       virtual Int_t GetThreshold(int type);
 
        virtual void  Reset();
        
@@ -44,12 +42,12 @@ protected:
 
 private:
        
-                 Int_t   fGammaTh; // Gamma threshold
-                 Int_t   fJetTh;   // Jet threshold
+                 Int_t   fGammaTh[2]; // Gamma threshold
+                 Int_t   fJetTh[2];   // Jet threshold
        
-       AliEMCALTriggerSTUDCSConfigfDCSConfig; // DCS config
+       AliEMCALTriggerSTUDCSConfig *fDCSConfig; // DCS config
 
-       ClassDef(AliEMCALTriggerSTU,1)
+       ClassDef(AliEMCALTriggerSTU, 2)
 };
  
 #endif