Skip to content
Snippets Groups Projects

Draft: Turned on debugging

Open Whitney Armstrong requested to merge acts_surface_debug into master
@@ -16,7 +16,7 @@ input_sim_file = str(os.environ["JUGGLER_SIM_FILE"])
@@ -16,7 +16,7 @@ input_sim_file = str(os.environ["JUGGLER_SIM_FILE"])
output_rec_file = str(os.environ["JUGGLER_REC_FILE"])
output_rec_file = str(os.environ["JUGGLER_REC_FILE"])
n_events = str(os.environ["JUGGLER_N_EVENTS"])
n_events = str(os.environ["JUGGLER_N_EVENTS"])
geo_service = GeoSvc("GeoSvc", detectors=["{}/{}.xml".format(detector_path,detector_name)], OutputLevel=WARNING)
geo_service = GeoSvc("GeoSvc", detectors=["{}/{}.xml".format(detector_path,detector_name)], OutputLevel=DEBUG)
podioevent = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=WARNING)
podioevent = EICDataSvc("EventDataSvc", inputs=[input_sim_file], OutputLevel=WARNING)
from Configurables import PodioInput
from Configurables import PodioInput
@@ -179,6 +179,6 @@ ApplicationMgr(
@@ -179,6 +179,6 @@ ApplicationMgr(
EvtSel = 'NONE',
EvtSel = 'NONE',
EvtMax = n_events,
EvtMax = n_events,
ExtSvc = [podioevent,geo_service],
ExtSvc = [podioevent,geo_service],
OutputLevel=WARNING
OutputLevel=DEBUG
)
)
Loading