Changeset 7091 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 05/25/05 16:18:11 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTime.h
r5734 r7091 31 31 MExtractTime(const char *name=NULL, const char *title=NULL); 32 32 33 void Print(Option_t *o) const; 33 void Print(Option_t *o) const; //*MENU* 34 34 35 35 void SetNameTimeCam ( const char *name=fgNameTimeCam.Data()) { fNameTimeCam = name; } -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h
r6117 r7091 40 40 Byte_t GetLoGainSwitch () const { return fLoGainSwitch; } 41 41 42 void Print(Option_t *o="") const; 42 void Print(Option_t *o="") const; //*MENU* 43 43 44 44 void SetLoGainStartShift( const Float_t f=fgLoGainStartShift ) { fLoGainStartShift = f + fOffsetLoGain; } -
trunk/MagicSoft/Mars/msignal/MExtractor.h
r7043 r7091 89 89 Float_t GetNumLoGainSamples() const { return fNumLoGainSamples; } 90 90 Float_t GetOffsetLoGain() const { return fOffsetLoGain; } 91 Float_t GetResolutionPerPheHiGain() const { return fResolutionPerPheHiGain; } 92 Float_t GetResolutionPerPheLoGain() const { return fResolutionPerPheLoGain; } 91 93 92 94 Bool_t IsNoiseCalculation () const { return fNoiseCalculation; } … … 112 114 } 113 115 114 void Print(Option_t *o="") const; 116 void Print(Option_t *o="") const; //*MENU* 115 117 116 118 ClassDef(MExtractor, 6) // Signal Extractor Base Class
Note:
See TracChangeset
for help on using the changeset viewer.