Ignore:
Timestamp:
Sep 27, 2013, 12:19:33 PM (11 years ago)
Author:
dagoret
Message:

class Analysis finished and its compile but need to be debuged

File:
1 edited

Legend:

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

    r200 r201  
    4848
    4949void PlotScurve(
     50                Int_t    kDrawCh=31,
     51                TString  fname=kFname,
     52                TString  fname_ped=kFnamePed, //ASIC_D ped_file
     53                Double_t dac_half_spe_fix = -1,
     54                TString  fname_gain="gain-org.txt",
     55                Int_t    fit_min=kFitMin,
     56                Int_t    fit_max=kFitMax,
     57                Int_t    fit_min_scurve=kFitMinS,
     58                Int_t    fit_max_scurve=kFitMaxS,
     59                Bool_t   kBoard=0, //0:ASIC_C, 1:ASIC_D
     60                Int_t    kChRef=kRefCh,//ASIC_C
     61                Bool_t   checkAve=0 //0:use ref pix, 1:check average
     62                );
     63/*
     64void PlotScurve(
    5065                Int_t    kDrawCh,
    5166                TString  fname,
     
    6277                );
    6378
    64 
     79*/
    6580
    6681
Note: See TracChangeset for help on using the changeset viewer.