]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTHOMERSourceDesc.h
Residual Pileup estimation additions
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTHOMERSourceDesc.h
index 268c6d0e5992cd0819b7d0bc87c1d7107acb25d9..7448e1baf0c71d872eaf42d3a2815d21741f86c4 100644 (file)
@@ -1,4 +1,5 @@
 //-*- Mode: C++ -*-
+// $Id$
 #ifndef ALIHLTHOMERSOURCEDESC_H
 #define ALIHLTHOMERSOURCEDESC_H
 
@@ -96,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
@@ -106,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
@@ -126,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