Ignore:
Timestamp:
11/16/04 11:41:22 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Detector/StarResponse/MStarLight.hxx

    r5248 r5408  
    1616#include "TRandom2.h"
    1717
    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
    1926#define TIMERANGE   10000  // ns
    2027
     
    5259  Int_t    fResponseSlicesFadc;
    5360
     61  Int_t    fGainFluctuations; // Is 0 if PMT gain fluctuations have been
     62                              // disabled in the input card. By default it is 1
     63
    5464 public:
    5565
     
    6676  void SetFwhmFadc(Float_t in);
    6777  void SetFadcSlicesPerNanosec(Float_t in);
    68 
     78  void SetGainFluctuations(Int_t in) { fGainFluctuations = in; }
    6979
    7080  Float_t GetBrightness();
     
    7888  Float_t GetTimeRange()            {return fTimeRange;}
    7989  Float_t GetFadcSlicesPerNanosec() {return fFadcSlicesPerNanosec;}
     90  Int_t   GetGainFluctuations()   const {return fGainFluctuations;}
    8091
    8192  void SetTrigResponse(Float_t *in);
Note: See TracChangeset for help on using the changeset viewer.