]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
added a debug information
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Jan 2003 17:26:19 +0000 (17:26 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Jan 2003 17:26:19 +0000 (17:26 +0000)
EMCAL/AliEMCALSDigitizer.cxx

index 1639b06bc2256cf909f2a2eb4dc137137d82000d..1c56cf8c3ef620ad9dffb8ada8062c07d2062b08 100644 (file)
@@ -227,10 +227,11 @@ void AliEMCALSDigitizer::Exec(Option_t *option)
 
        const AliEMCALGeometry * geom = gime->EMCALGeometry() ; 
 
-       if (gDebug) 
+       if (gDebug) {
          Info("Exec", "id = %d energy = %f thresholdPRE = %f thresholdEC = %f thresholdHC = %f \n", 
               hit->GetId(), hit->GetEnergy(), fPREPrimThreshold, fECPrimThreshold, fHCPrimThreshold) ;    
-       
+         Info("Exec", "where PRE/ECAL/HCAL %d, %d, %d",  geom->IsInPRE(hit->GetId()), geom->IsInECAL(hit->GetId()), geom->IsInHCAL(hit->GetId()) ) ;   
+       }
        if( geom->IsInPRE(hit->GetId()) )  
          if( hit->GetEnergy() > fPREPrimThreshold )
            curSDigit =  new AliEMCALDigit( hit->GetPrimary(),