Skip to content

Commit d0ceaf4

Browse files
authored
Merge pull request #22 from MarkmVak/mvakulen_dqm_module
Mvakulen dqm module
2 parents 6a9703c + 0056fbc commit d0ceaf4

File tree

4 files changed

+944
-0
lines changed

4 files changed

+944
-0
lines changed

otsdaq-mu2e-dqm/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*~

otsdaq-mu2e-dqm/ArtModules/CMakeLists.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,32 @@
55
# cet_build_plugin(TrackerDQM art::module LIBRARIES REG
66
# )
77

8+
9+
10+
cet_build_plugin(CaloDQMOffline art::module LIBRARIES REG
11+
otsdaq-mu2e::ArtModules
12+
artdaq-core-mu2e::Data
13+
artdaq-core-mu2e::Data_dict
14+
artdaq-core-mu2e::Overlays
15+
artdaq::DAQdata
16+
art_root_io::TFileService_service
17+
art_root_io::art_root_io
18+
Offline::DAQ
19+
Offline::CaloConditions
20+
Offline::CaloVisualizer
21+
Offline::CaloVisualizer_dict
22+
Offline::Mu2eInterfaces
23+
ROOT::Hist
24+
ROOT::Tree
25+
ROOT::Core
26+
ROOT::RIO
27+
ROOT::Gui
28+
ROOT::Graf
29+
BTrk_ProbTools
30+
otsdaq::NetworkUtilities
31+
)
32+
33+
834
cet_build_plugin(CaloDQM art::module LIBRARIES REG
935
art_root_io::TFileService_service
1036
artdaq-core-mu2e::Data

0 commit comments

Comments
 (0)