Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CLDConfig/CLDReconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
from Gaudi.Configurables import EventDataSvc, MarlinProcessorWrapper, GeoSvc, TrackingCellIDEncodingSvc
from k4FWCore import ApplicationMgr, IOSvc
from k4FWCore.parseArgs import parser
import sys
sys.path.append('.')
from py_utils import SequenceLoader, parse_collection_patch_file
from k4MarlinWrapper.io_helpers import IOHandlerHelper

Expand Down
2 changes: 2 additions & 0 deletions CLDConfig/cld_arc_steer.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

# First, load cld steering file

import sys
sys.path.append('.')
from cld_steer import *
# change the compact file to the CLD option 3 (which contains ARC)
SIM.compactFile = os.environ["K4GEO"]+"/FCCee/CLD/compact/CLD_o3_v01/CLD_o3_v01.xml"
Expand Down