Skip to content

Commit

Permalink
Added more string, HV, DAQ and CC4 card to chinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
theHenks authored and oschulz committed Jul 21, 2023
1 parent 93abb70 commit 2870eff
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/legend_data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@ function channel_info(data::LegendData, filekey::FileKey)
system = Symbol(chmap[k].system)::Symbol,
processable = Bool(dpcfg[k].processable)::Bool,
usability = (dpcfg[k].usability == "on")::Bool,
string = chmap[k].location.string,
position = chmap[k].location.position,
cc4 = chmap[k].electronics.cc4.id,
cc4ch = chmap[k].electronics.cc4.channel,
daqcrate = chmap[k].daq.crate,
daqcard = chmap[k].daq.card.id,
hvcard = chmap[k].voltage.card.id,
hvch = chmap[k].voltage.channel,
)
end

Expand Down

0 comments on commit 2870eff

Please sign in to comment.