You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In preparation of adding clang-format and whitespace/tab check CI as
implemented for O2 to all C-like scripts
Co-authored-by: Benedikt Volkel <benedikt.volkel@cern.ch>
if (all_of(vectNEntriesPerTree.begin(), vectNEntriesPerTree.end(), [&](std::pair<std::string, int>i) {returni.second==vectNEntriesPerTree[0].second;})){
40
+
if (all_of(vectNEntriesPerTree.begin(), vectNEntriesPerTree.end(), [&](std::pair<std::string, int>i) {returni.second==vectNEntriesPerTree[0].second;})){
41
41
std::cout << "In current DF (" << onameKeyInFile.Data() << "), all tracks tables (starting with O2track) have the same number of entries!" << std::endl;
42
-
}
43
-
else {
42
+
} else {
44
43
std::cout << "In current DF (" << onameKeyInFile.Data() << "), NOT all tracks tables (starting with O2track) have the same number of entries!" << std::endl;
0 commit comments