Changeset 676
- Timestamp:
- 03/05/01 10:49:48 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MTrigger/MTrigger.hxx
r635 r676 184 184 Float_t FillStar( Int_t, Float_t ) ; 185 185 186 void SetNSB( Int_t pix, Float_t resp[TRIGGER_TIME_SLICES]);186 void AddNSB( Int_t pix, Float_t resp[TRIGGER_TIME_SLICES]); 187 187 188 188 void ElecNoise() ; … … 195 195 196 196 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 } 197 205 198 206 void ReadThreshold (char name[]);
Note:
See TracChangeset
for help on using the changeset viewer.