We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d87cff5 commit 34bd367Copy full SHA for 34bd367
1 file changed
Detectors/GlobalTrackingWorkflow/study/src/CheckResidSpec.cxx
@@ -325,7 +325,9 @@ void CheckResidSpec::process()
325
// output
326
for (const auto& accum : slots) {
327
for (const auto& tr : accum) {
328
- (*mDBGOut) << "res" << "tr=" << tr << "\n";
+ if (mDBGOut) {
329
+ (*mDBGOut) << "res" << "tr=" << tr << "\n";
330
+ }
331
if (mHMan) {
332
fillHistos(tr);
333
}
0 commit comments