Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrothea committed Sep 29, 2023
1 parent b676e5c commit 86c9aeb
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/PD2HDChannelMapSP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,7 @@ void dune::PD2HDChannelMapSP::ReadMapFromFile(std::string &fullname)
>> chanInfo.wibframechan;

chanInfo.valid = true;

std::cout
<< " offlchan " << chanInfo.offlchan
<< " crate " << chanInfo.crate
<< " APAName" << chanInfo.APAName
<< " wib " << chanInfo.wib
<< " link " << chanInfo.link
<< " femb_on_link" << chanInfo.femb_on_link
<< " cebchan " << chanInfo.cebchan
<< " plane " << chanInfo.plane
<< " chan_in_plan" << chanInfo.chan_in_plane
<< " femb " << chanInfo.femb
<< " asic " << chanInfo.asic
<< " asicchan" << chanInfo.asicchan
<< " wibframechan" << chanInfo.wibframechan
<< std::endl;


// fill maps.

check_offline_channel(chanInfo.offlchan);
Expand Down

0 comments on commit 86c9aeb

Please sign in to comment.