Changeset 2368 for trunk/MagicSoft
- Timestamp:
- 10/01/03 05:49:05 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/CT1Analysis.C
r2364 r2368 219 219 // - write root file for ON data (ON1.root); 220 220 221 Bool_t JobA_ON = k FALSE;222 Bool_t WHistON = k FALSE; // write out histogram sigmabar vs. Theta ?223 Bool_t WON1 = k FALSE; // 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 ? 224 224 225 225 … … 252 252 // - update the input files with the hadroness (ON1.root or MC1.root) 253 253 254 Bool_t JobB_SC_UP = k TRUE;254 Bool_t JobB_SC_UP = kFALSE; 255 255 Bool_t RMatrix = kFALSE; // read training and test matrices from file 256 256 Bool_t WOptimize = kFALSE; // do optimization using the training sample … … 258 258 // onto the file parSCfile 259 259 Bool_t RTest = kFALSE; // test the supercuts using the test matrix 260 Bool_t WSC = k TRUE; // update input root file ?260 Bool_t WSC = kFALSE; // update input root file ? 261 261 262 262
Note:
See TracChangeset
for help on using the changeset viewer.