Finished implelementing Andreas Suter root plotting, but still a bit buggy.

This commit is contained in:
2009-11-23 14:52:12 +00:00
parent 17b4ebbc2f
commit b02bad6b88
4 changed files with 1969 additions and 1957 deletions

View File

@ -1,9 +1,8 @@
// File: plotRge.C
// Author: Andreas Suter
// Author: Zaher Salman, originally by Andreas Suter
// Date: 03/06/2009
// Purpose: ROOT macro to read and plot Range data from trimsp calculation
// Assume following file Format:
// Very simple at the moment...
//
// $Id$
//
@ -146,3 +145,4 @@ void plotRge(TString &names)
delete tokens;
}