Changeset 3314


Ignore:
Timestamp:
02/26/04 03:11:34 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3308 r3314  
    55                                                 -*-*- END OF LINE -*-*-
    66 
     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
    717 2004/02/25: Hendrik Bartko
    818 
     
    1020     - set the include path also to msignals/
    1121
    12  2004/02/25: Hendrik Bartko
    13  
    1422   * manalysis/MExtractSignal.[h,cc]
    1523               MExtractSignal2.[h,cc]
  • trunk/MagicSoft/Mars/mbase/MAGIC.h

    r3183 r3314  
    4242} ParticleId_t;
    4343
     44//
     45//     ColorId for calibration
     46//
     47typedef enum
     48{
     49   kBLUE,
     50   kGREEN,
     51   kUV,
     52   kCT1
     53}  PulserColor_t;
     54
    4455const Double_t kRad2Deg = 180.0/3.1415926535897932384626433832795028841971693993751;
    4556
    4657#endif
     58
     59
     60
     61
     62
     63
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r3297 r3314  
    483483    //
    484484    MCalibrationChargePINDiode pindiode;
    485     pindiode.SetColor(MCalibrationChargePINDiode::kECT1);
     485    pindiode.SetColor(kCT1);
    486486
    487487    MCalibrationChargeBlindPix blindpix;
    488     blindpix.SetColor(MCalibrationChargeBlindPix::kECT1);
     488    blindpix.SetColor(kCT1);
    489489
    490490    // Setup Tasklist
Note: See TracChangeset for help on using the changeset viewer.