Skip to content
Snippets Groups Projects
Commit dfde5ae2 authored by Eric Torrence's avatar Eric Torrence
Browse files

Fix minor merge issues

parents 927b152d 6a2db2d8
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
</logicalservice> </logicalservice>
<logicalservice name="COOLOFL_INDET"> <logicalservice name="COOLOFL_INDET">
<service name="sqlite_file:data/sqlite200/noisy_strips.db" accessMode="read" /> <service name="sqlite_file:data/sqlite200/noisy_strips.db" accessMode="read" />
<service name="sqlite_file:///cvmfs/faser.cern.ch/repo/sw/database/DBRelease/current/sqlite200/ALLP200.db" accessMode="read" /> <service name="sqlite_file:///cvmfs/faser.cern.ch/repo/sw/database/DBRelease/current/sqlite200/ALLP200.db" accessMode="read" />
</logicalservice> </logicalservice>
<logicalservice name="COOLOFL_TRIGGER"> <logicalservice name="COOLOFL_TRIGGER">
......
...@@ -39,7 +39,7 @@ ConfigFlags.Common.isOnline = False ...@@ -39,7 +39,7 @@ ConfigFlags.Common.isOnline = False
ConfigFlags.GeoModel.Align.Dynamic = False ConfigFlags.GeoModel.Align.Dynamic = False
ConfigFlags.Beam.NumberOfCollisions = 0. ConfigFlags.Beam.NumberOfCollisions = 0.
ConfigFlags.Detector.GeometryFaserSCT = True ConfigFlags.Detector.GeometryFaserSCT = True
# ConfigFlags.TrackingGeometry.MaterialSource = "geometry-maps.json" ConfigFlags.TrackingGeometry.MaterialSource = "geometry-maps.json"
ConfigFlags.lock() ConfigFlags.lock()
acc = MainServicesCfg(ConfigFlags) acc = MainServicesCfg(ConfigFlags)
......
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