Changeset 685 for trunk/MagicSoft


Ignore:
Timestamp:
03/05/01 11:14:41 (24 years ago)
Author:
magicsol
Message:
I changed the position of readinf a parameter. It is a minnor change.
File:
1 edited

Legend:

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

    r671 r685  
    2121//
    2222// $RCSfile: camera.cxx,v $
    23 // $Revision: 1.18 $
    24 // $Author: blanch $
    25 // $Date: 2001-03-05 10:36:52 $
     23// $Revision: 1.19 $
     24// $Author: magicsol $
     25// $Date: 2001-03-05 11:14:41 $
    2626//
    2727////////////////////////////////////////////////////////////////////////
     
    715715  fadcValues =  new TArrayC(FADC_SLICES);
    716716
     717  // number of pixels for parameters
     718   
     719  anaPixels = get_ana_pixels();
     720  anaPixels = (anaPixels == -1) ? ct_NPixels : anaPixels;
     721
    717722  // initialise ROOT
    718723
     
    9951000  if ( ! get_correction( &fCorrection ) )
    9961001    fCorrection = 1.0;
    997 
    998   // number of pixels for parameters
    999    
    1000   anaPixels = get_ana_pixels();
    1001   anaPixels = (anaPixels == -1) ? ct_NPixels : anaPixels;
    10021002
    10031003  // prepare the NSB simulation
     
    32153215//
    32163216// $Log: not supported by cvs2svn $
     3217// Revision 1.18  2001/03/05 10:36:52  blanch
     3218// A branch with information about the FADC simulation (MMcFadcHeader) is writen
     3219// in the McHeaders tree of the aoutput root file.
     3220// The NSB contribution is only applied if the the number of phe form the shower
     3221// are above a given number.
     3222//
    32173223// Revision 1.17  2001/02/23 11:05:57  magicsol
    32183224// Small changes due to slightly different output format and the introduction of
     
    32453251//
    32463252// $Log: not supported by cvs2svn $
     3253// Revision 1.18  2001/03/05 10:36:52  blanch
     3254// A branch with information about the FADC simulation (MMcFadcHeader) is writen
     3255// in the McHeaders tree of the aoutput root file.
     3256// The NSB contribution is only applied if the the number of phe form the shower
     3257// are above a given number.
     3258//
    32473259// Revision 1.17  2001/02/23 11:05:57  magicsol
    32483260// Small changes due to slightly different output format and the introduction of
Note: See TracChangeset for help on using the changeset viewer.