Ignore:
Timestamp:
04/07/05 11:32:22 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r6906 r6913  
    198198  fName  = name  ? name  : "MJCalibration";
    199199  fTitle = title ? title : "Tool to create the calibration constants for one calibration run";
    200  
    201   SetUseBlindPixel(kFALSE);
    202   SetUsePINDiode(kFALSE);
    203200 
    204201  SetHiLoCalibration();
     
    21052102}
    21062103
    2107 
    2108 // --------------------------------------------------------------------------
    2109 //
    2110 // Set the useage of the Blind Pixel device
    2111 //
    2112 void MJCalibration::SetUseBlindPixel(const Bool_t b)
    2113 {
    2114   b ? SETBIT(fDevices,kUseBlindPixel) : CLRBIT(fDevices,kUseBlindPixel);
    2115 }
    2116 
    2117 // --------------------------------------------------------------------------
    2118 //
    2119 // Set the useage of the PIN Diode device
    2120 //
    2121 void MJCalibration::SetUsePINDiode(const Bool_t b)
    2122 {
    2123   b ? SETBIT(fDevices,kUsePINDiode) : CLRBIT(fDevices,kUsePINDiode);
    2124 }
    2125 
    21262104/*
    21272105Bool_t MJCalibration::WriteEventloop(MEvtLoop &evtloop) const
Note: See TracChangeset for help on using the changeset viewer.