Changeset 3314
- Timestamp:
- 02/26/04 03:11:34 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r3308 r3314 5 5 -*-*- END OF LINE -*-*- 6 6 7 2004/02/25: Markus Gaug 8 9 * mcalib/MCalibrationChargeBlindPix.h 10 * mcalib/MCalibrationChargePINDiode.h 11 * mbase/MAGIC.h 12 * mjobs/MJCalibration.cc 13 14 - definition of PulserColot_t in MAGIC.h. 15 16 7 17 2004/02/25: Hendrik Bartko 8 18 … … 10 20 - set the include path also to msignals/ 11 21 12 2004/02/25: Hendrik Bartko13 14 22 * manalysis/MExtractSignal.[h,cc] 15 23 MExtractSignal2.[h,cc] -
trunk/MagicSoft/Mars/mbase/MAGIC.h
r3183 r3314 42 42 } ParticleId_t; 43 43 44 // 45 // ColorId for calibration 46 // 47 typedef enum 48 { 49 kBLUE, 50 kGREEN, 51 kUV, 52 kCT1 53 } PulserColor_t; 54 44 55 const Double_t kRad2Deg = 180.0/3.1415926535897932384626433832795028841971693993751; 45 56 46 57 #endif 58 59 60 61 62 63 -
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r3297 r3314 483 483 // 484 484 MCalibrationChargePINDiode pindiode; 485 pindiode.SetColor( MCalibrationChargePINDiode::kECT1);485 pindiode.SetColor(kCT1); 486 486 487 487 MCalibrationChargeBlindPix blindpix; 488 blindpix.SetColor( MCalibrationChargeBlindPix::kECT1);488 blindpix.SetColor(kCT1); 489 489 490 490 // Setup Tasklist
Note:
See TracChangeset
for help on using the changeset viewer.