Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Riccardo Longo
JZCaPA
Commits
6b215bdc
Commit
6b215bdc
authored
Feb 06, 2019
by
Riccardo Longo
Browse files
Check of number of .xml entries found
parent
58ef7adb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Analysis/src/DataReader.cpp
View file @
6b215bdc
...
...
@@ -143,6 +143,7 @@ std::vector < Channel > DataReader::LoadConfigurationFile(std::string _inFile){
}
std
::
cout
<<
"Loaded "
<<
channelEntries
.
size
()
<<
" configuration entries "
<<
std
::
endl
;
if
(
channelEntries
.
size
()
<
18
)
std
::
cout
<<
"WARNING!!!! Number of Channels < 18. Seems that some entry is missed for this run in the config.xml. BE CAREFUL!"
<<
std
::
endl
;
return
channelEntries
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment