Ignore:
Timestamp:
07/04/00 15:18:53 (24 years ago)
Author:
MagicSol
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Simulation/Detector
Files:
3 edited

Legend:

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

    r391 r411  
    1919//=
    2020//= $RCSfile: creadparam.h,v $
    21 //= $Revision: 1.4 $
    22 //= $Author: blanch $
    23 //= $Date: 2000-05-11 14:23:28 $
     21//= $Revision: 1.5 $
     22//= $Author: MagicSol $
     23//= $Date: 2000-07-04 14:13:34 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    141141T(starfield_file),  /* starfield file */                              \
    142142T(data_file),       /* data file */                              \
    143 T(diag_file),       /* diagnostic output file (ROOT format) */   \
    144143T(root_file),       /* ROOT file */                              \
    145144T(ct_file),         /* file with the characteristics of the CT */  \
     
    161160T(nowrite_McEvt),   /* nowrite to file .root McEvt infos */ \
    162161T(write_McTrig),    /* write to file .root McTrig infos */ \
    163 T(write_RawEvt),    /* write to file .root RawEvt infos */ \
    164162T(write_all_data),  /* write to file .dat ALL image data */ \
    165163T(select_energy),   /* energy range to read: only for .phe files */ \
     
    169167T(fadc_scan),       /* show fadc signal */ \
    170168T(trigger_loop),    /* make loop over trigger conditions */ \
     169T(trigger_prop),    /* values of trigger properties */ \
     170T(trigger_single),  /* trigger conditions */ \
     171T(Trigger_Loop_Output_Only_Specialists),   /* special steercard */ \
    171172T(end_file)         /* end of the parameters file */
    172173 
     
    210211char *get_starfield_filename(void);
    211212char *get_data_filename(void);
    212 char *get_diag_filename(void);
    213213char *get_root_filename(void);
     214char *get_loop_filename(void);
    214215char *get_ct_filename(void);
    215216int get_nsb(float *n);
     
    236237int get_FADC_Scan(void);
    237238int get_Trigger_Scan(void);
     239void get_Trigger_properties(float *gl, float *ra, float *rf);
    238240int get_Trigger_Loop(int *lt, int *ut, int *lm, int *um, int *lg, int *ug);
     241void get_Trigger_Single(float *t, int *m, int *g);
    239242//!@}
    240243
     
    252255/*
    253256 * $Log: not supported by cvs2svn $
     257 * Revision 1.4  2000/05/11 14:23:28  blanch
     258 * Thi version owns to the version 1.4 of creadparam.cxx.
     259 *
    254260 * Revision 1.3  2000/03/24 18:15:46  blanch
    255261 * *** empty log message ***
  • trunk/MagicSoft/Simulation/Detector/Camera/input.card

    r319 r411  
    11camera 0.3
     2# Reflector file that the program reads
     3input_file /hdb1/users/blanch/Ref_pro/prova.rfl
     4#
     5# Reflector format file that gives the NSB from the stars
     6starfield_file    /hdb1/users/blanch/Starfield/Ref_stf1
     7#
     8# Output file with a brief summary about trigger
     9data_file /hdb1/users/blanch/test.dat
     10#
     11# Root file with the output information
     12root_file /hdb1/users/blanch/Cam_test.root
     13#
     14# Information about the telescope
     15ct_file ../Data/magic.def
     16#
     17# Diskriminator and response properties (gate_lentgh, amplitude and fwhm)
     18# needed for the trigger studies
     19trigger_prop 3.0 1.0 2.0
     20#
     21# Trigger loop mode (theshold, multiplicity and topology)
     22trigger_loop 0 2 4 4 1 1
     23#
     24# Single trigger mode (theshold, multiplicity and topology)
     25#trigger_single 4 4 1
     26#
     27# Write also images that do not trigger
     28#write_all_images
     29#
     30# Analised pixels
     31ana_pixels 595
     32#
     33# Switch on NSB
     34#nsb_on
     35#
     36# Switch off NSB
     37nsb_off
     38# Number of photon from the diffuse NSB
     39nsb_mean 0.09
     40#
     41# Show signal of diskriminator on the screen
     42#trigger_scan
     43#
     44# Show signal of FADC on the screen
     45#fadc_scan
     46#
     47# Select Energy of particles
     48#select_energy 0 10000000000
     49#
     50# Skip showers (interactive)
     51#skip
     52#
     53#Data from STDIN
    254#data_from_stdin
    3 input_file    /data/reflect/test.rfl
    4 output_file   /data/camera/test.phe
    5 data_file     /data/camera/test.dat
    6 diag_file     /data/camera/test-diag.root
    7 root_file     /data/camera/test-raw.root
    8 write_all_images
    9 write_all_data
    10 ct_file       ../Data/magic.def
    11 ana_pixels    595
    12 nsb_mean      0.
    13 nsb_off
    14 threshold     0.0
    15 tail_cut      0.0
    16 islands_off
    17 seeds   69184 10406
    18 end_file   
    19 
     55#
     56# Seeds for random numbers
     57seeds 69184 10406
     58#
     59# End of steercards
     60end_file
  • trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx

    r393 r411  
    157157  MTrigger() ;
    158158
     159  MTrigger(float gate, float ampl, float fwhm) ;
     160 
    159161  ~MTrigger() ;
    160162
Note: See TracChangeset for help on using the changeset viewer.