Ignore:
Timestamp:
10/01/03 05:49:05 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/CT1Analysis.C

    r2364 r2368  
    219219    //  - write root file for ON data (ON1.root);
    220220
    221     Bool_t JobA_ON = kFALSE; 
    222     Bool_t WHistON = kFALSE;   // write out histogram sigmabar vs. Theta ?
    223     Bool_t WON1    = kFALSE;   // write out root file ON1.root ?
     221    Bool_t JobA_ON = kTRUE; 
     222    Bool_t WHistON = kTRUE;   // write out histogram sigmabar vs. Theta ?
     223    Bool_t WON1    = kTRUE;   // write out root file ON1.root ?
    224224
    225225
     
    252252    //  - update the input files with the hadroness (ON1.root or MC1.root)
    253253
    254     Bool_t JobB_SC_UP  = kTRUE;
     254    Bool_t JobB_SC_UP  = kFALSE;
    255255    Bool_t RMatrix     = kFALSE;  // read training and test matrices from file 
    256256    Bool_t WOptimize   = kFALSE;  // do optimization using the training sample
     
    258258                                  // onto the file parSCfile
    259259    Bool_t RTest       = kFALSE;  // test the supercuts using the test matrix
    260     Bool_t WSC         = kTRUE;  // update input root file ?
     260    Bool_t WSC         = kFALSE;  // update input root file ?
    261261
    262262
Note: See TracChangeset for help on using the changeset viewer.