]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Possible to switch onoff deconv
authorvestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Dec 2001 14:13:37 +0000 (14:13 +0000)
committervestbo <vestbo@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 10 Dec 2001 14:13:37 +0000 (14:13 +0000)
HLT/src/AliL3ClustFinderNew.cxx
HLT/src/AliL3ClustFinderNew.h

index d16c64873610238465f98c7d2d168d28d668d6f4..d982acaee0903daf9ccf0408227931af0400129e 100644 (file)
@@ -1,3 +1,5 @@
+//$Id$
+
 // Author: Anders Vestbo <mailto:vestbo@fi.uib.no>
 //*-- Copyright &copy ASV 
 
index 1854cda2a03c5f3bffaeda0892fa2db020e91183..ade4c48e61bbb152166a6c957d01a6690f642db9 100644 (file)
@@ -59,6 +59,7 @@ class AliL3ClustFinderNew {
   void SetXYError(Float_t f) {fXYErr = f;}
   void SetZError(Float_t f) {fZErr = f;}
   void SetTransformer(AliL3Transform *transform) {fTransform = transform;}
+  void SetDeconv(Bool_t f) {fDeconvPad=f; fDeconvTime=f;}
   
   Int_t GetNumberOfClusters() {return fNClusters;}