]> jspc29.x-matter.uni-frankfurt.de Git - radhard.git/commitdiff
bugifx pedestal>0 removed
authorDennis Doering <doering@physik.uni-frankfurt.de>
Wed, 17 Jun 2015 12:07:19 +0000 (14:07 +0200)
committerDennis Doering <doering@physik.uni-frankfurt.de>
Wed, 17 Jun 2015 12:07:19 +0000 (14:07 +0200)
MABS_run_analyzer/MAPS.c

index a0f4a3dfcce968fdb0d50fa9c512631c456307e4..c692665f9d1d5c4a1b02e6ad91b7b20e5e44374b 100644 (file)
@@ -942,7 +942,7 @@ bool MAPS::InitialDynNoise(Int_t startframe, Int_t frames) {
                 NOISE = fNoise[pixeli];
                 PIXEL = pixeli;
                 
-                if (PEDESTAL > 0 && NOISE > 0)
+                if (NOISE > 0)
                     fNoiseTree->Fill();
             }
 //             getNoise(startframe, frames);