Skip to content
Snippets Groups Projects
Commit 5062fdb4 authored by Ewelina Maria Lobodzinska's avatar Ewelina Maria Lobodzinska
Browse files

Superchic: change the name of env. variable

parent 8de451e8
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ find_package( Superchic )
if( SUPERCHIC_FOUND )
set( SUPERCHICENVIRONMENT_ENVIRONMENT
FORCESET SUPERCHICVER ${SUPERCHIC_LCGVERSION}
FORCESET SUPERCHICPATH ${SUPERCHIC_LCGROOT} )
FORCESET SUPERCHIC_SOURCE_PATH ${SUPERCHIC_LCGROOT} )
endif()
# Silently declare the module found:
......
......@@ -12,7 +12,7 @@ logger = Logging.logging.getLogger("Superchic_i")
class SuperChicConfig:
def __init__(self, runArgs):
self.superchicpath = os.environ['SUPERCHICPATH']
self.superchicpath = os.environ['SUPERCHIC_SOURCE_PATH']
#SuperChic specific variables for input.DAT, see writeInputDAT function for more elaboration
self.rts = 13000. #collision energy (GeV)
......
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