Changeset 1730 for trunk/MagicSoft/Simulation/Detector/Camera
- Timestamp:
- 01/23/03 18:35:21 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx
r1720 r1730 21 21 // 22 22 // $RCSfile: camera.cxx,v $ 23 // $Revision: 1.5 2$23 // $Revision: 1.53 $ 24 24 // $Author: blanch $ 25 // $Date: 2003-01-2 0 17:19:20$25 // $Date: 2003-01-23 18:35:21 $ 26 26 // 27 27 //////////////////////////////////////////////////////////////////////// … … 3582 3582 3583 3583 strcpy(sign, REFL_SIGNATURE_B); 3584 3584 3585 3585 fread( (char *)sign, strlen(REFL_SIGNATURE_B), 1, infile); 3586 3586 if (strcmp(sign, REFL_SIGNATURE_A) == 0){ … … 3593 3593 } 3594 3594 else if (strcmp(sign, REFL_SIGNATURE_C) == 0){ 3595 fread( (char *)sign, 1, 1, infile);3595 // An empty bin has been removed and therefore we do not need to rezd it. 3596 3596 return 6; 3597 3597 } … … 4211 4211 // 4212 4212 // $Log: not supported by cvs2svn $ 4213 // Revision 1.52 2003/01/20 17:19:20 blanch 4214 // It fills the MMcCorsikaRun. 4215 // 4213 4216 // Revision 1.51 2003/01/14 13:40:17 blanch 4214 4217 // MRawRunHeader::fNumEvents has been filled with the number of events in … … 4374 4377 // 4375 4378 // $Log: not supported by cvs2svn $ 4379 // Revision 1.52 2003/01/20 17:19:20 blanch 4380 // It fills the MMcCorsikaRun. 4381 // 4376 4382 // Revision 1.51 2003/01/14 13:40:17 blanch 4377 4383 // MRawRunHeader::fNumEvents has been filled with the number of events in
Note:
See TracChangeset
for help on using the changeset viewer.