]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/mapping/macros/testSt345ReadMotifType.C
In Mapping/macros:
[u/mrichter/AliRoot.git] / MUON / mapping / macros / testSt345ReadMotifType.C
similarity index 79%
rename from MUON/mapping/macros/testReadMotifTypeSlat.C
rename to MUON/mapping/macros/testSt345ReadMotifType.C
index e01584899570acbbf8706e7dcee668b013938aee..8940afa0aeb24bc301726204933c275ef0b57230 100644 (file)
@@ -1,5 +1,9 @@
 // $Id$
-// $MpId: testReadMotifTypeSlat.C,v 1.1 2005/09/19 19:02:53 ivana Exp $
+
+///
+/// Tries to read all motif types for stations 3, 4, 5
+///
+/// 
 
 #if !defined(__CINT__) || defined(__MAKECINT__)
 
@@ -36,7 +40,7 @@ Int_t test(AliMpMotifReader& r, const char letter, Int_t from, Int_t to)
   return n;
 }
 
-void testReadMotifTypeSlat()
+void testSt345ReadMotifType()
 {
   AliMpDataProcessor mp;
   AliMpDataMap* dataMap = mp.CreateDataMap("data");
@@ -48,13 +52,13 @@ void testReadMotifTypeSlat()
   Int_t n = 0;
   
   n += test(r,'I',1,1);
-  n += test(r,'L',1,20);
-  n += test(r,'O',1,19);
+  n += test(r,'L',1,25);
+  n += test(r,'O',1,20);
   n += test(r,'P',1,4);
   n += test(r,'Q',1,4);
-  n += test(r,'R',1,42);
-  n += test(r,'Z',1,5);
+  n += test(r,'R',1,45);
+  n += test(r,'Z',1,8);
   
-  cout << "==== " << n << " motifTypes successfully read in" << endl;
+  cout << "Successfully read in " << n << " motifTypes" << endl;
 }