]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Set event number (T.Kuhr)
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Mar 2003 17:17:02 +0000 (17:17 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 19 Mar 2003 17:17:02 +0000 (17:17 +0000)
TRD/AliTRDclusterizerV1.cxx

index daa920d18a565472b2913d8389ff9e2293769d3c..0dda7b966887084cba04b3bc0ff2bee83a74d169 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.18  2002/10/14 14:57:43  hristov
+Merging the VirtualMC branch to the main development branch (HEAD)
+
 Revision 1.15.6.2  2002/07/24 10:09:30  alibrary
 Updating VirtualMC
 
@@ -196,6 +199,7 @@ Bool_t AliTRDclusterizerV1::ReadDigits()
   }
 
   fDigitsManager->Open(fInputFile->GetName());
+  fDigitsManager->SetEvent(fEvent);
 
   // Read in the digit arrays
   return (fDigitsManager->ReadDigits());