Ignore:
Timestamp:
11/17/03 22:26:16 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc

    r2394 r2521  
    103103}
    104104
    105 void MGeomMirror::SetMirrorDeviations(Float_t dev_x, Float_t dev_y){
     105void MGeomMirror::SetMirrorDeviations(Float_t dev_x, Float_t dev_y)
     106{
    106107    fDeviationX=dev_x;  // deviation in x [cm]
    107108    fDeviationY=dev_y;  // deviation in y [cm]
     
    127128    fReflectivity = ref;
    128129}
    129 
    130 
    131 
    132 
    133 
    134 
    135 
    136 
Note: See TracChangeset for help on using the changeset viewer.