We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc37110 commit 9630586Copy full SHA for 9630586
1 file changed
Modules/EMCAL/src/RawErrorCheck.cxx
@@ -126,7 +126,6 @@ void RawErrorCheck::configure()
126
}
127
128
129
- std::cout << "IAMHERE6" << std::endl;
130
if (param.find(keyThresRawFitError) == 0) {
131
auto errortype = param.substr(keyThresRawFitError.length());
132
auto errorcode = findErrorCodeRFE(errortype);
@@ -177,6 +176,7 @@ void RawErrorCheck::configure()
177
176
178
} catch (std::out_of_range& e) {
179
// Nothing to be done, no parameter found.
+ ILOG(Debug) << "Error in parameter extraction" << ENDM;
180
181
182
0 commit comments