Skip to content

Commit

Permalink
Merge pull request #608 from SBNSoftware/feature/zennamo_FclFixesForv10
Browse files Browse the repository at this point in the history
Fixing Fcls for the New Geometry Handling
  • Loading branch information
bear-is-asleep authored Jan 28, 2025
2 parents 618ffe3 + 155024c commit e1178e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions sbndcode/Calibration/DQM/dropchoppy.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ services:
RandomNumberGenerator: {}
message: @local::sbnd_message_services_prod_debug
FileCatalogMetadata: @local::art_file_catalog_mc
TPCChannelMapService: @local::SBNDTPCChannelMapServiceDefaults
AuxDetExptGeoHelperInterface: { service_provider: "sbndcode/CRT/CRTGeometryHelper" }
ExptGeoHelperInterface: @local::sbnd_geometry_helper
TPCChannelMapService: @local::SBNDTPCChannelMapServiceDefaults
AuxDetGeometry: @local::sbnd_auxdetgeo
WireReadout: @local::sbnd_wire_readout
Geometry: @local::sbnd_geo
GeometryConfigurationWriter: {}
@table::sbnd_basic_services
Expand Down
4 changes: 2 additions & 2 deletions sbndcode/Calibration/DQM/streamchoppy.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ services:
message: @local::sbnd_message_services_prod_debug
FileCatalogMetadata: @local::art_file_catalog_mc
TPCChannelMapService: @local::SBNDTPCChannelMapServiceDefaults
AuxDetExptGeoHelperInterface: { service_provider: "sbndcode/CRT/CRTGeometryHelper" }
ExptGeoHelperInterface: @local::sbnd_geometry_helper
AuxDetGeometry: @local::sbnd_auxdetgeo
WireReadout: @local::sbnd_wire_readout
Geometry: @local::sbnd_geo
GeometryConfigurationWriter: {}
@table::sbnd_basic_services
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ services:
TimeTracker: { printSummary: true }
# # @table::standard_services

AuxDetExptGeoHelperInterface: { service_provider: "sbndcode/CRT/CRTGeometryHelper" }
ExptGeoHelperInterface: @local::sbnd_geometry_helper
AuxDetGeometry: @local::sbnd_auxdetgeo
WireReadout: @local::sbnd_wire_readout
GeometryConfigurationWriter: {}
Geometry: @local::sbnd_geo
AuxDetGeometry: @local::sbnd_auxdetgeo
Expand Down

0 comments on commit e1178e5

Please sign in to comment.