Changeset 1551


Ignore:
Timestamp:
10/18/02 17:53:30 (22 years ago)
Author:
blanch
Message:
Modification to read several reflector version files.
File:
1 edited

Legend:

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

    r1518 r1551  
    1919//=
    2020//= $RCSfile: camera.h,v $
    21 //= $Revision: 1.10 $
     21//= $Revision: 1.11 $
    2222//= $Author: blanch $
    23 //= $Date: 2002-09-09 16:01:12 $
     23//= $Date: 2002-10-18 16:53:30 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    8888
    8989#define REFL_PROGRAM reflector
    90 #define REFL_VERSION 0.4
    91 
    92 const char REFL_SIGNATURE[] = GLUE_postp( REFL_PROGRAM, REFL_VERSION );
     90#define REFL_VERSION_A 0.4
     91#define REFL_VERSION_B 0.5
     92#define REFL_VERSION_C 0.6
     93
     94const char REFL_SIGNATURE_A[] = GLUE_postp( REFL_PROGRAM, REFL_VERSION_A );
     95const char REFL_SIGNATURE_B[] = GLUE_postp( REFL_PROGRAM, REFL_VERSION_B );
     96const char REFL_SIGNATURE_C[] = GLUE_postp( REFL_PROGRAM, REFL_VERSION_C );
    9397
    9498//!@}
     
    325329/*
    326330 *$Log: not supported by cvs2svn $
     331 *Revision 1.10  2002/09/09 16:01:12  blanch
     332 *Header file of camera.cxx 1.42.
     333 *
    327334 *Revision 1.9  2002/09/04 09:59:07  blanch
    328335 *Modifications to use MGeomCam from MARS.
Note: See TracChangeset for help on using the changeset viewer.