Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Fcls for the New Geometry Handling #608

Merged
merged 1 commit into from
Jan 28, 2025
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
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