Skip to content
Snippets Groups Projects
Commit 1111eeb3 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'py-config-tidy' into 'master'

Tidy up python config in RngComps and BCM_Digitization

See merge request !20566
parents 3fa3d6ea af6d3e4e
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,!20566Tidy up python config in RngComps and BCM_Digitization
......@@ -70,8 +70,8 @@ atlas_add_test( RNGWrapper_test
GaudiKernel AtlasCLHEP_RandomGenerators )
atlas_add_test( RandomServices_test
SCRIPT python/RandomServices_test.py )
SCRIPT test/RandomServices_test.py )
# Install files from the package:
atlas_install_python_modules( python/*.py )
atlas_install_joboptions( share/*.py )
atlas_install_joboptions( share/*.py test/*.py )
......@@ -6,7 +6,7 @@ Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
from AthenaCommon.Logging import log
from AthenaCommon.Constants import DEBUG
from AthenaCommon.Configurable import Configurable
from RandomServices import dSFMT, Ranlux64, Ranecu, RNG
from RngComps.RandomServices import dSFMT, Ranlux64, Ranecu, RNG
# Set up logging and new style config
log.setLevel(DEBUG)
......
......@@ -5,8 +5,6 @@ Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
from AthenaCommon import CfgMgr
from RngComps.RandomServices import RNG, AthEngines
from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
from Digitization.DigitizationFlags import digitizationFlags
from OverlayCommonAlgs.OverlayFlags import overlayFlags
# The earliest and last bunch crossing times for which interactions will be sent
# to the BCM Digitization code.
......
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