]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RALICE/AliSignal.cxx
BuildDetectors() corrected
[u/mrichter/AliRoot.git] / RALICE / AliSignal.cxx
index 7480e8caa2c444c8677aed2fce0a6e330aeabb85..ce35e9325472be6dfb9bf00179cb29f484373540 100644 (file)
@@ -249,11 +249,13 @@ void AliSignal::Info(TString f)
 ///////////////////////////////////////////////////////////////////////////
 void AliSignal::SetName(TString name)
 {
+// Set the name tag to indicate the kind of signal.
  fName=name;
 }
 ///////////////////////////////////////////////////////////////////////////
 TString AliSignal::GetName()
 {
+// Provide the name tag indicating the kind of signal.
  return fName;
 }
 ///////////////////////////////////////////////////////////////////////////