]> jspc29.x-matter.uni-frankfurt.de Git - radhard.git/commitdiff
Dennis ChargeSpektrum.c
authorDennis Doering <doering@physik.uni-frankfurt.de>
Wed, 6 May 2015 13:35:52 +0000 (15:35 +0200)
committerDennis Doering <doering@physik.uni-frankfurt.de>
Wed, 6 May 2015 13:35:52 +0000 (15:35 +0200)
MABS_run_analyzer/ChargeSpektrum.c

index f8a50a8d4d5966eb1f1b19a450466d614decbd8f..c3289fb9bca64a0325e293c0ca6906e3ffda64eb 100644 (file)
@@ -82,24 +82,24 @@ void ChargeSpektrum(Int_t runnumber = -1)
                 runs[runi]->upperpart = 0;
             }
         }
-        runs[runi]->setResultsPath("/home/blinnik/Dropbox/Promotion/MABS_Analyse/NoiseUntersuchung1014neq/");
+        runs[runi]->setResultsPath("/d/salt/data_recovered/maps/DennisDoering/data/Mi34/");
         runs[runi]->setPlotStyle(runi);
         runs[runi]->useDynamicalNoise(true);
         runs[runi]->analyzeRun(false); // creates or opens .root file, can analyze the RAW data
-//         gROOT->SetBatch(kTRUE);
+         gROOT->SetBatch(kTRUE);
 //          runs[runi]->plotSeed();
-//         runs[runi]->plotSum();
-        runs[runi]->plotVeto();
+//          runs[runi]->plotSum();
+//          runs[runi]->plotVeto();
 //         runs[runi]->plotNoise();
         if (!isBatch)
             gROOT->SetBatch(kFALSE);
-//          runs[runi]->plotAllHistograms();
+          runs[runi]->plotAllHistograms();
 //         runs[runi]->plotAllHistogramsCalibrated(); 
-//         runs[runi]->writeAllHistogramsToFile(); 
+         runs[runi]->writeAllHistogramsToFile(); 
     }
 
     
-//     plotAllRuns();
+     plotAllRuns();
     
     //     TTimeStamp* time = new TTimeStamp();
     //     TCanvas* canvas = new TCanvas(Form("%d",time->GetNanoSec()), "Summary", 800, 600);