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

Clean up naming

parent 904f8f7d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
################################################################################
# Declare the package name:
atlas_subdir( ReadGenie )
atlas_subdir( GenieReader )
# Install files from the package:
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)
# EVTMAX can be omitted; then all input files are read to the end
......@@ -22,7 +22,7 @@ import AthenaRootComps.ReadAthenaRoot
svcMgr.EventSelector.InputCollections = INPUT
svcMgr.EventSelector.TupleName = "gFaser"
from ReadGenie.GenieReader import GenieReader
from GenieReader.GenieReaderAlg import GenieReader
from AthenaCommon.AlgSequence import 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