]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fix for changes in TString behaviour in ROOT 5.30
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Nov 2011 16:46:06 +0000 (16:46 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 9 Nov 2011 16:46:06 +0000 (16:46 +0000)
HLT/BASE/AliHLTHOMERSourceDesc.h

index 74606cdbd7538af2444e73fe62eb4d3345937a1c..7448e1baf0c71d872eaf42d3a2815d21741f86c4 100644 (file)
@@ -97,7 +97,7 @@ public:
   /** Get node name of this source 
    * @return           hostname
    */
-  TString GetHostname()       { return fHostname; }
+  TString& GetHostname()       { return fHostname; }
 
   /** Get node name of this source 
    * @return           port
@@ -107,12 +107,12 @@ public:
   /** Get name of this source 
    * @return           name
    */
-  TString GetSourceName()     { return fSourceName; }
+  TString& GetSourceName()     { return fSourceName; }
 
   /** Get detector of this source 
    * @return           detector
    */
-  TString GetDetector()       { return fDetector; }
+  TString& GetDetector()       { return fDetector; }
 
   /** Get sub detector of this source 
    * @return           subdetector
@@ -127,7 +127,7 @@ public:
   /** Get HLT data type of this source
    * @return           HLT data type
    */
-  TString GetDataType()       { return fDataType; }
+  TString& GetDataType()       { return fDataType; }
 
   /** Get HLT specification of this source
    * @return           HLT specification