LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
checkForMissingDictionaries.cc
Go to the documentation of this file.
2 #include "canvas_root_io/Utilities/DictionaryChecker.h"
3 
4 void
6  std::vector<TypeID> const& types) noexcept(false)
7 {
8  root::DictionaryChecker checker;
9  for (auto const& tid : types) {
10  checker.checkDictionaries(tid.className());
11  }
12  checker.reportMissingDictionaries();
13 }
void checkForMissingDictionaries(std::vector< TypeID > const &types) noexcept( false)