]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliTriggerInput.cxx
Modifications to the trigger classes to have I/O. I
[u/mrichter/AliRoot.git] / STEER / AliTriggerInput.cxx
index abe9e2ef39e2c3eb585c10065141d9941b44fe65..c9e37359bed3ba9bd2047bb34ec292c472455a6e 100644 (file)
@@ -48,5 +48,5 @@ void AliTriggerInput::Print( const Option_t* ) const
    cout << "Trigger Input:" << endl; 
    cout << "  Name:        " << GetName() << endl;
    cout << "  Description: " << GetTitle() << endl;
-   cout << "  Value:       " << hex << fValue << dec << endl;
+   cout << "  Value:       " << hex << "Ox" << fValue << dec << endl;
 }