Changeset 1527 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 09/17/02 11:06:33 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotPix.cc
r1081 r1527 59 59 { 60 60 gLog << GetDescriptor() <<" Pixel: "<< fPixId; 61 gLog << (fIsUsed?" Used ":"Unused ");62 gLog << (fIsCore?" Core ":"");63 gLog << " Nphot= " << fPhot << " Error(Nphot) =" << fErrPhot << endl;61 gLog << (fIsUsed?" Used ":" Unused "); 62 gLog << (fIsCore?" Core ":" "); 63 gLog << "Nphot= " << fPhot << " Error(Nphot)=" << fErrPhot << endl; 64 64 } 65 65
Note:
See TracChangeset
for help on using the changeset viewer.