]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROTrigger.h
Debug printout removed.
[u/mrichter/AliRoot.git] / VZERO / AliVZEROTrigger.h
index b090719f08bccb452d25cee7444907502f54e925..f3e4bd4da17f2699007e312fd4ee4a9dbab134ee 100644 (file)
@@ -25,15 +25,28 @@ class AliVZEROTrigger : public AliTriggerDetector
    virtual void    Trigger();
 
    void            SetAdcThreshold(Float_t t=55.0) 
-     {fAdcThresHold=t; AliDebug(1,Form("ADC threshold set to %0.2f", fAdcThresHold));}
+     {fAdcThresHold=t; 
+     AliDebug(1,Form("ADC threshold set to %0.2f", fAdcThresHold));}
    
-   void            SetTimeWindowWidth(Float_t w=50.0) {fTimeWindowWidth=w;}
-
+   void            SetTimeWindowWidth(Float_t w=50.0) 
+     {fTimeWindowWidthBBA=fTimeWindowWidthBGA
+       =fTimeWindowWidthBBC=fTimeWindowWidthBGC=w;}
+   void            SetTimeWindowWidthBBA(Float_t w=50.0)
+     {fTimeWindowWidthBBA=w;}
+   void            SetTimeWindowWidthBBC(Float_t w=50.0)
+     {fTimeWindowWidthBBC=w;}
+   void            SetTimeWindowWidthBGA(Float_t w=20.0) 
+     {fTimeWindowWidthBGA=w;}
+   void            SetTimeWindowWidthBGC(Float_t w=20.0) 
+     {fTimeWindowWidthBGC=w;}
 
 private:
 
    Float_t fAdcThresHold;
-   Float_t fTimeWindowWidth; // 
+   Float_t fTimeWindowWidthBBA; // 
+   Float_t fTimeWindowWidthBGA; // 
+   Float_t fTimeWindowWidthBBC; // 
+   Float_t fTimeWindowWidthBGC; // 
 
    ClassDef( AliVZEROTrigger, 1 )  // VZERO Trigger Detector class
 };