]> jspc29.x-matter.uni-frankfurt.de Git - radhard.git/commitdiff
Run analyzer: Added the new type of cut: fixed threshold in MAPS.c and Run.c, yet...
authorBenjamin Linnik <blinnik@jspc28.x-matter.uni-frankfurt.de>
Fri, 11 Sep 2015 17:01:11 +0000 (19:01 +0200)
committerBenjamin Linnik <blinnik@jspc28.x-matter.uni-frankfurt.de>
Fri, 11 Sep 2015 17:01:11 +0000 (19:01 +0200)
MABS_run_analyzer/Run.c

index 76ca7c7daa23abdbb76ca74dbf271bcc86eee85f..18150530517cee7c7e4c7552bb0d2a3a3e655645 100644 (file)
@@ -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; i<nframes/10;i++) // TODO remove 100000 run 342272
+           for(int i=0; i<nframes;i++) // TODO remove 100000 run 342272
             {
 //                 cout << "getframe " << i << endl;
                 processed->getFrame(i);