]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
skip dead and hot check step in DA
authordsilverm <dsilverm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 31 Mar 2010 17:38:15 +0000 (17:38 +0000)
committerdsilverm <dsilverm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 31 Mar 2010 17:38:15 +0000 (17:38 +0000)
EMCAL/EMCALPEDda.cxx

index cd71c10b94a107fbb9cd3068d2a34388844747d7..ae81b4bbcdfa0f56af0a2de5446b322a955c69f4 100644 (file)
@@ -212,9 +212,12 @@ int main(int argc, char **argv) {
   
   printf ("%d physics/calibration events processed.\n",nevents);
 
+  /* Fitting/compute methods step commented out for now (March 31, 2010) 
+   - not necessary to do here 
   // look for dead, hot and noisy towers
   calibPedestal->ComputeDeadTowers();
   calibPedestal->ComputeHotAndWarningTowers();
+  */
 
   TFile f(RESULT_FILE, "recreate");
   if (!f.IsZombie()) {