Skip to content

Commit

Permalink
Merge pull request #38 from kjvbrt/legacypodio
Browse files Browse the repository at this point in the history
Using Podio Legacy Data Service for more algorithms
  • Loading branch information
kjvbrt authored Jul 4, 2023
2 parents acb6b90 + f9cd7fb commit 183d261
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SimG4Components/tests/options/xAngleBoost.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
ApplicationMgr().OutputLevel = INFO

from Configurables import k4LegacyDataSvc
podioevent = k4DataSvc("EventDataSvc")
podioevent = k4LegacyDataSvc("EventDataSvc")
ApplicationMgr().ExtSvc += [podioevent]


Expand Down Expand Up @@ -45,8 +45,8 @@
ApplicationMgr().TopAlg += [xAngleBoost]


from Configurables import PodioOutput
output = PodioOutput("output")
from Configurables import PodioLegacyOutput
output = PodioLegacyOutput("output")
output.filename = "output_xAngleBoost.root"
output.outputCommands = ["keep *"]
ApplicationMgr().TopAlg += [output]
ApplicationMgr().TopAlg += [output]

0 comments on commit 183d261

Please sign in to comment.