Skip to content

Commit

Permalink
fix index of efficiency for north box
Browse files Browse the repository at this point in the history
  • Loading branch information
jrstevenjlab committed Jul 3, 2020
1 parent d171d5e commit a0c91b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dirc/online/writeChannels.C
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void writeChannels(int run = 71311, int DAC = 100, bool unityGain = false, bool
hEqualizedGain[ibox]->SetBinContent(globpixel+1, locPixel.gain);

// set efficiency for CCDB
effic[globpixel] = locPixel.effic;
effic[globpixel + ibox*6912] = locPixel.effic;

int DAQmonFiber = (locPixel.slot-3)*24 + locPixel.fiber; // - 36.; (need to subtract 36 for Spring 2019 threshold scans)
int ASICnum = j/8;
Expand Down

0 comments on commit a0c91b8

Please sign in to comment.