Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Barthelemy committed Nov 6, 2023
1 parent dfc0b8f commit 18162cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/ZDC/src/ZDCRawDataCheck.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Quality ZDCRawDataCheck::check(std::map<std::string, std::shared_ptr<MonitorObje
if (flag_ch_empty == 1) {
mVectHistoCheck.at(ih).numE += 1;
mVectHistoCheck.at(ih).stringE = mVectHistoCheck.at(ih).stringE + mVectHistoCheck.at(ih).paramch.at(x).ch + "(Empty) ";
// ILOG(Error, Support) << "Alignment error: Channel" << mVectHistoCheck.at(ih).paramch.at(x).ch << " is empty. Ignore if is the first cycle " << ENDM;
// ILOG(Error, Support) << "Alignment error: Channel" << mVectHistoCheck.at(ih).paramch.at(x).ch << " is empty. Ignore if is the first cycle " << ENDM;
}
flag_ch_empty = 1;
}
Expand Down

0 comments on commit 18162cd

Please sign in to comment.