Ignore:
Timestamp:
11/17/04 09:38:19 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.cc

    r5156 r5415  
    155155using namespace std;
    156156
    157 const Int_t   MHCalibrationChargeCam::fgChargeHiGainNbins =  550;
     157const Int_t   MHCalibrationChargeCam::fgChargeHiGainNbins =  500;
    158158const Axis_t  MHCalibrationChargeCam::fgChargeHiGainFirst = -100.5;
    159 const Axis_t  MHCalibrationChargeCam::fgChargeHiGainLast  =  999.5;
    160 const Int_t   MHCalibrationChargeCam::fgChargeLoGainNbins =  525;
    161 const Axis_t  MHCalibrationChargeCam::fgChargeLoGainFirst = -150.5;
    162 const Axis_t  MHCalibrationChargeCam::fgChargeLoGainLast  =  899.5;
     159const Axis_t  MHCalibrationChargeCam::fgChargeHiGainLast  =  1899.5;
     160const Int_t   MHCalibrationChargeCam::fgChargeLoGainNbins =  620;
     161const Axis_t  MHCalibrationChargeCam::fgChargeLoGainFirst = -350.5;
     162const Axis_t  MHCalibrationChargeCam::fgChargeLoGainLast  =  2049.5;
    163163const TString MHCalibrationChargeCam::gsHistName          = "Charge";
    164164const TString MHCalibrationChargeCam::gsHistTitle         = "Signals";
     
    10821082                    MBadPixelsPix::kLoGainOscillating);
    10831083
     1084
    10841085  return kTRUE;
    10851086}
     
    11091110    {
    11101111      *fLog << warn
    1111             << Form("%s%3.1f%s%2.1f%s%s","Mean ArrivalTime=",mean," < ",fTimeLowerLimit,
    1112                     " slices from lower edge in pixel ",hist.GetName()) << endl;
     1112            << Form("%s%3.1f%s%2.1f%s%2.0f%s%s","Mean ArrivalTime: ",mean," < ",fTimeLowerLimit,
     1113                    " slices from lower edge: ",lowerlimit," in pixel ",hist.GetName()) << endl;
    11131114      bad.SetUncalibrated( MBadPixelsPix::kMeanTimeInFirstBin );
    11141115    }
     
    11171118    {
    11181119      *fLog << warn
    1119             << Form("%s%3.1f%s%2.1f%s%s","Mean ArrivalTime=",mean," > ",fTimeUpperLimit,
    1120                     " slices from upper edge in pixel ",hist.GetName()) << endl;
     1120            << Form("%s%3.1f%s%2.1f%s%2.0f%s%s","Mean ArrivalTime: ",mean," > ",fTimeUpperLimit,
     1121                    " slices from upper edge: ",upperlimit," in pixel ",hist.GetName()) << endl;
    11211122      bad.SetUncalibrated( MBadPixelsPix::kMeanTimeInLast2Bins );
    11221123    }
Note: See TracChangeset for help on using the changeset viewer.