From dbcb76b48bba01d912a48f396063afbd10c45639 Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 30 Jan 2003 17:29:02 +0000 Subject: [PATCH] No default arguments in the implementation file --- EMCAL/AliEMCALJetFinder.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/EMCAL/AliEMCALJetFinder.cxx b/EMCAL/AliEMCALJetFinder.cxx index 27ad49ced2a..c818f1231fc 100644 --- a/EMCAL/AliEMCALJetFinder.cxx +++ b/EMCAL/AliEMCALJetFinder.cxx @@ -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) -- 2.43.0