Changeset 3301 for trunk/MagicSoft/Mars/mcalib
- Timestamp:
- 02/25/04 14:25:21 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/MagicSoft/Mars/mcalib/MCalibrateData.cc ¶
r3299 r3301 188 188 *fLog << all << " pixid, calibrationConversionFactor, ped, pedRMS, pedphot, pedphotRMS :" 189 189 << endl; 190 for ( UInt_t pixid=0; pixid<fPedestal->GetSize(); pixid++)190 for (Int_t pixid=0; pixid<fPedestal->GetSize(); pixid++) 191 191 { 192 192 const MPedestalPix &ped = (*fPedestal)[pixid]; -
TabularUnified trunk/MagicSoft/Mars/mcalib/MCalibrateData.h ¶
r3299 r3301 33 33 { 34 34 private: 35 MGeomCam *fCam;36 MPedestalCam *fPedestal; // Pedestals/slice [ADC counts]37 MCalibrationC am*fCalibrations; // Calibration constants38 MExtractedSignalCam *fSignals; // Integrated charge in FADCs counts35 MGeomCam *fCam; 36 MPedestalCam *fPedestal; // Pedestals/slice [ADC counts] 37 MCalibrationChargeCam *fCalibrations; // Calibration constants 38 MExtractedSignalCam *fSignals; // Integrated charge in FADCs counts 39 39 40 MPedPhotCam *fPedPhot; // Pedestals/(used slices) [photons]41 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation40 MPedPhotCam *fPedPhot; // Pedestals/(used slices) [photons] 41 MCerPhotEvt *fCerPhotEvt; // Cerenkov Photon Event used for calculation 42 42 43 43 Float_t fNumUsedHiGainFADCSlices;
Note:
See TracChangeset
for help on using the changeset viewer.