From 986bbe766225e6e7cb65d63b2d0f1e74916fda6f Mon Sep 17 00:00:00 2001 From: Benjamin Linnik Date: Fri, 11 Sep 2015 19:01:11 +0200 Subject: [PATCH] Run analyzer: Added the new type of cut: fixed threshold in MAPS.c and Run.c, yet fixed to 150 ADU --- MABS_run_analyzer/Run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MABS_run_analyzer/Run.c b/MABS_run_analyzer/Run.c index 76ca7c7..1815053 100644 --- a/MABS_run_analyzer/Run.c +++ b/MABS_run_analyzer/Run.c @@ -277,7 +277,7 @@ Bool_t Run::analyzeRun(Bool_t force) int start = 0; int nframes = processed->GetNumberFrames(); // for(int i=0; i<1000;i++) // TODO remove 100000 run 342272 - for(int i=0; igetFrame(i); -- 2.43.0