Skip to content
Snippets Groups Projects
Commit 89b07648 authored by Cdaq User's avatar Cdaq User
Browse files

add waveform plots for scintillators

parent fb05c7d5
No related branches found
No related tags found
No related merge requests found
...@@ -11,3 +11,4 @@ number_events = -1 # all events ...@@ -11,3 +11,4 @@ number_events = -1 # all events
update_interval = 2000 # ms update_interval = 2000 # ms
server_dir = /offline/latest/ server_dir = /offline/latest/
server_port = 9100 server_port = 9100
...@@ -28,6 +28,12 @@ static std::vector<WFCanvasMeta> wfdata = { ...@@ -28,6 +28,12 @@ static std::vector<WFCanvasMeta> wfdata = {
{"Cer31_5"}, {"Cer32_5"}, {"Cer33_5"}, {"Cer34_5"}, {"Cer31_5"}, {"Cer32_5"}, {"Cer33_5"}, {"Cer34_5"},
{"Cer41_5"}, {"Cer42_5"}, {"Cer43_5"}, {"Cer44_5"}, {"Cer41_5"}, {"Cer42_5"}, {"Cer43_5"}, {"Cer44_5"},
}, {}}, }, {}},
{"raw/", "sc_waveform", "Scintillator Waveform", 64, 300, 2000, 0.0, 0.0, 0.0, 0.0, {
{"S2_1"}, {"S2_2"}, {"S2_3"}, {"S2_4"},
{"S2_5"}, {"S2_6"}, {"S2_7"}, {"S2_8"},
{"S2_9"}, {"S2_10"}, {"S2_11"},
}, {}},
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment