Millepede-II V04-16-02
Namespaces | Functions | Variables
compareResults.py File Reference

Compare two millepede results files. More...

Go to the source code of this file.

Namespaces

namespace  compareResults
 

Functions

def compareResults.combineFiles (name1, name2, name3)
 Combine two MP-II result files. More...
 

Variables

string compareResults.fileNameIn1 = "millepede.res1"
 
string compareResults.fileNameIn2 = "millepede.res2"
 
string compareResults.fileNameOut = "mp2compare.txt"
 
 compareResults.narg = len(sys.argv)
 

Detailed Description

Compare two millepede results files.

Author
Claus Kleinwort, DESY, 2014 (Claus.nosp@m..Kle.nosp@m.inwor.nosp@m.t@de.nosp@m.sy.de)

A text file is produced as ROOT input (tree->ReadFile()) containing:

From the matched (not skipped) labels the mean and RMS is calculated for each input file and the correlation of both.

Hardcoded defaults can be replaced by command line arguments for

Definition in file compareResults.py.