Changeset 234 in Idarraga


Ignore:
Timestamp:
Sep 7, 2011, 11:41:13 AM (13 years ago)
Author:
idarraga
Message:

just less verbose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • allpix/src/AllPixFEI3StandardDigitizer.cc

    r233 r234  
    458458                tempPixel.second = (*hitsCollection)[itr]->GetPixelNbY();
    459459
    460                 G4cout << "x : " << tempPixel.first << " ,  y : " << tempPixel.second << ", E = " << eHitTotal/keV << G4endl;
     460                //G4cout << "x : " << tempPixel.first << " ,  y : " << tempPixel.second << ", E = " << eHitTotal/keV << G4endl;
    461461
    462462
     
    573573        }
    574574
    575         G4cout << "total = " << hitsETotal/keV << " keV" << G4endl;
     575        //G4cout << "total = " << hitsETotal/keV << " keV" << G4endl;
    576576
    577577        // Now create digits.  One per pixel
     
    583583                double threshold =CLHEP::RandGauss::shoot(m_digitIn.thl,chipNoise);
    584584
    585                 G4cout << "pixel : " << (*pCItr).first.first << " , " << (*pCItr).first.second
    586                                 << ", E =  " << ((*pCItr).second)/keV << " keV | thl = "
    587                                 << TString::Format("Threshold= %f keV", threshold/keV) << G4endl;
     585                //G4cout << "pixel : " << (*pCItr).first.first << " , " << (*pCItr).first.second
     586                        //      << ", E =  " << ((*pCItr).second)/keV << " keV | thl = "
     587                        //      << TString::Format("Threshold= %f keV", threshold/keV) << G4endl;
    588588                //if((*pCItr).second > m_digitIn.thl)
    589589                if((*pCItr).second > threshold)
Note: See TracChangeset for help on using the changeset viewer.