Skip to content
Snippets Groups Projects
Commit d6807b1b authored by Will Buttinger's avatar Will Buttinger
Browse files

Update generatePRW_jobOptions.py - had to remove the default period...

Update generatePRW_jobOptions.py - had to remove the default period assignments for config file generating.

Former-commit-id: 55489ba93c8815327dd34f2eb2fd26abd41c6d76
parent 7e7dcf66
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ if len(svcMgr.EventSelector.InputCollections)==0:
#instantiate a tool without a config file, so that it's in config file making mode ...
ToolSvc += CfgMgr.CP__PileupReweightingTool("auto",ConfigFiles=[],LumiCalcFiles=[],DataScaleFactor=1.0,DataScaleFactorUP=0.,DataScaleFactorDOWN=0.)
ToolSvc += CfgMgr.CP__PileupReweightingTool("auto",ConfigFiles=[],LumiCalcFiles=[],DataScaleFactor=1.0,DataScaleFactorUP=0.,DataScaleFactorDOWN=0.,PeriodAssignments=[])
#need to configure the weighttool to use TruthEvents, because of ATLASSIM-2989 bug in 20.7
ToolSvc += CfgMgr.McEventWeight("MyWeights",UseTruthEvents=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment