Changeset 3627 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 04/01/04 21:00:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc
r3603 r3627 139 139 140 140 SetHiGainSaturation ( kFALSE ); 141 SetLoGainSaturation ( kFALSE );142 141 SetExcluded ( kFALSE ); 143 142 SetBlindPixelMethodValid ( kFALSE ); … … 302 301 } 303 302 304 // --------------------------------------------------------------------------305 //306 // Set the Lo Gain Saturation Bit from outside307 //308 void MCalibrationChargePix::SetLoGainSaturation(Bool_t b)309 {310 b ? SETBIT(fFlags, kLoGainSaturation) : CLRBIT(fFlags, kLoGainSaturation);311 }312 303 313 304 // -------------------------------------------------------------------------- … … 542 533 } 543 534 544 Bool_t MCalibrationChargePix::IsLoGainSaturation() const545 {546 return TESTBIT(fFlags,kLoGainSaturation);547 }548 549 535 Bool_t MCalibrationChargePix::IsBlindPixelMethodValid() const 550 536 {
Note:
See TracChangeset
for help on using the changeset viewer.