Changeset 9069 for trunk/MagicSoft/Mars/msignal
- Timestamp:
- 08/02/08 12:15:18 (16 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r8891 r9069 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1. 69 2008-05-15 18:37:27tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.70 2008-08-02 11:11:21 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 104 104 using namespace std; 105 105 106 const Float_t MExtractTimeAndCharge::fgLoGainStartShift = - 2.5;106 const Float_t MExtractTimeAndCharge::fgLoGainStartShift = -1.0; // was -2.5 107 107 const UInt_t MExtractTimeAndCharge::fgLoGainSwitch = 120; 108 108 -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h
r8362 r9069 35 35 UInt_t GetLoGainSwitch () const { return fLoGainSwitch; } 36 36 37 void SetLoGainStartShift( const Float_t f=fgLoGainStartShift ) { fLoGainStartShift = f + fOffsetLoGain; }37 void SetLoGainStartShift( const Float_t f=fgLoGainStartShift ) { fLoGainStartShift = f; } 38 38 void SetLoGainSwitch ( const UInt_t i=fgLoGainSwitch ) { fLoGainSwitch = i; } 39 39 -
trunk/MagicSoft/Mars/msignal/MExtractor.cc
r8907 r9069 358 358 void MExtractor::Print(Option_t *o) const 359 359 { 360 if (IsA()==MExtractor::Class()) 361 *fLog << GetDescriptor() << ":" << endl; 360 *fLog << GetDescriptor() << ":" << endl; 362 361 363 362 *fLog << " Hi Gain Range: " << Form("%2d %2d", fHiGainFirst, fHiGainLast) << endl;
Note:
See TracChangeset
for help on using the changeset viewer.