Skip to content

Commit 7c39515

Browse files
committed
first commit of offline pmtmetricsproducer (same as daq module), with fcl cleanup
1 parent f9ab2e1 commit 7c39515

16 files changed

Lines changed: 1034 additions & 4 deletions

sbndcode/Trigger/PMT/CMakeLists.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ set(
2121
sbnobj::SBND_Trigger
2222
sbndaq_artdaq_core::sbndaq-artdaq-core_Overlays
2323
sbndaq_artdaq_core::sbndaq-artdaq-core_Overlays_Common
24+
sbndaq_artdaq_core::sbndaq-artdaq-core_Overlays_SBND
2425
sbndaq_artdaq_core::sbndaq-artdaq-core_Obj_SBND
2526
art::Framework_Services_Optional_RandomNumberGenerator_service
2627
canvas::canvas
@@ -30,15 +31,15 @@ set(
3031
CLHEP::CLHEP
3132
ROOT::Core
3233
ROOT::Tree
33-
)
34+
)
35+
add_subdirectory(fcls)
36+
add_subdirectory(metric_fcls)
3437

3538
cet_build_plugin(pmtArtdaqFragmentProducer art::module SOURCE pmtArtdaqFragmentProducer_module.cc LIBRARIES ${MODULE_LIBRARIES})
3639
cet_build_plugin(pmtSoftwareTriggerProducer art::module SOURCE pmtSoftwareTriggerProducer_module.cc LIBRARIES ${MODULE_LIBRARIES})
3740
cet_build_plugin(pmtTriggerProducer art::module SOURCE pmtTriggerProducer_module.cc LIBRARIES ${MODULE_LIBRARIES})
38-
41+
cet_build_plugin(PMTMetricProducer art::module SOURCE PMTMetricProducer_module.cc LIBRARIES ${MODULE_LIBRARIES})
3942

4043
install_headers()
4144
install_fhicl()
4245
install_source()
43-
44-

sbndcode/Trigger/PMT/PMTMetricProducer_module.cc

Lines changed: 783 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
install_fhicl()
File renamed without changes.

sbndcode/Trigger/PMT/pmtsoftwaretriggerproducer.fcl renamed to sbndcode/Trigger/PMT/fcls/pmtsoftwaretriggerproducer.fcl

File renamed without changes.
File renamed without changes.

sbndcode/Trigger/PMT/run_pmtArtdaqFragmentProducer.fcl renamed to sbndcode/Trigger/PMT/fcls/run_pmtArtdaqFragmentProducer.fcl

File renamed without changes.

sbndcode/Trigger/PMT/run_pmtsoftwaretriggerproducer.fcl renamed to sbndcode/Trigger/PMT/fcls/run_pmtsoftwaretriggerproducer.fcl

File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
install_fhicl()

0 commit comments

Comments
 (0)