From f33f704db49d11067652d8cf43989fdf49cace66 Mon Sep 17 00:00:00 2001 From: hristov Date: Thu, 30 Mar 2006 13:04:56 +0000 Subject: [PATCH] AliRawReader is not persistent --- PHOS/AliPHOSClusterizer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PHOS/AliPHOSClusterizer.h b/PHOS/AliPHOSClusterizer.h index bc7f3f498dc..748e4fbc1ca 100644 --- a/PHOS/AliPHOSClusterizer.h +++ b/PHOS/AliPHOSClusterizer.h @@ -8,6 +8,9 @@ /* History of cvs commits: * * $Log$ + * Revision 1.38 2005/07/25 15:53:09 kharlov + * Set raw data reader + * * Revision 1.37 2005/05/28 14:19:04 schutz * Compilation warnings fixed by T.P. * @@ -69,7 +72,7 @@ protected: TString fEventFolderName ; // event folder name Int_t fFirstEvent; // first event to process Int_t fLastEvent; // last event to process - AliRawReader *fRawReader; // reader of raw data + AliRawReader *fRawReader; //! reader of raw data ClassDef(AliPHOSClusterizer,4) // Clusterization algorithm class -- 2.43.0