File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040
4141add_subdirectory (CRT )
4242add_subdirectory (PMT )
43+ add_subdirectory (PMTSoftware )
4344
4445cet_build_plugin (ArtdaqFragmentProducer art::module SOURCE ArtdaqFragmentProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
4546cet_build_plugin (MetricProducer art::module SOURCE MetricProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
Original file line number Diff line number Diff line change 3333 ROOT::Tree
3434)
3535add_subdirectory (fcls )
36- add_subdirectory (metric_fcls )
3736
3837cet_build_plugin (pmtArtdaqFragmentProducer art::module SOURCE pmtArtdaqFragmentProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
3938cet_build_plugin (pmtSoftwareTriggerProducer art::module SOURCE pmtSoftwareTriggerProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
4039cet_build_plugin (pmtTriggerProducer art::module SOURCE pmtTriggerProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
4140
42-
4341install_headers ()
4442install_fhicl ()
4543install_source ()
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ cet_build_plugin(MetricFilter art::module SOURCE MetricFilter_module.cc LIBR
2828cet_build_plugin (PMTMetricProducer art::module SOURCE PMTMetricProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
2929cet_build_plugin (PMTMCMetricProducer art::module SOURCE PMTMCMetricProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} )
3030
31+ add_subdirectory (metric_fcls )
32+
3133install_headers ()
3234install_fhicl ()
3335install_source ()
You can’t perform that action at this time.
0 commit comments