]> jspc29.x-matter.uni-frankfurt.de Git - mvd_soft.git/commitdiff
Fix: gROOT->Reset() was a showstopper
authorPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Fri, 16 Jan 2015 16:16:09 +0000 (17:16 +0100)
committerPhilipp Klaus <klaus@physik.uni-frankfurt.de>
Fri, 16 Jan 2015 16:16:09 +0000 (17:16 +0100)
s-curves/analysis_gui/ANA/main.cpp

index 0ef5e108218c2bd3ab50ced1f5c356f66328eabe..585efc3c4319516d33123296db108585c81ca521 100644 (file)
@@ -4,7 +4,7 @@
 
 int main(int argc, char** argv) {
        
-       gROOT->Reset();
+//     gROOT->Reset();
        
        const char* InFile;
        const char* PxFile;