From: cvetan Date: Wed, 3 Sep 2008 17:22:00 +0000 (+0000) Subject: Removal of the default physics event selection. Requested by Filimon and FMD experts... X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=b2d2e1ea72ffc658910a34187359f69061cc7b3c Removal of the default physics event selection. Requested by Filimon and FMD experts, as this raw-reader is also used for online monitoring of FMD. --- diff --git a/RAW/AliRawReaderDateOnline.cxx b/RAW/AliRawReaderDateOnline.cxx index 2f0acf631b1..6a6c247e130 100644 --- a/RAW/AliRawReaderDateOnline.cxx +++ b/RAW/AliRawReaderDateOnline.cxx @@ -52,7 +52,10 @@ AliRawReaderDateOnline::AliRawReaderDateOnline( #ifdef ALI_DATE - fSelectEventType = PHYSICS_EVENT; + + // Removal of the selection of physics events + // Requested by Filimon and FMD experts + // fSelectEventType = PHYSICS_EVENT; int status;