Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MbdReturnCodes.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file MbdReturnCodes.h
1 // Tell emacs that this is a C++ source
2 // -*- C++ -*-.
3 
4 #ifndef MBD_MBDRETURNCODES_H
5 #define MBD_MBDRETURNCODES_H
6 
7 #include <limits>
8 
9 namespace MbdReturnCodes
10 {
13  const float MBD_INVALID_FLOAT = std::numeric_limits<float>::quiet_NaN();
14 } // namespace MbdReturnCodes
15 
16 #endif