Changeset 6117


Ignore:
Timestamp:
01/29/05 17:20:56 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/GRB-Proposal/GRB_proposal_2005.tex

    r6108 r6117  
    159159\bibitem{MESZAROS94} Meszaros P., Rees M., MNRAS 289 L41 (1994)
    160160\bibitem{NICOLAGRB} http://www.pd.infn.it/magic/GRB/grb.html
     161\bibitem{GCN} http://gcn.gsfc.nasa.gov/
    161162\bibitem{GCNARCHIVE} http://lheawww.gsfc.nasa.gov/docs/gamcosray/legr/bacodine/gcn3\_archive.html
    162163\bibitem{GOTZ} D. Gotz, S. Mereghetti 2002 Observation of Gamma-ray Bursts with INTEGRAL
  • trunk/MagicSoft/Mars/Changelog

    r6115 r6117  
    2929     - take out call to fSignals->Clear() which is already done in
    3030       MTaskList.
     31
     32   * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc]
     33     - new extractor reducing the bias and solving the problem with the
     34       jumping pulse readout.
    3135
    3236
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h

    r6116 r6117  
    1414  static const Byte_t  fgLoGainSwitch;     //! Default for fLoGainSwitch     (now set to: 100)
    1515 
     16protected:
     17
    1618  Byte_t  fLoGainFirstSave;       //! Temporary variable to store the original position of low-gain start slice
    1719  Float_t fLoGainStartShift;      // Shift to start searching the low-gain signal obtained from the high-gain times.
    18 
    19 protected:
    2020
    2121  Byte_t  fLoGainSwitch;          // Limit for max. bin content before the low-gain gets extracted
  • trunk/MagicSoft/Mars/msignal/Makefile

    r5232 r6117  
    5252           MExtractTimeAndChargeSpline.cc \
    5353           MExtractTimeAndChargeDigitalFilter.cc \
     54           MExtractTimeAndChargeDigitalFilterPeakSearch.cc \
    5455           MArrivalTime.cc \
    5556           MArrivalTimeCalc.cc \
  • trunk/MagicSoft/Mars/msignal/SignalLinkDef.h

    r5232 r6117  
    3333#pragma link C++ class MExtractTimeAndChargeSpline+;
    3434#pragma link C++ class MExtractTimeAndChargeDigitalFilter+;
     35#pragma link C++ class MExtractTimeAndChargeDigitalFilterPeakSearch+;
    3536
    3637
Note: See TracChangeset for help on using the changeset viewer.