X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliEMCALTriggerSTU.h;h=7c43722627b84f478f9ad3470514ac73d5f422e4;hb=bdf0b2e92765ffda690cdeb849301a0bc4ec2fd1;hp=a2d2e15f6cf32034db8b21c07edfcbef6bc020e6;hpb=de39a0ffa08dff1e770b3f2a08b965336d857570;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliEMCALTriggerSTU.h b/EMCAL/AliEMCALTriggerSTU.h index a2d2e15f6cf..7c43722627b 100644 --- a/EMCAL/AliEMCALTriggerSTU.h +++ b/EMCAL/AliEMCALTriggerSTU.h @@ -27,15 +27,16 @@ public: virtual void L1(TriggerType_t type); virtual void PatchGenerator(const TClonesArray* lpos, Int_t val); - virtual void ComputeThFromV0(const Int_t M[]); + virtual void ComputeThFromV0(TriggerType_t type, const Int_t M[]); virtual void SetThreshold(TriggerType_t type, Int_t v); virtual Int_t GetThreshold(TriggerType_t type); - virtual Int_t GetRawData() const; virtual void Reset(); + virtual AliEMCALTriggerSTUDCSConfig* GetDCSConfig() const {return fDCSConfig;} + protected: AliEMCALTriggerSTU(const AliEMCALTriggerSTU& rhs); @@ -43,10 +44,10 @@ protected: private: - Int_t fGammaTh; - Int_t fJetTh; + Int_t fGammaTh; // Gamma threshold + Int_t fJetTh; // Jet threshold - AliEMCALTriggerSTUDCSConfig* fDCSConfig; + AliEMCALTriggerSTUDCSConfig* fDCSConfig; // DCS config ClassDef(AliEMCALTriggerSTU,1) };