]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
No major change; just to keep a version
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Jul 2000 15:38:46 +0000 (15:38 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Jul 2000 15:38:46 +0000 (15:38 +0000)
PHOS/AliPHOSAnalyze.cxx

index 30e4476cf054e7104e067971263c5934b4ab9c34..87e137e9beadfafe5ed42d75f7505d7f01a78d18 100644 (file)
@@ -213,8 +213,8 @@ void AliPHOSAnalyze::AnalyzeOneEvent(Int_t evt)
            fRec = new AliPHOSReconstructioner(fClu, fTrs, fPID) ;
          }
          //========== Event Number>         
-         if ( ( log10((Float_t)(ievent+1)) - (Int_t)(log10((Float_t)(ievent+1))) ) == 0. ) 
-           cout <<  "AnalyzeManyEvents > " << "Event is " << ievent << endl ;  
+         //  if ( ( log10((Float_t)(ievent+1)) - (Int_t)(log10((Float_t)(ievent+1))) ) == 0. ) 
+         cout <<  "AnalyzeManyEvents > " << "Event is " << ievent << endl ;  
          //=========== Connects the various Tree's for evt
          gAlice->GetEvent(ievent);
          //=========== Gets the Digit TTree
@@ -226,22 +226,22 @@ void AliPHOSAnalyze::AnalyzeOneEvent(Int_t evt)
              fGeom->AbsToRelNumbering(digit->GetId(), relid) ;         
              //              if (fClu->IsInEmc(digit)) fhEmcDigit->Fill(fClu->Calibrate(digit->GetAmp())) ; 
              //else    
-               {  
-                 //      if (relid[1]<17) fhVetoDigit->Fill(fClu->Calibrate(digit->GetAmp())); 
-                 //if (relid[1]>16) fhConvertorDigit->Fill(fClu->Calibrate(digit->GetAmp()));
-               }
+             {  
+               //        if (relid[1]<17) fhVetoDigit->Fill(fClu->Calibrate(digit->GetAmp())); 
+               //if (relid[1]>16) fhConvertorDigit->Fill(fClu->Calibrate(digit->GetAmp()));
+             }
            }
          //=========== Do the reconstruction
          fPHOS->Reconstruction(fRec);
-
-//       //=========== Cluster in module
-//       TIter nextEmc(fPHOS->EmcRecPoints()  ) ;
-//       while((emc = (AliPHOSEmcRecPoint *)nextEmc())) 
-//         {
-//           if ( emc->GetPHOSMod() == module )
-//             {  
-//               fhEmcCluster->Fill(  emc->GetTotalEnergy()  ); 
-//               TIter nextPpsd( fPHOS->PpsdRecPoints()) ;
+         
+         //      //=========== Cluster in module
+         //      TIter nextEmc(fPHOS->EmcRecPoints()  ) ;
+         //      while((emc = (AliPHOSEmcRecPoint *)nextEmc())) 
+         //        {
+         //          if ( emc->GetPHOSMod() == module )
+         //            {  
+         //              fhEmcCluster->Fill(  emc->GetTotalEnergy()  ); 
+         //              TIter nextPpsd( fPHOS->PpsdRecPoints()) ;
 //               while((ppsd = (AliPHOSPpsdRecPoint *)nextPpsd())) 
 //                 {
 //                   if ( ppsd->GetPHOSMod() == module )
@@ -315,7 +315,6 @@ void AliPHOSAnalyze::AnalyzeOneEvent(Int_t evt)
 //                 }
                }
            }
-
        }   // endfor
       SavingHistograms();
     }       // endif