Changeset 676


Ignore:
Timestamp:
03/05/01 10:49:48 (24 years ago)
Author:
blanch
Message:
Header file for MTrigger.cxx version 1.12
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx

    r635 r676  
    184184  Float_t  FillStar( Int_t, Float_t ) ; 
    185185
    186   void SetNSB( Int_t pix, Float_t resp[TRIGGER_TIME_SLICES]);
     186  void AddNSB( Int_t pix, Float_t resp[TRIGGER_TIME_SLICES]);
    187187
    188188  void ElecNoise() ;
     
    195195
    196196  void SetThreshold (Float_t thres[]);
     197
     198  void SetFwhm(Float_t fwhm){
     199    fwhm_resp=fwhm;
     200  }
     201
     202  void SetAmpl(Float_t ampl){
     203    ampl_resp=ampl;
     204  }
    197205
    198206  void ReadThreshold (char name[]);
Note: See TracChangeset for help on using the changeset viewer.