Changeset 231 in Idarraga


Ignore:
Timestamp:
Aug 11, 2011, 4:07:04 PM (13 years ago)
Author:
idarraga
Message:

temp for debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • allpix/src/AllPixFEI3StandardDigitizer.cc

    r225 r231  
    452452                tempPixel.first  = (*hitsCollection)[itr]->GetPixelNbX();
    453453                tempPixel.second = (*hitsCollection)[itr]->GetPixelNbY();
     454
     455                G4cout << "x : " << tempPixel.first << " ,  y : " << tempPixel.second << G4endl;
    454456
    455457                G4double xpos = (*hitsCollection)[itr]->GetPosWithRespectToPixel().x();
Note: See TracChangeset for help on using the changeset viewer.