Index: trunk/MagicSoft/Mars/macros/CT1Analysis.C
===================================================================
--- trunk/MagicSoft/Mars/macros/CT1Analysis.C	(revision 2367)
+++ trunk/MagicSoft/Mars/macros/CT1Analysis.C	(revision 2368)
@@ -219,7 +219,7 @@
     //  - write root file for ON data (ON1.root);
 
-    Bool_t JobA_ON = kFALSE;  
-    Bool_t WHistON = kFALSE;   // write out histogram sigmabar vs. Theta ?
-    Bool_t WON1    = kFALSE;   // write out root file ON1.root ?
+    Bool_t JobA_ON = kTRUE;  
+    Bool_t WHistON = kTRUE;   // write out histogram sigmabar vs. Theta ?
+    Bool_t WON1    = kTRUE;   // write out root file ON1.root ?
 
 
@@ -252,5 +252,5 @@
     //  - update the input files with the hadroness (ON1.root or MC1.root)
 
-    Bool_t JobB_SC_UP  = kTRUE;
+    Bool_t JobB_SC_UP  = kFALSE;
     Bool_t RMatrix     = kFALSE;  // read training and test matrices from file  
     Bool_t WOptimize   = kFALSE;  // do optimization using the training sample
@@ -258,5 +258,5 @@
                                   // onto the file parSCfile
     Bool_t RTest       = kFALSE;  // test the supercuts using the test matrix
-    Bool_t WSC         = kTRUE;  // update input root file ?
+    Bool_t WSC         = kFALSE;  // update input root file ?
 
 
