Changeset 2877


Ignore:
Timestamp:
01/21/04 22:35:12 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2876 r2877  
    44
    55                                                 -*-*- END OF LINE -*-*-
     6 2004/01/22: Markus Gaug
     7
     8   * macros/calibration.C
     9     - made MStatusDisplay 3 bit smaller
     10
     11   * manalysis/MExtractSignal.cc
     12     - put fSignals->SetUsedFADCSlices into PreProcess
     13
     14
    615 2004/01/21: Abelardo Moralejo
    716
  • trunk/MagicSoft/Mars/macros/calibration.C

    r2853 r2877  
    2323\* ======================================================================== */
    2424
    25 void calibration(TString pedname="/mnt/Data/rootdata/Miscellaneous/2003_12_19/20031218_03522_P_Park_E.root",
    26              TString calname="/mnt/Data/rootdata/Miscellaneous/2003_12_19/20031218_03527_C_Park_E.root")
     25// const TString pedfile = "/mnt/Data/rootdata/DarkPatch4/2003_11_27/20031126_03030_P_DarkPatch4_E.root";
     26// const TString calfile = "/mnt/Data/rootdata/DarkPatch4/2004_01_17/20040116_*_C_DarkPatch2_E.root";
     27
     28const TString pedfile = "/mnt/Data/rootdata/Miscellaneous/2003_12_19/20031218_03522_P_Park_E.root";
     29const TString calfile = "/mnt/Data/rootdata/Miscellaneous/2003_12_19/20031218_03527_C_Park_E.root";
     30
     31void calibration(TString pedname=pedfile,
     32             TString calname=calfile)
    2733{
    2834
     
    224230    MStatusDisplay *d3 = new MStatusDisplay;
    225231    d3->SetUpdateTime(3000);
    226     d3->Resize(1180,900);
     232    d3->Resize(850,700);
    227233
    228234    gStyle->SetOptStat(1111);
     
    370376 
    371377  gStyle->SetStatH(he);     
    372   gStyle->SetStatW(wi);     
     378  gStyle->SetStatW(wi);
    373379
    374380}
Note: See TracChangeset for help on using the changeset viewer.