Changeset 1261 for trunk/MagicSoft/include-Classes/MMcFormat
- Timestamp:
- 03/18/02 18:45:43 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcTrigHeader.hxx
r1247 r1261 26 26 Float_t fFwhmTrig ; // the width of the signal in nsec 27 27 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 29 33 30 34 public: … … 82 86 } 83 87 88 void SetElecNoise( Float_t elecnoise){ 89 fElecNoiseTrig = elecnoise; 90 } 91 84 92 ClassDef(MMcTrigHeader, 2) //Stores Montecarlo Information which describes the used trigger 85 93
Note:
See TracChangeset
for help on using the changeset viewer.