Skip to content

Replaced link to DetectorClocksServiceStandard #824

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions icaruscode/Analysis/trigger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ cet_build_plugin(BeamGateInfoFromTracks art::module
lardataobj::Simulation
lardataobj::AnalysisBase
lardataobj::RecoBase
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
)

cet_build_plugin(BeamGateInfoFromTracksCRT art::module
LIBRARIES
lardataobj::Simulation
lardataobj::AnalysisBase
lardataobj::RecoBase
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
)

cet_build_plugin(TimeTrackTreeStorage art::module
Expand Down
2 changes: 1 addition & 1 deletion icaruscode/CRT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cet_build_plugin( CRTTrueHitProducer art::module
art::Persistency_Provenance
canvas::canvas
cetlib_except::cetlib_except
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
art::Framework_Services_Registry
messagefacility::MF_MessageLogger
messagefacility::headers
Expand Down
2 changes: 1 addition & 1 deletion icaruscode/CRT/CRTUtils/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ art_make_library(LIBRARY_NAME icaruscode_CRTUtils
Boost::system
sbnobj::ICARUS_CRT
sbnobj::Common_CRT
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
nurandom::RandomUtils_NuRandomService_service
)

Expand Down
12 changes: 6 additions & 6 deletions icaruscode/PMT/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,31 +117,31 @@ cet_build_plugin(CustomPulseFunctionTool art::tool
cet_build_plugin(PMTconstantPedestalGeneratorTool art::tool
LIBRARIES
icaruscode::PMT_Algorithms
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
lardataalg::DetectorInfo
lardataobj::RawData
)

cet_build_plugin(PMTgausNoiseGeneratorTool art::tool
LIBRARIES
icaruscode::PMT_Algorithms
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
lardataalg::DetectorInfo
lardataobj::RawData
)

cet_build_plugin(PMTfastGausNoiseGeneratorTool art::tool
LIBRARIES
icaruscode::PMT_Algorithms
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
lardataalg::DetectorInfo
lardataobj::RawData
)

cet_build_plugin(PMTnoNoiseGeneratorTool art::tool
LIBRARIES
icaruscode::PMT_Algorithms
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
lardataalg::DetectorInfo
lardataobj::RawData
)
Expand All @@ -151,7 +151,7 @@ cet_build_plugin(CopyBeamTimePMTwaveforms art::module
icaruscode::PMT_Data
icarusalg::Utilities
sbnobj::ICARUS_PMT_Data
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
lardataalg::DetectorInfo
lardataobj::RawData
)
Expand Down Expand Up @@ -244,7 +244,7 @@ cet_build_plugin(RequireOnBeamWaveforms art::module
LIBRARIES
icaruscode::IcarusObj
icarusalg::Utilities
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
larcore::Geometry_Geometry_service
larcore::headers
lardataalg::DetectorInfo
Expand Down
18 changes: 9 additions & 9 deletions icaruscode/PMT/Trigger/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ art_make_library(
larcorealg::Geometry
lardataobj::RawData
lardata::Utilities
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
nusimdata::SimulationBase
art_root_io::TFileService_service
art_root_io::tfile_support
Expand Down Expand Up @@ -61,7 +61,7 @@ set( MODULE_LIBRARIES
sbnobj::ICARUS_PMT_Trigger_Data
lardataalg::DetectorInfo
lardataobj::RawData
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
messagefacility::MF_MessageLogger
fhiclcpp::fhiclcpp
larcore::Geometry_Geometry_service
Expand Down Expand Up @@ -105,7 +105,7 @@ cet_build_plugin(DiscriminatePMTwaveformsByChannel art::module
icaruscode::PMT_Algorithms
lardataobj::RawData
lardata::Utilities
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
larcore::Geometry_Geometry_service
art::Framework_Services_Registry
art::Framework_Principal
Expand Down Expand Up @@ -145,7 +145,7 @@ cet_build_plugin(SlidingWindowTrigger art::module
larcore::Geometry_Geometry_service
larcorealg::Geometry
lardata::Utilities
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
lardataobj::RawData
art::Framework_Services_Registry
art::Framework_Principal
Expand All @@ -166,7 +166,7 @@ cet_build_plugin(MajorityTriggerSimulation art::module
larcorealg::Geometry
lardata::Utilities
lardataobj::RawData
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
art_root_io::TFileService_service
art_root_io::tfile_support
art::Framework_Services_Registry
Expand All @@ -183,7 +183,7 @@ cet_build_plugin(SlidingWindowTriggerSimulation art::module
larcorealg::Geometry
lardataobj::RawData
lardata::Utilities
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
art_root_io::TFileService_service
art_root_io::tfile_support
art::Framework_Services_Registry
Expand Down Expand Up @@ -229,7 +229,7 @@ cet_build_plugin(TriggerEfficiencyPlots art::module
larcorealg::Geometry
lardataobj::RawData
lardata::Utilities
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
nusimdata::SimulationBase
art_root_io::TFileService_service
art_root_io::tfile_support
Expand All @@ -254,7 +254,7 @@ cet_build_plugin(MakeTriggerSimulationTree art::module
larcore::Geometry_Geometry_service
lardataalg::MCDumpers
lardata::Utilities
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
larcorealg::Geometry
nusimdata::SimulationBase
art_root_io::TFileService_service
Expand Down Expand Up @@ -302,7 +302,7 @@ foreach(TriggerEfficiencyPlotsModule
larcore::Geometry_Geometry_service
lardataalg::MCDumpers
lardata::Utilities
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
larcorealg::Geometry
lardataobj::RawData
nusimdata::SimulationBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ set( MODULE_LIBRARIES
icaruscode::TPC_SignalProcessing_RecoWire_SimTestPulse
icaruscode::TPC_Utilities_SignalShapingICARUSService_service
lardata::Utilities
lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
lardata::DetectorClocksService
lardataobj::Simulation
larcoreobj::SummaryData
larcorealg::Geometry
Expand Down
2 changes: 1 addition & 1 deletion icaruscode/TPC/Simulation/Overlay/tools/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ set( TOOL_LIBRARIES
CLHEP::Random
Eigen3::Eigen
)
cet_build_plugin(Overlay1D art::tool LIBRARIES ${TOOL_LIBRARIES} SOURCE Overlay1D_tool.cc)
cet_build_plugin(Overlay1D art::tool LIBRARIES ${TOOL_LIBRARIES} REG_SOURCE Overlay1D_tool.cc)
set_property(SOURCE Overlay1D_tool.cc APPEND PROPERTY COMPILE_DEFINITIONS EIGEN_FFTW_DEFAULT)

install_headers()
Expand Down
2 changes: 1 addition & 1 deletion icaruscode/TPC/Tracking/cluster3D/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ set( MODULE_LIBRARIES
messagefacility::MF_MessageLogger
)
cet_build_plugin(Cluster3DICARUS art::module LIBRARIES ${MODULE_LIBRARIES})
cet_build_plugin(SnippetHit3DBuilderICARUS art::tool LIBRARIES ${TOOL_LIBRARIES} SOURCE SnippetHit3DBuilderICARUS_tool.cc)
cet_build_plugin(SnippetHit3DBuilderICARUS art::tool LIBRARIES ${TOOL_LIBRARIES} REG_SOURCE SnippetHit3DBuilderICARUS_tool.cc)
set_property(SOURCE SnippetHit3DBuilderICARUS_tool.cc APPEND PROPERTY COMPILE_DEFINITIONS EIGEN_FFTW_DEFAULT)

install_headers()
Expand Down