]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTTriggerMenuSymbol.cxx
- something went wrong with previous commit...
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTTriggerMenuSymbol.cxx
index 923b0547c6150d86c705551ffb70c332ab505156..74c26a9525e7c0fd410bf368fe0bba620b033a71 100644 (file)
@@ -56,8 +56,8 @@ void AliHLTTriggerMenuSymbol::Print(Option_t* option) const
   TString opt = option;
   if (opt.Contains("compact"))
   {
-    cout << setw(15) << fName << " | "
-         << setw(20) << fType << " | ";
+    cout << setw(15) << RealName() << " | "
+         << setw(20) << Type() << " | ";
     fBlockType.Print("noendl");
     cout << " | " << setw(20) << ObjectClass()
          << " | " << setw(25) << AssignExpression()