]> 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 6d816eea3f2bf37e14b7d6c7c75a8b1074bd7054..b090719f08bccb452d25cee7444907502f54e925 100644 (file)
@@ -27,7 +27,7 @@ class AliVZEROTrigger : public AliTriggerDetector
    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: