LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
rootErrMsgs.h
Go to the documentation of this file.
1 #ifndef art_Framework_IO_Root_rootErrMsgs_h
2 #define art_Framework_IO_Root_rootErrMsgs_h
3 
4 #include <string>
5 
6 namespace art {
7 
8  inline std::string
9  couldNotFindTree(std::string const& treename)
10  {
11  std::string message = "Could not find tree ";
12  message.append(treename);
13  message.append(" in the input file.\n");
14  return message;
15  }
16 }
17 
18 #endif /* art_Framework_IO_Root_rootErrMsgs_h */
19 
20 // Local Variables:
21 // mode: c++
22 // End:
std::string couldNotFindTree(std::string const &treename)
Definition: rootErrMsgs.h:9
HLT enums.