Changeset 195 in JEM-EUSO


Ignore:
Timestamp:
Sep 26, 2013, 6:09:28 PM (11 years ago)
Author:
moretto
Message:

version working with root & printing the new gain

File:
1 edited

Legend:

Unmodified
Added
Removed
  • equalization_gain/trunk/src/PlotScurvesAll-diffFit.cc

    r194 r195  
    737737         << flag_fit[ch]       
    738738         << endl;
     739      std::cout << "channel " << ch << " old gain " << gain_org[ch] << " new gain " << gain_asic_sfit << std::endl;
    739740  }
    740741
     
    798799//--------------------------------------------------------------------------------------------------------
    799800void Analysis::PlotScurve(
    800                 Int_t    kDrawCh=31,
     801        /*      Int_t    kDrawCh=31,
    801802                TString  fname=kFname,
    802803                TString  fname_ped=kFnamePed, //ASIC_D ped_file
     
    811812                Bool_t   checkAve=0 //0:use ref pix, 1:check average*/
    812813                )
    813 
    814814{
    815815
Note: See TracChangeset for help on using the changeset viewer.