]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
No default arguments in the implementation file
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Jan 2003 17:29:02 +0000 (17:29 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 30 Jan 2003 17:29:02 +0000 (17:29 +0000)
EMCAL/AliEMCALJetFinder.cxx

index 27ad49ced2a3ebb99f8ed538b8bd75c955f24b81..c818f1231fcb6bd35d324cbded42a873665ae72e 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.39  2003/01/29 00:34:51  pavlinov
+fixed bug in FillFromHits
+
 Revision 1.38  2003/01/28 16:08:11  morsch
 Particle loading according to generator type.
 
@@ -1777,7 +1780,7 @@ void hf1(Int_t& id, Float_t& x, Float_t& wgt)
 void AliEMCALJetFinder::DrawLego(Char_t *opt) 
 {if(fLego) fLego->Draw(opt);}
 
-void  AliEMCALJetFinder::DrawLegoBackground(Char_t *opt="lego"
+void  AliEMCALJetFinder::DrawLegoBackground(Char_t *opt) 
 {if(fLegoB) fLegoB->Draw(opt);}
 
 void AliEMCALJetFinder::DrawLegoEMCAL(Char_t *opt)