]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/test/testAliHLTTPCMapping.C
added sample macro for TPC reconstruction
[u/mrichter/AliRoot.git] / HLT / TPCLib / test / testAliHLTTPCMapping.C
index 91b2333dc0786ba2901b3381868b30aaed2bda78..9ca80f556b1a362d970e5c7d8d307c292cc49d12 100644 (file)
@@ -137,7 +137,7 @@ bool compareMapping(int patch, AliHLTTPCMapping* mapper)
     while(result && inFile>>hwAdd && inFile>>row && inFile>>pad){
       row-=rowOffset;
       if (row!=mapper->GetRow(hwAdd) || pad!=mapper->GetPad(hwAdd)) {
-       cout << "missmatch at channel " << hwAdd << ": expected " << row << "/" << pad << "  got " << mapper->GetRow(hwAdd) << "/" << mapper->GetPad(hwAdd) << endl;
+       cout << "mismatch at channel " << hwAdd << ": expected " << row << "/" << pad << "  got " << mapper->GetRow(hwAdd) << "/" << mapper->GetPad(hwAdd) << endl;
        result=false;
        break;
       }