From 44e02a92538f034b35f7b41d43a628b2b7643239 Mon Sep 17 00:00:00 2001 From: mtadel Date: Wed, 23 Jan 2008 20:43:41 +0000 Subject: [PATCH] Remove obsolete line for DATE input reading. --- EVE/alice-macros/its_raw.C | 1 - 1 file changed, 1 deletion(-) diff --git a/EVE/alice-macros/its_raw.C b/EVE/alice-macros/its_raw.C index 9f6cb321dbf..01af8dcf56d 100644 --- a/EVE/alice-macros/its_raw.C +++ b/EVE/alice-macros/its_raw.C @@ -29,7 +29,6 @@ void its_raw(const char *input = "rawdata.root", rawReader = new AliRawReaderRoot(fileName); } else if (!fileName.IsNull()) { rawReader = new AliRawReaderDate(fileName); - rawReader->SelectEvents(7); } AliEveITSDigitsInfo* di = new AliEveITSDigitsInfo(); -- 2.43.0