All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TruthText.h
Go to the documentation of this file.
1 #ifndef WEBEVD_TRUTHTEXT_H
2 #define WEBEVD_TRUTHTEXT_H
3 
4 #include <string>
5 
6 namespace simb{class MCTruth;}
7 
8 namespace evd
9 {
10  std::string MCTruthShortText(const simb::MCTruth& truth);
11 }
12 
13 #endif
std::string MCTruthShortText(const simb::MCTruth &truth)
Definition: TruthText.cxx:250