Ignore:
Timestamp:
12/30/00 16:28:04 (24 years ago)
Author:
harald
Message:
For the development of the StarResponse program, some smaller changes
in the class MTrigger are neccessary. Be carefull, perhaps a change
in the destructor of MTrigger can effect other programs. Be aware of
that!!
File:
1 edited

Legend:

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

    r411 r459  
    199199  }
    200200
     201  void GetResponse( Float_t * resp) ;
     202
    201203  void Diskriminate() ;
    202204
     
    210212
    211213  Int_t GetFirstLevelPixel( Int_t il ) ;
     214
     215  Float_t GetAmplitude() {
     216    return  ampl_resp ; 
     217  }
     218
     219  Float_t GetFwhm() {
     220    return fwhm_resp ;
     221  }
     222
    212223} ;
    213224
Note: See TracChangeset for help on using the changeset viewer.