Changeset 5047 for trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc
- Timestamp:
- 09/15/04 22:28:41 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCam.cc
r5045 r5047 81 81 ///////////////////////////////////////////////////////////////////////////// 82 82 #include "MCalibrationChargeCam.h" 83 #include "MCalibrationChargePix.h" 83 84 84 85 #include <TOrdCollection.h> … … 96 97 #include "MCalibrationQEPix.h" 97 98 98 #include "MCalibrationChargePix.h"99 99 #include "MCalibrationChargeBlindPix.h" 100 100 #include "MCalibrationChargePINDiode.h" … … 165 165 */ 166 166 167 167 // ------------------------------------------------------------------- 168 // 169 // Add MCalibrationChargePix's in the ranges from - to to fPixels 170 // 168 171 void MCalibrationChargeCam::Add(const UInt_t a, const UInt_t b) 169 172 { … … 172 175 } 173 176 174 177 // ------------------------------------------------------------------- 178 // 179 // Add MCalibrationChargePix's in the ranges from - to to fAverageAreas 180 // 175 181 void MCalibrationChargeCam::AddArea(const UInt_t a, const UInt_t b) 176 182 { … … 179 185 } 180 186 187 // ------------------------------------------------------------------- 188 // 189 // Add MCalibrationChargePix's in the ranges from - to to fAverageSectors 190 // 181 191 void MCalibrationChargeCam::AddSector(const UInt_t a, const UInt_t b) 182 192 { … … 583 593 } 584 594 585 // --------------------------------------------------------------------------586 //587 // Calls MCalibrationChargePix::DrawClone()588 //589 void MCalibrationChargeCam::DrawPixelContent(Int_t idx) const590 {591 MCalibrationChargePix &pix = (MCalibrationChargePix&)(*this)[idx];592 pix.DrawClone();593 }594 595 595 596 596
Note:
See TracChangeset
for help on using the changeset viewer.