Changeset 385 for trunk


Ignore:
Timestamp:
03/24/00 18:15:46 (25 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r368 r385  
    1919//=
    2020//= $RCSfile: creadparam.h,v $
    21 //= $Revision: 1.2 $
    22 //= $Author: petry $
    23 //= $Date: 2000-02-18 17:50:07 $
     21//= $Revision: 1.3 $
     22//= $Author: blanch $
     23//= $Date: 2000-03-24 18:15:46 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    159159T(read_phe),        /* read an already camera processed file */ \
    160160T(write_all_images),/* write to file .phe ALL images (even w.o. trigger)*/ \
     161T(nowrite_McEvt),   /* nowrite to file .root McEvt infos */ \
     162T(write_McTrig),    /* write to file .root McTrig infos */ \
     163T(write_RawEvt),    /* write to file .root RawEvt infos */ \
    161164T(write_all_data),  /* write to file .dat ALL image data */ \
    162165T(select_energy),   /* energy range to read: only for .phe files */ \
    163166T(trigger_radius),  /* trigger radius for the camera */ \
    164167T(correction),      /* factor for correction in the pixel values */ \
     168T(trigger_scan),    /* show signal in the diskriminator */ \
     169T(fadc_scan),       /* show fadc signal */ \
    165170T(end_file)         /* end of the parameters file */
    166171 
     
    219224int get_read_phe_all(void);
    220225int get_write_all_images(void);
     226//
     227int get_write_McEvt(void);
     228int get_write_McTrig(void);
     229int get_write_RawEvt(void);
     230//
    221231int get_write_all_data(void);
    222232int get_select_energy(float *le, float *ue);
    223233int get_trigger_radius(float *radius);
    224234int get_correction(float *corr);
     235int get_FADC_Scan(void);
     236int get_Trigger_Scan(void);
    225237//!@}
    226238
     
    238250/*
    239251 * $Log: not supported by cvs2svn $
     252 * Revision 1.2  2000/02/18 17:50:07  petry
     253 * This version belongs to camera.cxx 1.5.
     254 * It version has been put in the repository in order to be
     255 * able to share the further development with others.
     256 *
     257 * If you need something working, wait or take an earlier one.
     258 * See file README
     259 *
    240260 * Revision 1.1.1.1  1999/11/05 11:59:34  harald
    241261 * This the starting point for CVS controlled further developments of the
Note: See TracChangeset for help on using the changeset viewer.