Changeset 3627
- Timestamp:
- 04/01/04 21:00:16 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3626 r3627 35 35 * mcalib/MHCalibrationChargeCam.[h,cc] 36 36 - updated and enlarged documentation 37 38 * mcalib/MCalibrationChargePix.[h,cc] 39 - removed flag kLoGainSaturation, because it is already in MBadPixelsPix 40 37 41 38 42 2004/03/31: Markus Gaug -
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.