Changeset 1521


Ignore:
Timestamp:
09/13/02 11:53:39 (22 years ago)
Author:
blanch
Message:
Minor change to remove some undisired comments.
File:
1 edited

Legend:

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

    r1517 r1521  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.42 $
     23// $Revision: 1.43 $
    2424// $Author: blanch $
    25 // $Date: 2002-09-09 16:00:49 $
     25// $Date: 2002-09-13 10:53:39 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    32613261    cv=photon.get_v();
    32623262    cw=90.0-acos(sqrt(1-cu*cu-cv*cv))*pi/180.0;
    3263     cout<<" Hola "<<cu<<" "<<cv<<" "<<cw<<endl;
    32643263
    32653264    // find data point in the QE table (-> k)
     
    32703269    }
    32713270
    3272     cout<<" Hola 2 "<<k<<endl;
    3273 
    32743271     // correct the qe with WC data.
    32753272
    3276     cout<<" Hola 3 "<<qe<<" ";
    3277 
    32783273    qe = qe*lin_interpol(WC[0][k-1], WC[1][k-1], WC[0][k], WC[1][k], cw);
    32793274
    3280     cout<<qe<<endl;
    32813275   // if random > quantum efficiency, reject it
    32823276
     
    36073601//
    36083602// $Log: not supported by cvs2svn $
     3603// Revision 1.42  2002/09/09 16:00:49  blanch
     3604// Statement has been included to avoid writting to disk MParContainer and MArray.
     3605// It has also been added the effect of the WC, the actual values must be added,
     3606// once they are measured.
     3607//
    36093608// Revision 1.41  2002/09/04 09:57:42  blanch
    36103609// Modifications done to use MGeomCam from MARS.
     
    37323731//
    37333732// $Log: not supported by cvs2svn $
     3733// Revision 1.42  2002/09/09 16:00:49  blanch
     3734// Statement has been included to avoid writting to disk MParContainer and MArray.
     3735// It has also been added the effect of the WC, the actual values must be added,
     3736// once they are measured.
     3737//
    37343738// Revision 1.41  2002/09/04 09:57:42  blanch
    37353739// Modifications done to use MGeomCam from MARS.
Note: See TracChangeset for help on using the changeset viewer.