Changeset 899


Ignore:
Timestamp:
07/25/01 12:38:00 (23 years ago)
Author:
magicsol
Message:
Minnor changes
File:
1 edited

Legend:

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

    r884 r899  
    1919//=
    2020//= $RCSfile: creadparam.cxx,v $
    21 //= $Revision: 1.10 $
    22 //= $Author: blanch $
    23 //= $Date: 2001-07-19 09:28:30 $
     21//= $Revision: 1.11 $
     22//= $Author: magicsol $
     23//= $Date: 2001-07-25 11:38:00 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    7474static char Loop_filename[PATH_MAX_LENGTH];   //@< special data filename
    7575static char CT_filename[PATH_MAX_LENGTH];     //@< name of the CT def. file
     76static char NSB_directory[PATH_MAX_LENGTH];  //@< database for NSB
    7677static int simulateNSB = TRUE;                //@< Will we simulate NSB?
    7778static int anaPixels = -1;      //@< number of pixels for the analysis
     
    8081static float qThreshold[TRIGGER_PIXELS];     //@< Threshold values
    8182static int Individual_Thres = FALSE;
    82 static char NSB_directory[PATH_MAX_LENGTH];  //@< database for NSB
    8383static float qTailCut;          //@< Tail Cut value
    8484static int nIslandsCut;         //@< Islands Cut value
     
    11821182//
    11831183// $Log: not supported by cvs2svn $
     1184// Revision 1.10  2001/07/19 09:28:30  blanch
     1185// A new command, which allows to set individual trigger threshod for each pixel,
     1186// has been added.
     1187//
    11841188// Revision 1.9  2001/03/05 10:43:18  blanch
    11851189// New input commands have been added:
Note: See TracChangeset for help on using the changeset viewer.