]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSresponseSPD.h
Problems with the HP compiler fixed
[u/mrichter/AliRoot.git] / ITS / AliITSresponseSPD.h
index 221a7063c6f7677de000a2b2e009ac652eef2fec..f89ce96b4f7277855ba5de2092db9338d82a35a7 100644 (file)
@@ -46,9 +46,9 @@ public:
     // Type of data - real or simulated
     fDataType=data;
   }
-  virtual const char  *DataType() {
+  virtual char  *DataType() {
     // Get data typer
-    return fDataType.Data();
+    return fDataType;
   } 
   
   ClassDef(AliITSresponseSPD,1) // SPD response
@@ -60,7 +60,7 @@ public:
   Float_t fBaseline;        // Baseline value
   Int_t fThreshold;         // Zero-Suppression threshold
   
-  TString fDataType;        // Type of data - real or simulated
+  char* fDataType;        // Type of data - real or simulated
 };
 
 #endif