Changeset 6117
- Timestamp:
- 01/29/05 17:20:56 (20 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/GRB-Proposal/GRB_proposal_2005.tex
r6108 r6117 159 159 \bibitem{MESZAROS94} Meszaros P., Rees M., MNRAS 289 L41 (1994) 160 160 \bibitem{NICOLAGRB} http://www.pd.infn.it/magic/GRB/grb.html 161 \bibitem{GCN} http://gcn.gsfc.nasa.gov/ 161 162 \bibitem{GCNARCHIVE} http://lheawww.gsfc.nasa.gov/docs/gamcosray/legr/bacodine/gcn3\_archive.html 162 163 \bibitem{GOTZ} D. Gotz, S. Mereghetti 2002 Observation of Gamma-ray Bursts with INTEGRAL -
trunk/MagicSoft/Mars/Changelog
r6115 r6117 29 29 - take out call to fSignals->Clear() which is already done in 30 30 MTaskList. 31 32 * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.[h,cc] 33 - new extractor reducing the bias and solving the problem with the 34 jumping pulse readout. 31 35 32 36 -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h
r6116 r6117 14 14 static const Byte_t fgLoGainSwitch; //! Default for fLoGainSwitch (now set to: 100) 15 15 16 protected: 17 16 18 Byte_t fLoGainFirstSave; //! Temporary variable to store the original position of low-gain start slice 17 19 Float_t fLoGainStartShift; // Shift to start searching the low-gain signal obtained from the high-gain times. 18 19 protected:20 20 21 21 Byte_t fLoGainSwitch; // Limit for max. bin content before the low-gain gets extracted -
trunk/MagicSoft/Mars/msignal/Makefile
r5232 r6117 52 52 MExtractTimeAndChargeSpline.cc \ 53 53 MExtractTimeAndChargeDigitalFilter.cc \ 54 MExtractTimeAndChargeDigitalFilterPeakSearch.cc \ 54 55 MArrivalTime.cc \ 55 56 MArrivalTimeCalc.cc \ -
trunk/MagicSoft/Mars/msignal/SignalLinkDef.h
r5232 r6117 33 33 #pragma link C++ class MExtractTimeAndChargeSpline+; 34 34 #pragma link C++ class MExtractTimeAndChargeDigitalFilter+; 35 #pragma link C++ class MExtractTimeAndChargeDigitalFilterPeakSearch+; 35 36 36 37
Note:
See TracChangeset
for help on using the changeset viewer.