diff --git a/Tools/PyUtils/python/scripts/cmt_newjobo.py b/Tools/PyUtils/python/scripts/cmt_newjobo.py index 9ce07ef77ddaeab91c6b659770cbf6d42265dd21..7acf9cf7ed45d08d7a16a63f3b940902880db948 100644 --- a/Tools/PyUtils/python/scripts/cmt_newjobo.py +++ b/Tools/PyUtils/python/scripts/cmt_newjobo.py @@ -26,13 +26,10 @@ class Templates: #---- Minimal job options ----- -jps.AthenaCommonFlags.AccessMode = "ClassAccess" #Choose from TreeAccess,BranchAccess,ClassAccess,AthenaAccess,POOLAccess -#jps.AthenaCommonFlags.TreeName = "MyTree" #when using TreeAccess, must specify the input tree name +athAlgSeq += CfgMgr.%(klass)s() #adds an instance of your alg to the main alg sequence jps.AthenaCommonFlags.HistOutputs = ["MYSTREAM:myfile.root"] #register output files like this. MYSTREAM is used in the code -athAlgSeq += CfgMgr.%(klass)s() #adds an instance of your alg to the main alg sequence - #---- Options you could specify on command line ----- #jps.AthenaCommonFlags.EvtMax=-1 #set on command-line with: --evtMax=-1