Skip to content
Snippets Groups Projects
Commit eb134068 authored by Daniel Louis Noel's avatar Daniel Louis Noel
Browse files

Added G4AtlasFieldServices test

parent fb5422e6
No related branches found
No related tags found
9 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!28528Revert 63f845ae,!27054Atr20369 210,!26342Monopole: Handle fractionally charged particles,!24014Updated the DetGeoSvc to the new style
...@@ -34,6 +34,11 @@ atlas_add_test( G4AtlasFieldServices_test ...@@ -34,6 +34,11 @@ atlas_add_test( G4AtlasFieldServices_test
PROPERTIES TIMEOUT 300 ) PROPERTIES TIMEOUT 300 )
#test G4AtlasFieldServices
atlas_add_test( G4AtlasFieldServices_test
SCRIPT test/G4AtlasFieldServices_test.py
PROPERTIES TIMEOUT 300 )
# Install files from the package: # Install files from the package:
atlas_install_headers( G4AtlasServices ) atlas_install_headers( G4AtlasServices )
atlas_install_python_modules( python/*.py ) atlas_install_python_modules( python/*.py )
......
...@@ -93,7 +93,6 @@ def Q6VKickFwdG4FieldSvcCfg(ConfigFlags, name='Q6VKickFwdG4FieldSvc', **kwargs): ...@@ -93,7 +93,6 @@ def Q6VKickFwdG4FieldSvcCfg(ConfigFlags, name='Q6VKickFwdG4FieldSvc', **kwargs):
return StandardFieldSvc(name, **kwargs) return StandardFieldSvc(name, **kwargs)
if __name__ == '__main__': if __name__ == '__main__':
from AthenaConfiguration.MainServicesConfig import MainServicesSerialCfg from AthenaConfiguration.MainServicesConfig import MainServicesSerialCfg
import os import os
......
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