Changeset 3433 for trunk/MagicSoft


Ignore:
Timestamp:
03/07/04 18:38:54 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.cc

    r3429 r3433  
    4444//
    4545MBadPixelsPix::MBadPixelsPix(const char* name, const char* title)
    46     : fInfo(0)
     46    : fInfo(2)
    4747{
    4848    fName  = name  ? name  : "MBadPixelsPix";
     
    8181
    8282    for (int i=0; i<n; i++)
    83         fInfo[i] |= pix.fInfo[n];
     83        fInfo[i] |= pix.fInfo[i];
    8484}
    8585
  • trunk/MagicSoft/Mars/mbadpixels/MBadPixelsPix.h

    r3424 r3433  
    151151    Bool_t IsCalibrationCombinedMethodOK() const  { return ( IsCalibrationResultOK()
    152152                                                            && (fInfo[1]&kCombinedMethodValid)) ; }
    153    
     153
    154154    void Merge(const MBadPixelsPix &pix);
    155155
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationChargeCam.cc

    r3432 r3433  
    554554    fCam->GetAverageOuterPix()->SetSigmaChargeErr(fCam->GetAverageOuterPix()->GetSigmaChargeErr()*TMath::Sqrt((Float_t)fNumOuterPixels));
    555555   
    556     *fLog << err << TMath::Sqrt((Float_t)fNumInnerPixels) << endl;
    557     *fLog << err << TMath::Sqrt((Float_t)fNumOuterPixels) << endl;
    558 
    559556    return kTRUE;
    560557}
Note: See TracChangeset for help on using the changeset viewer.