]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Applying ManuMask in motif position test
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Feb 2007 11:23:13 +0000 (11:23 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Feb 2007 11:23:13 +0000 (11:23 +0000)
MUON/mapping/macros/testReadSector.C

index 248083c75689eedb7f898af5610b570cd8afe900..3fb31b5e7e29ad71d71c1458322ef1962c4edd60 100644 (file)
@@ -56,6 +56,7 @@ void testReadSector(AliMp::StationType station = AliMp::kStation1,
   Int_t ids[15] = { 19, 14, 9, 32, 36, 136, 187, 212, 207, 220, 1, 131, 239, 243, 250 };  
   for (Int_t i=0; i<15 ; i++) {
     Int_t id = ids[i];
+    id |= AliMpConstants::ManuMask(plane);
     cout << "Motif pos " << std::setw(3) << id;
     if (!sector->FindRowSegment(id)) {
        cout << " not found." << endl;