]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Const method does not compile in case the DATE is installed
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 3 Dec 2007 13:43:52 +0000 (13:43 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 3 Dec 2007 13:43:52 +0000 (13:43 +0000)
TRD/AliTRDCalibPadStatus.cxx
TRD/AliTRDCalibPadStatus.h

index abb50c8bdab453434793ef2315fda18ea9a9f711..7ac08fcd3ea49702e3a37d213abb9f6d198c9a7c 100644 (file)
@@ -335,7 +335,7 @@ Int_t AliTRDCalibPadStatus::ProcessEvent(
                                          Bool_t /*nocheck*/
            
 #endif 
                                          Bool_t /*nocheck*/
            
 #endif 
-                                         ) const
+                                         )
 {
   //
   //  process date event
 {
   //
   //  process date event
index f75e4526c04ac5f047c7b22d2ecc8786921bfd74..6a135ccdac2a3eacdf686f38eb2366eee3ea5562 100644 (file)
@@ -37,7 +37,7 @@ public:
 
   Int_t ProcessEvent(AliTRDRawStreamV2 *rawStream, Bool_t nocheck = kFALSE);
   Int_t ProcessEvent(AliRawReader    *rawReader, Bool_t nocheck = kFALSE);
 
   Int_t ProcessEvent(AliTRDRawStreamV2 *rawStream, Bool_t nocheck = kFALSE);
   Int_t ProcessEvent(AliRawReader    *rawReader, Bool_t nocheck = kFALSE);
-  Int_t ProcessEvent(eventHeaderStruct   *event, Bool_t nocheck = kFALSE) const;
+  Int_t ProcessEvent(eventHeaderStruct   *event, Bool_t nocheck = kFALSE);
 
   Int_t UpdateHisto(const Int_t idet, const Int_t iRow, const Int_t iCol,
                    const Int_t signal, const Int_t crowMax, const Int_t ccold, const Int_t icMcm);
 
   Int_t UpdateHisto(const Int_t idet, const Int_t iRow, const Int_t iCol,
                    const Int_t signal, const Int_t crowMax, const Int_t ccold, const Int_t icMcm);