ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHMessage.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PHMessage.h
1 #ifndef PHOOL_PHMESSAGE_H
2 #define PHOOL_PHMESSAGE_H
3 
4 #include <string>
5 
6 void PHMessage(const std::string& functionName, int messageType, const std::string& message);
7 
8 #endif