We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1b597d + 4cec250 commit 9b4d9d6Copy full SHA for 9b4d9d6
1 file changed
sbndcode/ChannelMaps/TPC/TPCChannelMapService_service.cc
@@ -75,6 +75,7 @@ SBND::TPCChannelMapService::TPCChannelMapService(fhicl::ParameterSet const& pset
75
if (planestr == "Y") c.plane = 2;
76
if (c.plane == 10) c.valid = false;
77
c.WIBQFSP = atoi(qfspstr.substr(3,1).c_str());
78
+ c.asicchan = c.FEMBCh % 16;
79
80
fChanInfoFromFEMInfo[c.FEMCrate][c.FEM][c.FEMCh] = c;
81
fChanInfoFromOfflChan[c.offlchan] = c;
0 commit comments