X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=ITS%2FAliITSresponseSPD.h;h=f89ce96b4f7277855ba5de2092db9338d82a35a7;hp=221a7063c6f7677de000a2b2e009ac652eef2fec;hb=be33dccb804ba6b0bc047c6ff860bc71f1afa3ef;hpb=014616eba52e5f6013ed68ead580cb4cf5db925d diff --git a/ITS/AliITSresponseSPD.h b/ITS/AliITSresponseSPD.h index 221a7063c6f..f89ce96b4f7 100644 --- a/ITS/AliITSresponseSPD.h +++ b/ITS/AliITSresponseSPD.h @@ -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