Skip to content

Commit b50badc

Browse files
Merge pull request #552 from SBNSoftware/feature/aliciavr_XARAPUCA_offline_decoder
First version of the X-ARAPUCAs decoder (V1740B digitizers)
2 parents ebe8a20 + b76af04 commit b50badc

5 files changed

Lines changed: 617 additions & 1 deletion

File tree

sbndcode/Decoders/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ add_subdirectory(PTB)
33
add_subdirectory(SPECTDC)
44
add_subdirectory(PMT)
55
add_subdirectory(CRT)
6-
install_fhicl()
6+
add_subdirectory(XARAPUCA)
7+
8+
install_fhicl()
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
art_make(
2+
MODULE_LIBRARIES
3+
sbndaq_artdaq_core::sbndaq-artdaq-core_Overlays_SBND
4+
sbnobj::SBND_Timing
5+
6+
lardataobj::RecoBase
7+
8+
art_root_io::TFileService_service
9+
art_root_io::tfile_support
10+
artdaq_core::artdaq-core_Data
11+
12+
ROOT::Core
13+
ROOT::Tree
14+
15+
)
16+
17+
install_fhicl()

0 commit comments

Comments
 (0)