Ignore:
Timestamp:
03/18/02 18:45:43 (23 years ago)
Author:
blanch
Message:
The data member fElecNoiseTrig has been introduced
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx

    r1247 r1261  
    2626  Float_t  fFwhmTrig    ;   // the width of the signal in nsec
    2727  Float_t  fOverlapingTime;// Minimum coincidence time
    28   Float_t  fGateLeng;       // the length of the digital signal if analog signal is above threshold
     28  Float_t  fGateLeng;       // the length of the digital signal if analog
     29                            // signal is above threshold
     30  Float_t  fElecNoiseTrig;  // The width of the gaussian noise is that times
     31                            // the amplitude of the single phe response
     32                            // for the trigger
    2933
    3034 public:
     
    8286  }
    8387
     88  void SetElecNoise( Float_t elecnoise){
     89    fElecNoiseTrig = elecnoise;
     90  }
     91
    8492  ClassDef(MMcTrigHeader, 2)  //Stores Montecarlo Information which describes the used trigger
    8593
Note: See TracChangeset for help on using the changeset viewer.