Changeset 683 for trunk/MagicSoft


Ignore:
Timestamp:
03/05/01 11:02:10 (24 years ago)
Author:
blanch
Message:
Header file for srreadparam.cxx 1.2
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/StarResponse/srreadparam.h

    r629 r683  
    1919//=
    2020//= $RCSfile: srreadparam.h,v $
    21 //= $Revision: 1.1 $
    22 //= $Author: magicsol $
    23 //= $Date: 2001-02-23 10:14:13 $
     21//= $Revision: 1.2 $
     22//= $Author: blanch $
     23//= $Date: 2001-03-05 11:02:10 $
    2424//=
    2525//=//////////////////////////////////////////////////////////////////////
     
    7272#include "jcdebug.h"
    7373
     74#include "MFadcDefine.h"
     75#include "MTriggerDefine.h"
     76
    7477//!@}
    7578
     
    8689T(database_path),   /* path to store the database */               \
    8790T(simulated_phe),   /* starfield file */                              \
     91T(trig_properties), /* shape for the single phe trigger response */  \
     92T(fadc_properties), /* shape for the single phe fadc response */ \
     93T(write_root),      /* write root file with some histograms */ \
    8894T(end_file)         /* end of the parameters file */
    8995 
     
    121127char *get_database_path(void);
    122128void get_simulated_phe(float *lphe, float *uphe, float *pphe);
     129void get_trig_properties(float *shape, float *ampl, float *fwhm);
     130void get_fadc_properties(float *shape, float *ampl, float *fwhm);
     131int get_write_root();
    123132//!@}
    124133
     
    136145/*
    137146 * $Log: not supported by cvs2svn $
     147 * Revision 1.1  2001/02/23 10:14:13  magicsol
     148 * Header file for srreadparam.cxx version 1.1
     149 *
    138150 */
    139151
Note: See TracChangeset for help on using the changeset viewer.