]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/ESD/AliTriggerInput.cxx
fix variable filling AOD
[u/mrichter/AliRoot.git] / STEER / ESD / AliTriggerInput.cxx
index 6235ebdc83f11fc8d5fb13ac3477585a1fc0d4ed..2552fd7801e6be782f5335f6d8bf1c2d702ba66f 100644 (file)
@@ -42,6 +42,8 @@
 #include "AliLog.h"
 #include "AliTriggerInput.h"
 
+using std::endl;
+using std::cout;
 ClassImp( AliTriggerInput )
 
 Bool_t AliTriggerInput::fgkIsTriggerDetector[AliDAQ::kNDetectors] = {1,0,0,1,1,1,0,1,0,0,0,1,0,1,1,1,1,1,1,1,0};
@@ -112,7 +114,9 @@ void AliTriggerInput::Print( const Option_t* ) const
    cout << "  Detector:    " << GetTitle() << "(Id=" << (Int_t)fDetectorId << ")" << endl;
    cout << "  Level:       " << (Int_t)fLevel << endl;
    cout << "  Signature:   " << fSignature << endl;
+   if(fMask)
    cout << "  Number:      " << (Int_t)TMath::Log2(fMask) << endl;
+   else cout << " fMask:  " << fMask << endl;
    if (IsActive())
      cout << "   Input is active      " << endl;
    else