]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding decsription of the macro MUONCheckDI.C
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 Dec 2007 16:56:53 +0000 (16:56 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 5 Dec 2007 16:56:53 +0000 (16:56 +0000)
(Artur)

MUON/READMEevaluation.txt

index 78a27151b7deb6b043c12cf7d0d548e92e4068e2..c52135cd46f673d7ca503fbb61b2bcc32a68e300 100644 (file)
@@ -74,4 +74,18 @@ ReadRecoCocktail();
 .q
 </pre>
 
+\section evaluation_s3 Macro MUONCheckDI.C
+
+MUONCheckDI.C performs a consistency check on the methods of the 
+AliMUONMCDataInterface and AliMUONDataInterface classes. There are several 
+helper methods in these classes which make it easier to fetch data, which 
+means there are at least two ways of fetching the data within the same class 
+interface. The macro checks to see that the results given by these different 
+methods are identical, as they should be.
+
+The macro also inherently exercises the AliMUONMCDataInterface and 
+AliMUONDataInterface classes and should be run after any modifications to 
+these classes to see if things still work. Putting it another way: 
+MUONCheckDI.C is a testing facility for developers of these two classes.
+
 */