]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Corrected printing for the trigger input level.
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jun 2009 10:28:49 +0000 (10:28 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 10 Jun 2009 10:28:49 +0000 (10:28 +0000)
STEER/AliTriggerInput.cxx

index f0601c6705fd0606531aed7544febaba1465883e..689c7e8262896b83d5b8630b8925825f12988c40 100644 (file)
@@ -110,7 +110,7 @@ void AliTriggerInput::Print( const Option_t* ) const
    cout << "Trigger Input:" << endl; 
    cout << "  Name:        " << GetName() << endl;
    cout << "  Detector:    " << GetTitle() << "(Id=" << (Int_t)fDetectorId << ")" << endl;
-   cout << "  Level:       " << fLevel << endl;
+   cout << "  Level:       " << (Int_t)fLevel << endl;
    cout << "  Signature:   " << fSignature << endl;
    cout << "  Number:      " << (Int_t)TMath::Log2(fMask) << endl;
    if (IsActive())