Changeset 1001
- Timestamp:
- 10/26/01 17:31:45 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r922 r1001 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.2 7$23 // $Revision: 1.28 $ 24 24 // $Author: blanch $ 25 // $Date: 2001- 09-05 10:04:33$25 // $Date: 2001-10-26 16:31:45 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 1439 1439 EvtHeader[iconcount]->FillHeader ( (UInt_t) (ntshow + nshow),0); 1440 1440 // fill pixel information 1441 for(i =0;i<ct_NPixels;i++){1441 for(int i=0;i<ct_NPixels;i++){ 1442 1442 for (j=0;j<FADC_SLICES;j++){ 1443 1443 fadcValues->AddAt(fadc.GetFadcSignal(i,j),j); … … 1570 1570 // fill pixel information 1571 1571 1572 for(i =0;i<ct_NPixels;i++){1572 for(int i=0;i<ct_NPixels;i++){ 1573 1573 for (j=0;j<FADC_SLICES;j++){ 1574 1574 fadcValues->AddAt(fadc.GetFadcSignal(i,j),j); … … 1653 1653 } 1654 1654 1655 for (i =0; i<ct_NPixels; ++i) {1655 for (int i=0; i<ct_NPixels; ++i) { 1656 1656 printf("%d (%d): ", i, npixneig[i]); 1657 1657 for (j=0; j<npixneig[i]; ++i) … … 3248 3248 // 3249 3249 // $Log: not supported by cvs2svn $ 3250 // Revision 1.27 2001/09/05 10:04:33 blanch 3251 // *** empty log message *** 3252 // 3250 3253 // Revision 1.26 2001/07/19 09:29:53 blanch 3251 3254 // Different threshold for each pixel can be used. … … 3314 3317 // 3315 3318 // $Log: not supported by cvs2svn $ 3319 // Revision 1.27 2001/09/05 10:04:33 blanch 3320 // *** empty log message *** 3321 // 3316 3322 // Revision 1.26 2001/07/19 09:29:53 blanch 3317 3323 // Different threshold for each pixel can be used.
Note:
See TracChangeset
for help on using the changeset viewer.