Ignore:
Timestamp:
09/21/00 12:47:33 (24 years ago)
Author:
harald
Message:
Oscar found some smaller errors in the calculation of the pixel shape and
corrected it.
File:
1 edited

Legend:

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

    r409 r435  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.5 $
    22 //= $Author: MagicSol $
    23 //= $Date: 2000-07-04 14:13:02 $
     21//= $Revision: 1.6 $
     22//= $Author: harald $
     23//= $Date: 2000-09-21 11:47:33 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    8989static int Write_All_Images = FALSE;
    9090static int Write_McEvt  = TRUE;
    91 static int Write_McTrig = TRUE;
     91static int Write_McTrig = FALSE;
    9292static int Write_RawEvt = FALSE;
    9393static int Write_All_Data = FALSE;
     
    245245      // get value of <NSB> (in photons)
    246246      sscanf(line, "%s %f", token, &meanNSB);
    247       simulateNSB = TRUE;
    248247
    249248      break;
     
    412411      // change boolean value
    413412      Trigger_Loop = TRUE;
     413      Write_RawEvt = FALSE;
    414414
    415415      break;
     
    422422      // change boolean value
    423423      Trigger_Loop = FALSE;
     424      Write_RawEvt = TRUE;
    424425
    425426      break;
     
    10581059//
    10591060// $Log: not supported by cvs2svn $
     1061// Revision 1.5  2000/07/04 14:13:02  MagicSol
     1062// It reads from the general input card the parameters for the
     1063// trigger analysi.
     1064//
    10601065// Revision 1.4  2000/05/11 14:22:33  blanch
    10611066// New input card option has been introduced:
Note: See TracChangeset for help on using the changeset viewer.