Skip to content
Snippets Groups Projects
Commit 453716b0 authored by Dave Casper's avatar Dave Casper
Browse files

Merge branch 'master-cabling-db' into 'master-cabling-db'

Clean up file naming

See merge request !190
parents 5606ea70 2b14a5cb
No related branches found
No related tags found
2 merge requests!192Put cabling database into production,!190Clean up file naming
Pipeline #3417021 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
################################################################################ ################################################################################
# Declare the package name: # Declare the package name:
atlas_subdir( ReadGenie ) atlas_subdir( GenieReader )
# Install files from the package: # Install files from the package:
atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} ) atlas_install_python_modules( python/*.py POST_BUILD_CMD ${ATLAS_FLAKE8} )
......
# #
# Usage: athena.py -c'INPUT=["faser.1.gfaser.root","faser.2.gfaser.root"]; OUTPUT="gFaser.EVNT.pool.root"; EVTMAX=100' ReadGenie_jobOptions.py # Usage: athena.py -c'INPUT=["faser.1.gfaser.root","faser.2.gfaser.root"]; OUTPUT="gFaser.EVNT.pool.root"; EVTMAX=100' GenieReader/GenieReader_jobOptions.py >& GenieReader.log
# #
# INPUT and OUTPUT are mandatory (INPUT can be a list, as shown above) # INPUT and OUTPUT are mandatory (INPUT can be a list, as shown above)
# EVTMAX can be omitted; then all input files are read to the end # EVTMAX can be omitted; then all input files are read to the end
...@@ -22,7 +22,7 @@ import AthenaRootComps.ReadAthenaRoot ...@@ -22,7 +22,7 @@ import AthenaRootComps.ReadAthenaRoot
svcMgr.EventSelector.InputCollections = INPUT svcMgr.EventSelector.InputCollections = INPUT
svcMgr.EventSelector.TupleName = "gFaser" svcMgr.EventSelector.TupleName = "gFaser"
from ReadGenie.GenieReader import GenieReader from GenieReader.GenieReaderAlg import GenieReader
from AthenaCommon.AlgSequence import AlgSequence from AthenaCommon.AlgSequence import AlgSequence
job = AlgSequence() job = AlgSequence()
......
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