Changeset 5207
- Timestamp:
- 10/08/04 00:43:03 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r5193 r5207 121 121 fLoGainFirst, fLoGainLast, fNumLoGainSamples); 122 122 123 *fLog << endl; 124 *fLog << inf << GetDescriptor() << ": Taking " << fNumHiGainSamples 125 << " HiGain samples from slice " << (Int_t)fHiGainFirst 126 << " to " << (Int_t)(fHiGainLast+fHiLoLast) << " incl" << endl; 127 *fLog << inf << GetDescriptor() << ": Taking " << fNumLoGainSamples 128 << " LoGain samples from slice " << (Int_t)fLoGainFirst 129 << " to " << (Int_t)fLoGainLast << " incl" << endl; 130 123 131 return kTRUE; 124 132 } -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeSpline.cc
r5206 r5207 461 461 b = 0.; 462 462 463 step = 0. 6;463 step = 0.5; 464 464 Bool_t back = kFALSE; 465 465 -
trunk/MagicSoft/Mars/msignal/Makefile
r5146 r5207 49 49 MExtractTimeHighestIntegral.cc \ 50 50 MExtractTimeAndCharge.cc \ 51 MExtractTimeAndChargeSpline.cc \ 51 52 MExtractTimeAndChargeDigitalFilter.cc \ 52 53 MArrivalTime.cc \ -
trunk/MagicSoft/Mars/msignal/SignalLinkDef.h
r5146 r5207 30 30 31 31 #pragma link C++ class MExtractTimeAndCharge+; 32 #pragma link C++ class MExtractTimeAndChargeSpline+; 32 33 #pragma link C++ class MExtractTimeAndChargeDigitalFilter+; 33 34
Note:
See TracChangeset
for help on using the changeset viewer.