]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Print info if TrigX or TrigY (Philippe C.)
authorpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Jun 2007 13:23:44 +0000 (13:23 +0000)
committerpcrochet <pcrochet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 Jun 2007 13:23:44 +0000 (13:23 +0000)
MUON/MUONRawStreamTrigger.C

index ebabb18f9f65d43358021acb9b3d446cd9f019e5..57ac23e006c0e15f68fbfa9c7f9e0568f3dfb9f2 100644 (file)
@@ -124,7 +124,8 @@ void MUONRawStreamTrigger(Int_t maxEvent = 1, Int_t minDDL = 0, Int_t maxDDL = 1
           localStruct = regHeader->GetLocalEntry(iLocal);
 
           // check if trigger 
-          if (localStruct->GetTriggerY() == 0) { // no empty data
+          if (localStruct->GetTriggerX() 
+              || localStruct->GetTriggerY()) { // no empty data
 
               // local trigger circuit number
               AliMUONLocalTriggerBoard* localBoard = (AliMUONLocalTriggerBoard*)boards->At(iLocal+1);