File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- install_fhicl ()
1+ set (
2+ MODULE_LIBRARIES
3+ sbndcode_OpDetSim
4+ larcorealg::Geometry
5+ larcore::Geometry_Geometry_service
6+ lardataobj::Simulation
7+ lardata::Utilities
8+ lardataobj::RawData
9+ lardataobj::RecoBase
10+ lardataobj::AnalysisBase
11+ lardata::DetectorInfoServices_DetectorClocksServiceStandard_service
12+ sbndcode_Utilities_SignalShapingServiceSBND_service
13+ nurandom::RandomUtils_NuRandomService_service
14+ art::Framework_Core
15+ art::Framework_Principal
16+ art::Framework_Services_Registry
17+ art_root_io::tfile_support
18+ art_root_io::TFileService_service
19+ artdaq_core::artdaq-core_Data
20+ artdaq_core::artdaq-core_Utilities
21+ sbnobj::SBND_Trigger
22+ sbndaq_artdaq_core::sbndaq-artdaq-core_Overlays
23+ sbndaq_artdaq_core::sbndaq-artdaq-core_Overlays_Common
24+ sbndaq_artdaq_core::sbndaq-artdaq-core_Obj_SBND
25+ art::Framework_Services_Optional_RandomNumberGenerator_service
26+ canvas::canvas
27+ messagefacility::MF_MessageLogger
28+ fhiclcpp::fhiclcpp
29+ cetlib::cetlib
30+ CLHEP::CLHEP
31+ ROOT::Core
32+ ROOT::Tree
33+ )
34+
35+ cet_build_plugin (pmtArtdaqFragmentProducer art::module SOURCE pmtArtdaqFragmentProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
36+ cet_build_plugin (pmtSoftwareTriggerProducer art::module SOURCE pmtSoftwareTriggerProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
37+ cet_build_plugin (pmtTriggerProducer art::module SOURCE pmtTriggerProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
38+
39+
40+ install_headers ()
41+ install_fhicl ()
42+ install_source ()
You can’t perform that action at this time.
0 commit comments