Changeset 1730


Ignore:
Timestamp:
01/23/03 18:35:21 (22 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/Camera/camera.cxx

    r1720 r1730  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.52 $
     23// $Revision: 1.53 $
    2424// $Author: blanch $
    25 // $Date: 2003-01-20 17:19:20 $
     25// $Date: 2003-01-23 18:35:21 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    35823582
    35833583  strcpy(sign, REFL_SIGNATURE_B);
    3584  
     3584
    35853585  fread( (char *)sign, strlen(REFL_SIGNATURE_B), 1, infile);
    35863586  if (strcmp(sign, REFL_SIGNATURE_A) == 0){
     
    35933593  }
    35943594  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.
    35963596    return 6;
    35973597  }
     
    42114211//
    42124212// $Log: not supported by cvs2svn $
     4213// Revision 1.52  2003/01/20 17:19:20  blanch
     4214// It fills the MMcCorsikaRun.
     4215//
    42134216// Revision 1.51  2003/01/14 13:40:17  blanch
    42144217// MRawRunHeader::fNumEvents has been filled with the number of events in
     
    43744377//
    43754378// $Log: not supported by cvs2svn $
     4379// Revision 1.52  2003/01/20 17:19:20  blanch
     4380// It fills the MMcCorsikaRun.
     4381//
    43764382// Revision 1.51  2003/01/14 13:40:17  blanch
    43774383// MRawRunHeader::fNumEvents has been filled with the number of events in
Note: See TracChangeset for help on using the changeset viewer.