- Timestamp:
- 11/17/04 11:38:28 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Simulation/Detector/include-MLons/MLons.hxx
r5306 r5418 57 57 Float_t fFadcSlicesPerNanosec; // The sampling frequency (GHz) of the FADC 58 58 59 Int_t fGainFluctuations; // Indicates whether or not gain fluctuations have 60 // been simulated for producing the NSB database 61 62 59 63 TRandom *RandomNumber; // RandomGenerator 60 64 … … 65 69 MLons(Int_t in_shapeT, Float_t in_amplT, Float_t in_FwhmT, 66 70 Int_t in_shapeF, Float_t in_integF, Float_t in_FwhmF, 67 Float_t in_Fadc_Slices_per_ns );71 Float_t in_Fadc_Slices_per_ns, Int_t in_Gain_Fluctuations); 68 72 69 73 void Reset() ; … … 83 87 Float_t GetFwhmFadc() ; 84 88 Float_t GetFadcSlicesPerNanosec() {return fFadcSlicesPerNanosec;} 89 Int_t GetGainFluctuations() const { return fGainFluctuations; } 90 85 91 86 92 void GetPath(Char_t *out);
Note:
See TracChangeset
for help on using the changeset viewer.