]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - VZERO/AliVZEROTrigger.h
Interface to pad status map in clusterizer
[u/mrichter/AliRoot.git] / VZERO / AliVZEROTrigger.h
index 2dad9a32505d81c090b78d31547548b905a7b6ab..b090719f08bccb452d25cee7444907502f54e925 100644 (file)
@@ -24,10 +24,10 @@ class AliVZEROTrigger : public AliTriggerDetector
    virtual void    CreateInputs();
    virtual void    Trigger();
 
-   void            SetAdcThreshold(Float_t t=62.5
+   void            SetAdcThreshold(Float_t t=55.0
      {fAdcThresHold=t; AliDebug(1,Form("ADC threshold set to %0.2f", fAdcThresHold));}
    
-   void            SetTimeWindowWidth(Float_t w=2) {fTimeWindowWidth=w;}
+   void            SetTimeWindowWidth(Float_t w=50.0) {fTimeWindowWidth=w;}
 
 
 private: