]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Implemented Scan() method
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Mar 2006 14:49:36 +0000 (14:49 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 6 Mar 2006 14:49:36 +0000 (14:49 +0000)
(Rachid)

MUON/AliMUONRegionalTriggerBoard.cxx

index 865c6ecca8c16b0082e40cbb7b9c107fc44f1ad5..1b5961d2e72c0fb3eede60df29a64acdce78fb23 100644 (file)
@@ -162,7 +162,15 @@ UShort_t AliMUONRegionalTriggerBoard::Algo(UShort_t i, UShort_t j, char *thres,
 //___________________________________________
 void AliMUONRegionalTriggerBoard::Scan(Option_t*)
 {
-
+   for (Int_t i=0; i<16; i++) 
+   {
+      TBits b;
+      b.Set(6,&fLocalResponse[i]);
+      
+      cout << "Entry " << i << " is " << b << endl;
+      
+   }
+   
 }