LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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:
art::couldNotFindTree
std::string couldNotFindTree(std::string const &treename)
Definition:
rootErrMsgs.h:9
art
HLT enums.
Definition:
ServiceProviderWrappers.h:36
art
Framework
IO
Root
rootErrMsgs.h
Generated on Wed Dec 12 2018 14:42:32 for LArSoft by
1.8.11