Changeset 5232
- Timestamp:
- 10/11/04 23:40:50 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5221 r5232 28 28 * msignal/MExtractTimeAndChargeSpline.[h,cc] 29 29 - fixed class documentation and some last bugs. 30 31 * msignal/MExtractTimeAndChargeSlidingWindow.[h,cc] 32 * msignal/Makefile 33 * msignal/SignalLinkDef.h 34 - the combined extractor class sliding window and highest integral 35 with pedestal-AB-flag corrected, to be used for the TDAS-extractor 36 30 37 31 38 2004/10/08: Markus Meyer and Keiichi Mase -
trunk/MagicSoft/Mars/msignal/Makefile
r5207 r5232 49 49 MExtractTimeHighestIntegral.cc \ 50 50 MExtractTimeAndCharge.cc \ 51 MExtractTimeAndChargeSlidingWindow.cc \ 51 52 MExtractTimeAndChargeSpline.cc \ 52 53 MExtractTimeAndChargeDigitalFilter.cc \ -
trunk/MagicSoft/Mars/msignal/SignalLinkDef.h
r5207 r5232 30 30 31 31 #pragma link C++ class MExtractTimeAndCharge+; 32 #pragma link C++ class MExtractTimeAndChargeSlidingWindow+; 32 33 #pragma link C++ class MExtractTimeAndChargeSpline+; 33 34 #pragma link C++ class MExtractTimeAndChargeDigitalFilter+;
Note:
See TracChangeset
for help on using the changeset viewer.