Changeset 4260 for trunk/MagicSoft/Mars
- Timestamp:
- 06/01/04 20:01:34 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/msignal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r4258 r4260 126 126 void MExtractTimeAndCharge::FindTimeAndChargeHiGain(Byte_t *firstused, Byte_t *logain, Float_t &sum, Float_t &dsum, 127 127 Float_t &time, Float_t &dtime, 128 Byte_t &sat, const MPedestalPix &ped) const128 Byte_t &sat, const MPedestalPix &ped) 129 129 { 130 130 return; … … 133 133 void MExtractTimeAndCharge::FindTimeAndChargeLoGain(Byte_t *firstused, Float_t &sum, Float_t &dsum, 134 134 Float_t &time, Float_t &dtime, 135 Byte_t &sat, const MPedestalPix &ped) const135 Byte_t &sat, const MPedestalPix &ped) 136 136 { 137 137 return; … … 151 151 MRawEvtPixelIter pixel(fRawEvt); 152 152 fArrTime->Clear(); 153 fSignals->Clear(); 153 154 154 155 while (pixel.Next()) -
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h
r4258 r4260 17 17 virtual void FindTimeAndChargeHiGain(Byte_t *firstused, Byte_t *logain, Float_t &sum, Float_t &dsum, 18 18 Float_t &time, Float_t &dtime, 19 Byte_t &sat, const MPedestalPix &ped) const;19 Byte_t &sat, const MPedestalPix &ped); 20 20 virtual void FindTimeAndChargeLoGain(Byte_t *firstused, Float_t &sum, Float_t &dsum, 21 21 Float_t &time, Float_t &dtime, 22 Byte_t &sat, const MPedestalPix &ped) const;22 Byte_t &sat, const MPedestalPix &ped); 23 23 24 24 public:
Note:
See TracChangeset
for help on using the changeset viewer.