- Timestamp:
- 11/16/04 11:41:22 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.hxx
r5248 r5408 16 16 #include "TRandom2.h" 17 17 18 #define VERSIONSR 1003.0 18 // 19 // Version 1004: 20 // Added data member fGainFluctuations, which indicates whether PMT 21 // gain fluctuations have been simulated or not in producing the noise 22 // database. A.M. 16/11/2004 23 24 #define VERSIONSR 1004.0 25 19 26 #define TIMERANGE 10000 // ns 20 27 … … 52 59 Int_t fResponseSlicesFadc; 53 60 61 Int_t fGainFluctuations; // Is 0 if PMT gain fluctuations have been 62 // disabled in the input card. By default it is 1 63 54 64 public: 55 65 … … 66 76 void SetFwhmFadc(Float_t in); 67 77 void SetFadcSlicesPerNanosec(Float_t in); 68 78 void SetGainFluctuations(Int_t in) { fGainFluctuations = in; } 69 79 70 80 Float_t GetBrightness(); … … 78 88 Float_t GetTimeRange() {return fTimeRange;} 79 89 Float_t GetFadcSlicesPerNanosec() {return fFadcSlicesPerNanosec;} 90 Int_t GetGainFluctuations() const {return fGainFluctuations;} 80 91 81 92 void SetTrigResponse(Float_t *in);
Note:
See TracChangeset
for help on using the changeset viewer.