Changeset 3553 for trunk/MagicSoft
- Timestamp:
- 03/19/04 18:55:40 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3552 r3553 40 40 - included MCalibrationQECam to be initialized 41 41 42 42 * mcalib/MCalibrationChargePix.[h,cc] 43 * mcalib/MCalibrationQEPix.[h,cc] 44 - replace DefinePixId by SetPixId 43 45 2004/03/18: Raquel de los Reyes 44 46 -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.h
r3510 r3553 131 131 132 132 // Setter 133 void SetPixId( const Int_t i ) { fPixId = i; } 134 133 135 void SetPedestal(const Float_t ped, const Float_t pedrms, const Float_t pederr); 134 136 … … 280 282 Bool_t IsCombinedMethodValid() const; 281 283 282 void DefinePixId(Int_t i);283 284 284 // Miscellaneous 285 285 void ApplyLoGainConversion();
Note:
See TracChangeset
for help on using the changeset viewer.