Skip to content
Snippets Groups Projects
Commit e3904e50 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

ISF_FastCaloSim: enable flake8 and apply fixes

parent d1d433e8
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,5 @@ atlas_add_component( ISF_FastCaloSimSD ...@@ -19,5 +19,5 @@ atlas_add_component( ISF_FastCaloSimSD
LINK_LIBRARIES ${ROOT_LIBRARIES} ${XERCESC_LIBRARIES} ${GEANT4_LIBRARIES} ${CLHEP_LIBRARIES} StoreGateLib SGtests GaudiKernel G4AtlasInterfaces G4AtlasToolsLib CaloDetDescrLib CaloIdentifier GeneratorObjects LArG4Code ISF_FastCaloSimEvent Identifier TileG4InterfacesLib ) LINK_LIBRARIES ${ROOT_LIBRARIES} ${XERCESC_LIBRARIES} ${GEANT4_LIBRARIES} ${CLHEP_LIBRARIES} StoreGateLib SGtests GaudiKernel G4AtlasInterfaces G4AtlasToolsLib CaloDetDescrLib CaloIdentifier GeneratorObjects LArG4Code ISF_FastCaloSimEvent Identifier TileG4InterfacesLib )
# Install files from the package: # Install files from the package:
atlas_install_python_modules( python/*.py ) atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
...@@ -17,7 +17,7 @@ atlas_add_component( ISF_FastCaloSimServices ...@@ -17,7 +17,7 @@ atlas_add_component( ISF_FastCaloSimServices
LINK_LIBRARIES ${CLHEP_LIBRARIES} AtlasHepMCLib ${LWTNN_LIBRARIES} AthenaBaseComps AthenaKernel GaudiKernel IdDictParser ISF_InterfacesLib TrkEventPrimitives TrkExInterfaces CaloEvent StoreGateLib SGtests NavFourMom GeneratorObjects FastCaloSimLib ISF_Event ISF_FastCaloSimEvent ISF_FastCaloSimInterfaces ISF_FastCaloSimParametrizationLib PathResolver) LINK_LIBRARIES ${CLHEP_LIBRARIES} AtlasHepMCLib ${LWTNN_LIBRARIES} AthenaBaseComps AthenaKernel GaudiKernel IdDictParser ISF_InterfacesLib TrkEventPrimitives TrkExInterfaces CaloEvent StoreGateLib SGtests NavFourMom GeneratorObjects FastCaloSimLib ISF_Event ISF_FastCaloSimEvent ISF_FastCaloSimInterfaces ISF_FastCaloSimParametrizationLib PathResolver)
# Install files from the package: # Install files from the package:
atlas_install_python_modules( python/*.py ) atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
atlas_add_test( ISF_FastCaloSimServices_Config_test atlas_add_test( ISF_FastCaloSimServices_Config_test
SCRIPT test/FastCaloSimServices_test.py) SCRIPT test/FastCaloSimServices_test.py)
\ No newline at end of file
...@@ -5,17 +5,10 @@ Tools configurations for ISF_FastCaloSimServices ...@@ -5,17 +5,10 @@ Tools configurations for ISF_FastCaloSimServices
KG Tan, 04/12/2012 KG Tan, 04/12/2012
""" """
from AthenaCommon.CfgGetter import getPrivateTool,getPrivateToolClone,getPublicTool,getPublicToolClone,\ from AthenaCommon.CfgGetter import getService
getService,getServiceClone,getAlgorithm,getAlgorithmClone
from AthenaCommon import CfgMgr from AthenaCommon import CfgMgr
from AthenaCommon.Constants import * # FATAL,ERROR etc.
from AthenaCommon.SystemOfUnits import *
from AthenaCommon.DetFlags import DetFlags
from ISF_Config.ISF_jobProperties import ISF_Flags # IMPORTANT: Flags must be set before tools are retrieved
from ISF_FastCaloSimServices.ISF_FastCaloSimJobProperties import ISF_FastCaloSimFlags from ISF_FastCaloSimServices.ISF_FastCaloSimJobProperties import ISF_FastCaloSimFlags
from ISF_Algorithms.collection_merger_helpers import generate_mergeable_collection_name from ISF_Algorithms.collection_merger_helpers import generate_mergeable_collection_name
......
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