Changeset 5920 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/21/05 10:48:07 (20 years ago)
Author:
domingo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/macros/OptimizeDisp.C

    r5907 r5920  
    7575                        //TString typeOpt = "Data";
    7676                        TString typeOpt = "MC";
    77     Bool_t RTest       = kTRUE;  // Test the quality of the Disp estimate
     77    Bool_t RTest       = kFALSE;  // Test the quality of the Disp estimate
    7878                                  // using the test matrix
    79     Bool_t WDisp       = kFALSE;  // Make Disp plots for the data of type :
     79    Bool_t WDisp       = kTRUE;  // Make Disp plots for the data of type :
    8080                        //TString typeInput = "ON";
    8181                        //TString typeInput = "OFF";
     
    103103    TString inPathMC  =
    104104    //"/discpepe/root_0.73mirror/wuerzburg/";
    105     "~domingo/Munich/Munich/MC/";
     105    "~domingo/MAGIC/Disp05/";
    106106   
    107107    // path for output from Mars
    108     TString outPath = "~domingo/Munich/Bcn05/DispOptimization/";
     108    TString outPath = "~domingo/MAGIC/Disp05/DispOptimization/";
    109109   
    110110    //-----------------------------------------------
     
    112112    const char *offfile  = "*OffCrabLow42*";
    113113    const char *onfile   = "*CrabLowEn42*";
    114     const char *mcfile   = "starmc_Gammas_30-20_Period21.27ReducedMC.Zbins0-12";
    115     //const char *mcfile   = "All_gammas0.73wuerzburg_zbin0to12_cleaned_3020_PeakSearch6_RunHeaders";
     114    const char *mcfile   = "All_gammas0.73wuerzburg_zbin0to12_cleaned_3020_PeakSearch6_RunHeaders";
    116115    //-----------------------------------------------
    117116   
Note: See TracChangeset for help on using the changeset viewer.