Skip to content
Snippets Groups Projects
Commit 477f35dd authored by Marten Zefanja Barel's avatar Marten Zefanja Barel Committed by Walter Lampl
Browse files

Update output filenames of NSWPRDValAlg scripts

Update output filenames of NSWPRDValAlg scripts
parent 05e9b701
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ from AthenaConfiguration.ComponentFactory import CompFactory
def NSWPRDValAlgRecoCfg(flags, name = "NSWPRDValAlg", **kwargs):
result = ComponentAccumulator()
histSvc = CompFactory.THistSvc(Output=["NSWPRDValAlg DATAFILE='NSWPRDValAlg.digi.ntuple.root' OPT='RECREATE'"])
histSvc = CompFactory.THistSvc(Output=["NSWPRDValAlg DATAFILE='NSWPRDValAlg.reco.ntuple.root' OPT='RECREATE'"])
result.addService(histSvc)
kwargs.setdefault("doTruth", True)
......
......@@ -11,7 +11,7 @@ from AthenaCommon.Constants import INFO
def NSWPRDValAlgSimCfg(flags, name = "NSWPRDValAlg", **kwargs):
result = ComponentAccumulator()
histSvc = CompFactory.THistSvc(Output=["NSWPRDValAlg DATAFILE='NSWPRDValAlg.digi.ntuple.root' OPT='RECREATE'"])
histSvc = CompFactory.THistSvc(Output=["NSWPRDValAlg DATAFILE='NSWPRDValAlg.sim.ntuple.root' OPT='RECREATE'"])
result.addService(histSvc)
kwargs.setdefault("OutputLevel", INFO)
......
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