Changeset 6393 for trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
- Timestamp:
- 02/12/05 11:36:50 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.cc
r6296 r6393 565 565 { 566 566 567 /*568 if (IsInterlaced())569 {570 if (!(fTrigPattern->GetPrescaled() & MTriggerPattern::kCalibration))571 {572 if (IsDebug())573 {574 for (Int_t i=16; i>= 0; i--)575 *fLog << err << (fTrigPattern->GetPrescaled() >> i & 1);576 *fLog << endl;577 }578 return kTRUE;579 }580 else581 {582 if (IsDebug())583 {584 for (Int_t i=16; i>= 0; i--)585 *fLog << inf << (fTrigPattern->GetPrescaled() >> i & 1);586 *fLog << endl;587 }588 }589 }590 */591 592 567 const MCalibrationCam::PulserColor_t col = fCalibPattern->GetPulserColor(); 593 568 const Float_t strength = fCalibPattern->GetPulserStrength();
Note:
See TracChangeset
for help on using the changeset viewer.