diff --git a/Examples/options/sim-rec-trackerecal.py b/Examples/options/sim-rec-trackerecal.py index 1117e414ab57dbc65ee71160ee28c5d3ca61af95..3e307aaf0aa8e5d62fb49ead8d20762ec6871a76 100644 --- a/Examples/options/sim-rec-trackerecal.py +++ b/Examples/options/sim-rec-trackerecal.py @@ -79,7 +79,7 @@ tpc_sensdettool.TypeOption = 1 from Configurables import GearSvc gearsvc = GearSvc("GearSvc") -gearsvc.GearXMLFile = "Detector/DetCEPCv4/compact/FullDetGear.xml" +#gearsvc.GearXMLFile = "Detector/DetCEPCv4/compact/FullDetGear.xml" from Configurables import TrackSystemSvc tracksystemsvc = TrackSystemSvc("TrackSystemSvc") @@ -148,7 +148,7 @@ digiTPC.TPCTrackerHitsCol = tpchitname from Configurables import ClupatraAlg clupatra = ClupatraAlg("Clupatra") clupatra.TPCHitCollection = tpchitname -#clupatra.OutputLevel = DEBUG +clupatra.OutputLevel = DEBUG from Configurables import SiliconTrackingAlg tracking = SiliconTrackingAlg("SiliconTracking") @@ -331,7 +331,7 @@ ApplicationMgr( TopAlg = [genalg, detsimalg, digiVXD, digiSIT, digiSET, digiFTD, spSIT, spFTD, digiTPC, clupatra, tracking, forward, subset, full, simHitMerge, caloDigi, pandoralg, write], EvtSel = 'NONE', EvtMax = 10, - ExtSvc = [rndmengine, dsvc, evtseeder, gearsvc, geosvc, tracksystemsvc], + ExtSvc = [rndmengine, dsvc, evtseeder, geosvc, gearsvc, tracksystemsvc], HistogramPersistency='ROOT', OutputLevel=INFO )