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