From: nilsen Date: Fri, 15 Mar 2002 17:38:29 +0000 (+0000) Subject: Undefined variable fixed. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=94a416ed715bdf018d9bc3d774648ed0e2e99101;p=u%2Fmrichter%2FAliRoot.git Undefined variable fixed. --- diff --git a/ITS/AliITSHitsToSDigitsDefault.C b/ITS/AliITSHitsToSDigitsDefault.C index 28040371cae..843af3be96e 100644 --- a/ITS/AliITSHitsToSDigitsDefault.C +++ b/ITS/AliITSHitsToSDigitsDefault.C @@ -1,4 +1,4 @@ -Int_t AliITSHitsToSDigitsDefault(const char *inFile="galice.root"){ +Int_t AliITSHitsToSDigitsDefault(Int_t evNumber1=0,Int_t evNumber2=1,const char *inFile="galice.root"){ ///////////////////////////////////////////////////////////////////////// // This macro is a small example of a ROOT macro // illustrating how to read the output of GALICE